aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-zigbee_git.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-05-26 09:29:31 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-05-26 09:34:05 +0200
commit473f50a0a5de998a33886c5482bd68e77371d17a (patch)
tree56f7a84b3a081efdc4fb0ec15305328f91cdba43 /recipes/linux/linux-zigbee_git.bb
parente71818be2f723f9843a40e7b85ac7a7d9bbe7a9f (diff)
downloadopenembedded-473f50a0a5de998a33886c5482bd68e77371d17a.tar.gz
linux-zigbee: Add recipe for the linux-zigbee tree
Zigbee development tree which contains patches that have not yet hit mainline. Known working machine is imote2 at the moment.
Diffstat (limited to 'recipes/linux/linux-zigbee_git.bb')
-rw-r--r--recipes/linux/linux-zigbee_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/linux/linux-zigbee_git.bb b/recipes/linux/linux-zigbee_git.bb
new file mode 100644
index 0000000000..eea5e46c9f
--- /dev/null
+++ b/recipes/linux/linux-zigbee_git.bb
@@ -0,0 +1,18 @@
+require linux.inc
+
+COMPATIBLE_MACHINE = "imote2"
+
+KERNEL_RELEASE = "2.6.33"
+KERNEL_VERSION = "${KERNEL_RELEASE}"
+
+SRCREV = "4dcdcbf32df853694d31b09ea6cb744463eb27ab"
+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"