diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-04-10 11:42:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-04-10 11:42:04 -0700 |
commit | 9396869c27c4f4cbf093c356a8df20965ee929ad (patch) | |
tree | 2cd88514c09fcef8d8a0db7361f13de33fa15ade /recipes/linux | |
parent | 8993791a6b99c35dca787ba695ead33f8176c29c (diff) | |
parent | 3c732c38d8edfc888faf83165b53470da5e96d5d (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux_2.6.29+2.6.30-rc1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
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 0000000000..96871e733b --- /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" + |