From 718288994eb8f7969825db6c59696ab2f3ab7bb8 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 27 Apr 2012 10:49:49 +0000 Subject: u-boot: package images to u-boot-images Signed-off-by: Ting Liu --- recipes-kernel/u-boot/u-boot_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index 027f304..3d42aa8 100644 --- a/recipes-kernel/u-boot/u-boot_git.bb +++ b/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" -- cgit v1.2.3-54-g00ecf