mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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
This commit is contained in:
@@ -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"
|
RDEPENDS_kernel-image += "mtd-utils"
|
||||||
|
|
||||||
pkg_postinst_kernel-image () {
|
pkg_postinst_kernel-image () {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/
|
|||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PV = "${KERNEL_RELEASE}+git${SRCREV}"
|
PV = "${KERNEL_RELEASE}+git${SRCREV}"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable"
|
SRC_URI = "git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user