]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-openmoko: do not provide broken symlink to latest image - kernel.bbclass do...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 2 Jun 2008 08:58:33 +0000 (08:58 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 2 Jun 2008 08:58:33 +0000 (08:58 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4575 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-openmoko.inc
meta/packages/linux/linux-openmoko_2.6.24+git.bb

index 69d7845f0462f49a394b2277ad6d2fd24d474583..a0bf48e609d7b87704c735c59e1b6397cd389c0c 100644 (file)
@@ -1,9 +1,3 @@
-# extra stuff we need for openmoko that is not in linux.inc
-do_deploy_append() {
-       rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin
-       ln -sf ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_ARCH}.bin ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE_ARCH}-latest.bin
-}
-
 RDEPENDS_kernel-image += "mtd-utils"
 
 pkg_postinst_kernel-image () {
index 88ea00a56c932f579462fb56fed1c93603e003ac..ee3203daf3f5bf4fc2c87ed1c0db9a6ff7e90009 100644 (file)
@@ -5,7 +5,7 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/
 
 PE = "1"
 PV = "${KERNEL_RELEASE}+git${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable"