From 41c855964be949b7961448ec94443ad5f9c58c75 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 28 Apr 2009 01:08:34 +0200 Subject: linux_2.6.29+2.6.30-rc: move to rc3 --- recipes/linux/linux_2.6.29+2.6.30-rc1.bb | 24 ------------------------ recipes/linux/linux_2.6.29+2.6.30-rc3.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 recipes/linux/linux_2.6.29+2.6.30-rc1.bb create mode 100644 recipes/linux/linux_2.6.29+2.6.30-rc3.bb (limited to 'recipes') 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 deleted file mode 100644 index 96871e733b..0000000000 --- a/recipes/linux/linux_2.6.29+2.6.30-rc1.bb +++ /dev/null @@ -1,24 +0,0 @@ -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" - diff --git a/recipes/linux/linux_2.6.29+2.6.30-rc3.bb b/recipes/linux/linux_2.6.29+2.6.30-rc3.bb new file mode 100644 index 0000000000..bd0680707c --- /dev/null +++ b/recipes/linux/linux_2.6.29+2.6.30-rc3.bb @@ -0,0 +1,24 @@ +require linux.inc + +KERNEL_RELEASE = "2.6.30-rc3" +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" + -- cgit v1.2.3