diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-12 23:48:33 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-12 23:48:33 +0200 |
commit | 5d93237c35494aee1b6b637cf9afb6a41e8f6e60 (patch) | |
tree | c26dd9b5d9dba29d633db190474e17e1739a035b /recipes/linux/linux_2.6.29+2.6.30-rc5.bb | |
parent | 6e13bf0bd8e0c147aabe7324df3a29ee338e2056 (diff) |
linux_2.6.29+2.6.30: jump to RC5
Diffstat (limited to 'recipes/linux/linux_2.6.29+2.6.30-rc5.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29+2.6.30-rc5.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.29+2.6.30-rc5.bb b/recipes/linux/linux_2.6.29+2.6.30-rc5.bb new file mode 100644 index 0000000000..2a38a546e0 --- /dev/null +++ b/recipes/linux/linux_2.6.29+2.6.30-rc5.bb @@ -0,0 +1,24 @@ +require linux.inc + +KERNEL_RELEASE = "2.6.30-rc5" +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" + |