From 6a29c84f3665f335577c12198590021cb4abc78e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 24 Sep 2008 07:54:26 +0000 Subject: linux-openmoko 2.6.24 update and remove outdated patches --- packages/linux/linux-openmoko_2.6.24+git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb') diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb index 541fac4dd8..6053ce8a7d 100644 --- a/packages/linux/linux-openmoko_2.6.24+git.bb +++ b/packages/linux/linux-openmoko_2.6.24+git.bb @@ -1,13 +1,13 @@ require linux.inc require linux-openmoko.inc -DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ Openmoko" +DESCRIPTION = "The Linux kernel for Openmoko SmartPhones" KERNEL_RELEASE = "2.6.24" KERNEL_VERSION = "${KERNEL_RELEASE}" PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}" -PR = "r7" +PR = "r0" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \ @@ -18,8 +18,6 @@ SRC_URI = "\ file://0004-squashfs-Kconfig.patch;patch=1 \ file://0005-squashfs-Makefile.patch;patch=1 \ \ - file://glamo-turbo-mode.patch;patch=1 \ - \ file://defconfig-oe \ " S = "${WORKDIR}/git" -- cgit v1.2.3 From e49bf92a7d859ee09be201a9c53ee67aefe6e719 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 24 Sep 2008 08:12:44 +0000 Subject: linux-openmoko: openmoko developers like to have PV go backwards to mess up upgrade paths and feeds, the rest of the world frowns upon this practice, so let's *incremement* PV to fix everything --- packages/linux/linux-openmoko_2.6.24+git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb') diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb index 6053ce8a7d..8b32004a0e 100644 --- a/packages/linux/linux-openmoko_2.6.24+git.bb +++ b/packages/linux/linux-openmoko_2.6.24+git.bb @@ -7,7 +7,7 @@ KERNEL_RELEASE = "2.6.24" KERNEL_VERSION = "${KERNEL_RELEASE}" PV = "${KERNEL_RELEASE}+${PR}+gitr${SRCREV}" -PR = "r0" +PR = "r8" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \ -- cgit v1.2.3