diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-03-03 18:51:58 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-03-03 18:53:44 +0000 |
commit | 2485def920dce7d0bb385040e9dd2b552af67362 (patch) | |
tree | 47a1326a942a3e86e1b31a6286850ddf91779a38 /packages/linux/linux_2.6.29-rc6.bb | |
parent | 48e935ed35ed7f4bed1cad2e719120a0e9890193 (diff) |
linux_2.6.29-rc6.bb : new version of mainline kernel with tosa patch
Diffstat (limited to 'packages/linux/linux_2.6.29-rc6.bb')
-rw-r--r-- | packages/linux/linux_2.6.29-rc6.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.29-rc6.bb b/packages/linux/linux_2.6.29-rc6.bb new file mode 100644 index 0000000000..db1139f367 --- /dev/null +++ b/packages/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 \ + " + |