From dca0343753278903a1f7bb56d21122903d9ee764 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 27 Apr 2012 10:49:49 +0000 Subject: [PATCH] u-boot: package images to u-boot-images Signed-off-by: Ting Liu --- meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.40.1