aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.29-rc6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux_2.6.29-rc6.bb')
-rw-r--r--recipes/linux/linux_2.6.29-rc6.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.29-rc6.bb b/recipes/linux/linux_2.6.29-rc6.bb
new file mode 100644
index 0000000000..db1139f367
--- /dev/null
+++ b/recipes/linux/linux_2.6.29-rc6.bb
@@ -0,0 +1,19 @@
+require linux.inc
+
+PV = "2.6.28+2.6.29-rc6"
+
+S = "${WORKDIR}/linux-2.6.28"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_vortex86sx = "1"
+DEFAULT_PREFERENCE_tosa = "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-rc6.bz2;patch=1 \
+ file://defconfig"
+
+SRC_URI_append_tosa = " \
+ file://0001--tosa-Set-a-bus_id-for-the-tc6393xb-so-that-the-clk.patch;patch=1 \
+ "
+