summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-06-02 08:58:33 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-06-02 08:58:33 +0000
commit763cea2bc15d51d8d6e0706f70f4c8a51734d5d4 (patch)
tree94e31e53cafc9789696a0f2c258b34bb7426ef27 /meta/packages
parent24101843b6d966951fe5f18ee17094dfa92db6eb (diff)
downloadopenembedded-core-763cea2bc15d51d8d6e0706f70f4c8a51734d5d4.tar.gz
openembedded-core-763cea2bc15d51d8d6e0706f70f4c8a51734d5d4.tar.bz2
openembedded-core-763cea2bc15d51d8d6e0706f70f4c8a51734d5d4.tar.xz
openembedded-core-763cea2bc15d51d8d6e0706f70f4c8a51734d5d4.zip
linux-openmoko: do not provide broken symlink to latest image - kernel.bbclass do that better
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4575 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/linux/linux-openmoko.inc6
-rw-r--r--meta/packages/linux/linux-openmoko_2.6.24+git.bb2
2 files changed, 1 insertions, 7 deletions
diff --git a/meta/packages/linux/linux-openmoko.inc b/meta/packages/linux/linux-openmoko.inc
index 69d7845f0..a0bf48e60 100644
--- a/meta/packages/linux/linux-openmoko.inc
+++ b/meta/packages/linux/linux-openmoko.inc
@@ -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 () {
diff --git a/meta/packages/linux/linux-openmoko_2.6.24+git.bb b/meta/packages/linux/linux-openmoko_2.6.24+git.bb
index 88ea00a56..ee3203daf 100644
--- a/meta/packages/linux/linux-openmoko_2.6.24+git.bb
+++ b/meta/packages/linux/linux-openmoko_2.6.24+git.bb
@@ -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"