[oe-commits] Andrea Adami : linux_2.6.29+2.6.30-rc1: initial commit

GIT User account git at amethyst.openembedded.net
Fri Apr 10 00:06:12 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri Apr 10 01:57:08 2009 +0200

linux_2.6.29+2.6.30-rc1: initial commit

---

 conf/checksums.ini                       |    6 +++++-
 recipes/linux/linux_2.6.29+2.6.30-rc1.bb |   24 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index c638792..f048aaa 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14862,7 +14862,11 @@ sha256=ae0d97c55efe7fce01273c97f8152af0deff5541e3bbf5b9ad98689112b54380
 md5=64921b5ff5cdadbccfcd3820f03be7d8
 sha256=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f
 
-[http://kernel.org//pub/linux/kernel/v2.6/linux-2.6.9.tar.bz2]
+[http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.30-rc1.bz2]
+md5=05daeda25430fd13bbdb47b3481f7320
+sha256=5ed217591fefb043f4deb7b66a9b6351195dfb9405c0d2f5ec0f4d43a30aa9b2
+
+[http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.9.tar.bz2]
 md5=e921200f074ca97184e150ef5a4af825
 sha256=f5dba6366e87e91234d1b0069cfea655b0a4cb37ea97f899226f16998e6ab9f1
 
diff --git a/recipes/linux/linux_2.6.29+2.6.30-rc1.bb b/recipes/linux/linux_2.6.29+2.6.30-rc1.bb
new file mode 100644
index 0000000..96871e7
--- /dev/null
+++ b/recipes/linux/linux_2.6.29+2.6.30-rc1.bb
@@ -0,0 +1,24 @@
+require linux.inc
+
+KERNEL_RELEASE = "2.6.30-rc1"
+OLD_KERNEL_RELEASE = "2.6.29"
+PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}"
+PR = "r1"
+
+S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+
+# Zaurus
+DEFAULT_PREFERENCE_akita = "-1"
+DEFAULT_PREFERENCE_c7x0 = "-1"
+DEFAULT_PREFERENCE_collie = "-1"
+DEFAULT_PREFERENCE_poodle = "-1"
+DEFAULT_PREFERENCE_spitz = "-1"
+DEFAULT_PREFERENCE_tosa = "-1"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${OLD_KERNEL_RELEASE}.tar.bz2 \
+           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KERNEL_RELEASE}.bz2;patch=1 \
+           file://defconfig"
+





More information about the Openembedded-commits mailing list