[oe-commits] Marcin Juszkiewicz : linux: moved vortex86sx to 2.6.29

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:14:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4921c7b07a254d96e0d5ecea92188acdc32c74c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4921c7b07a254d96e0d5ecea92188acdc32c74c7

Author: Marcin Juszkiewicz <hrw at koansoftware.com>
Date:   Thu Mar 26 11:11:28 2009 +0100

linux: moved vortex86sx to 2.6.29

---

 recipes/linux/linux_2.6.29-rc5.bb |   13 -------------
 recipes/linux/linux_2.6.29-rc6.bb |   18 ------------------
 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 7b158af..0000000
--- 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 1bcdf24..0000000
--- 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 8babd97..e99802b 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"





More information about the Openembedded-commits mailing list