[oe-commits] Ulf Samuelsson : Split download of linux-2.6.30.2 into linux-2.6.30.tar. bz2 and patch-2.6.30.2.bz2

git version control git at git.openembedded.org
Wed Aug 12 15:00:53 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: e68d0a4e53e6fa747f0a311f3d116b7f33a35668
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e68d0a4e53e6fa747f0a311f3d116b7f33a35668

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 12 16:59:30 2009 +0200

Split download of linux-2.6.30.2 into linux-2.6.30.tar.bz2 and patch-2.6.30.2.bz2

---

 recipes/linux/linux_2.6.30.2.bb |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/recipes/linux/linux_2.6.30.2.bb b/recipes/linux/linux_2.6.30.2.bb
index 2d2de01..16d3d5f 100644
--- a/recipes/linux/linux_2.6.30.2.bb
+++ b/recipes/linux/linux_2.6.30.2.bb
@@ -2,7 +2,7 @@ require linux.inc
 
 PR = "r0"
 
-S = "${WORKDIR}/linux-${PV}"
+S = "${WORKDIR}/linux-2.6.30"
 
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"
@@ -19,9 +19,11 @@ DEFAULT_PREFERENCE_at91capadk = "2"
 DEFAULT_PREFERENCE_at91capstk = "-1"
 DEFAULT_PREFERENCE_at572d940hfek = "2"
 
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.30.tar.bz2 \
+           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.30.2.bz2;patch=1 \
 	"
 
+
 SRC_URI_append_at91sam9g10ek = \
 	"ftp://www.at91.com/pub/buildroot/linux-2.6.30.2-at91-001.patch.gz;patch=1 \
 	file://defconfig \
@@ -37,6 +39,17 @@ SRC_URI_append_at91sam9g45ek = \
 	file://defconfig \
 	"
 
+SRC_URI_append_at91sam9263ek = \
+	"ftp://www.at91.com/pub/buildroot/linux-2.6.30.2-at91-001.patch.gz;patch=1 \
+	file://defconfig \
+	"
+
+#
+# Boards which rely on kernel defconfigs are here.
+#
+#
+
+
 #SRC_URI_append_at91sam9m10ek = \
 #	"ftp://www.at91.com/pub/buildroot/linux-2.6.30.2-at91-001.patch.gz;patch=1 \
 #	"
@@ -52,12 +65,6 @@ SRC_URI_append_at91sam9260ek = \
 SRC_URI_append_at91sam9261ek = \
 	"ftp://www.at91.com/pub/buildroot/linux-2.6.30.2-at91-001.patch.gz;patch=1 \
 	"
-
-SRC_URI_append_at91sam9263ek = \
-	"ftp://www.at91.com/pub/buildroot/linux-2.6.30.2-at91-001.patch.gz;patch=1 \
-	file://defconfig \
-	"
-
 SRC_URI_append_at91capadk = \
 	"ftp://www.at91.com/pub/buildroot/linux-2.6.30.2-at91-001.patch.gz;patch=1 \
 	"





More information about the Openembedded-commits mailing list