summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.29-rc5.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2009-02-20 17:42:39 +0100
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-02-20 17:42:39 +0100
commit7497b96e0c8540678e677026e8b777188043d46f (patch)
treedb01ef813f460672cdbee571547a58a5ee13affc /packages/linux/linux_2.6.29-rc5.bb
parent1c74255afc3d97a2c3cc3a2aead28d5ebd143aff (diff)
linux: added 2.6.29-rc5 with support for Vortex86sx based devices
Tested on Koala NanoPC from Koan software. Should work without changes on Ebox 2300 based devices.
Diffstat (limited to 'packages/linux/linux_2.6.29-rc5.bb')
-rw-r--r--packages/linux/linux_2.6.29-rc5.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.29-rc5.bb b/packages/linux/linux_2.6.29-rc5.bb
new file mode 100644
index 0000000000..7b158afaf1
--- /dev/null
+++ b/packages/linux/linux_2.6.29-rc5.bb
@@ -0,0 +1,13 @@
+require linux.inc
+
+PV = "2.6.28+2.6.29-rc5"
+
+S = "${WORKDIR}/linux-2.6.28"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_vortex86sx = "1"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-2.6.28.tar.bz2 \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.29-rc5.bz2;patch=1 \
+ file://defconfig"