diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-01 02:01:33 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-01 02:03:25 +0200 |
commit | 0eccce7f44d593607b18fde848e4f65db9e428d0 (patch) | |
tree | 5bfd454a974181805cb90a51f7796cc598f5cb5b /recipes/linux/linux_2.6.30-rc4.bb | |
parent | 599bfe6146ea5a403c14e6b8a2c60be69daac3f9 (diff) |
linux: Add 2.6.30-rc4 and necessary patches for tx25
Diffstat (limited to 'recipes/linux/linux_2.6.30-rc4.bb')
-rw-r--r-- | recipes/linux/linux_2.6.30-rc4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.30-rc4.bb b/recipes/linux/linux_2.6.30-rc4.bb new file mode 100644 index 0000000000..05af05c72d --- /dev/null +++ b/recipes/linux/linux_2.6.30-rc4.bb @@ -0,0 +1,15 @@ +require linux.inc + +PR = "r0" + +S = "${WORKDIR}/linux-${PV}" + +# Mark archs/machines that this kernel supports +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_tx25 = "1" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-${PV}.tar.bz2 \ + file://defconfig" + +SRC_URI_append_tx25 = " linux-2.6.30-rc4-git.patch;patch=1 \ + file://linux-2.6.30-rc4-karo.diff;patch=1" |