diff options
author | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-03-26 11:11:28 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-03-26 11:11:28 +0100 |
commit | 4921c7b07a254d96e0d5ecea92188acdc32c74c7 (patch) | |
tree | e0bffa14ce883349c3fce14ec1182dbaaa695d4c /recipes | |
parent | a7be854977d7ad7c8460fee76739db8154e83049 (diff) |
linux: moved vortex86sx to 2.6.29
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux_2.6.29-rc5.bb | 13 | ||||
-rw-r--r-- | recipes/linux/linux_2.6.29-rc6.bb | 18 | ||||
-rw-r--r-- | recipes/linux/linux_2.6.29.bb | 1 |
3 files changed, 1 insertions, 31 deletions
diff --git a/recipes/linux/linux_2.6.29-rc5.bb b/recipes/linux/linux_2.6.29-rc5.bb deleted file mode 100644 index 7b158afaf1..0000000000 --- a/recipes/linux/linux_2.6.29-rc5.bb +++ /dev/null @@ -1,13 +0,0 @@ -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" diff --git a/recipes/linux/linux_2.6.29-rc6.bb b/recipes/linux/linux_2.6.29-rc6.bb deleted file mode 100644 index 1bcdf249bc..0000000000 --- a/recipes/linux/linux_2.6.29-rc6.bb +++ /dev/null @@ -1,18 +0,0 @@ -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" - -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 \ - " - diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb index 8babd97c7f..e99802b9e0 100644 --- a/recipes/linux/linux_2.6.29.bb +++ b/recipes/linux/linux_2.6.29.bb @@ -5,6 +5,7 @@ S = "${WORKDIR}/linux-2.6.29" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_tosa = "1" +DEFAULT_PREFERENCE_vortex86sx = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \ file://defconfig" |