aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-zigbee_git.bb
blob: ff4e1b7ff75e577575aec1091bc41247ace7772c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require linux.inc

COMPATIBLE_MACHINE = "imote2"

KERNEL_RELEASE = "2.6.34"
KERNEL_VERSION = "${KERNEL_RELEASE}"

SRCREV = "3a70ef2d40d829a2ca8321475977f0f019997ab1"
PV = "2.6.33+${KERNEL_RELEASE}+${PR}+gitr${SRCREV}"
PR = "r0"

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE_imote2 = "1"

SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/kernel;protocol=git;branch=devel \
           file://defconfig"

S = "${WORKDIR}/git"