From: Ting Liu Date: Fri, 27 Apr 2012 10:49:49 +0000 (+0000) Subject: u-boot: package images to u-boot-images X-Git-Tag: 2.1~534^2~470 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dca0343753278903a1f7bb56d21122903d9ee764;p=meta-freescale.git u-boot: package images to u-boot-images Signed-off-by: Ting Liu --- diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb index 027f304f..3d42aa8a 100644 --- a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb @@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -PR = "r15" +PR = "r16" INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" @@ -112,6 +112,7 @@ do_deploy(){ } addtask deploy after do_install -FILES_${PN} += "/boot" +PACKAGES += "${PN}-images" +FILES_${PN}-images += "/boot" ALLOW_EMPTY = "1"