From 5c6f095127528bb59c3922fbdfae0800bb687621 Mon Sep 17 00:00:00 2001 From: John Lee Date: Thu, 18 Dec 2008 23:53:14 +0800 Subject: linux-openmoko: don't flash kernel if using SD card. modify the post-install script then it will not flash kernel image after upgrade kernel if people boot from SD card. --- packages/linux/linux-openmoko-devel_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux/linux-openmoko-devel_git.bb') diff --git a/packages/linux/linux-openmoko-devel_git.bb b/packages/linux/linux-openmoko-devel_git.bb index d3f5d3fdfe..94cc8eb8d3 100644 --- a/packages/linux/linux-openmoko-devel_git.bb +++ b/packages/linux/linux-openmoko-devel_git.bb @@ -10,7 +10,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}" OEV = "oe2" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \ -- cgit v1.2.3 From ad8df02c2e58eb025cdffb897354831fb64bfd5a Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 19 Dec 2008 00:34:50 +0000 Subject: linux-openmoko-devel: add NFS support in defconfig --- packages/linux/linux-openmoko-devel_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/linux/linux-openmoko-devel_git.bb') diff --git a/packages/linux/linux-openmoko-devel_git.bb b/packages/linux/linux-openmoko-devel_git.bb index 94cc8eb8d3..91cae5cb97 100644 --- a/packages/linux/linux-openmoko-devel_git.bb +++ b/packages/linux/linux-openmoko-devel_git.bb @@ -8,9 +8,9 @@ DEFAULT_PREFERENCE = "-1" KERNEL_RELEASE = "2.6.27" KERNEL_VERSION = "${KERNEL_RELEASE}" -OEV = "oe2" +OEV = "oe3" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r1" +PR = "r0" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \ -- cgit v1.2.3