]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot: package images to u-boot-images
authorTing Liu <b28495@freescale.com>
Fri, 27 Apr 2012 10:49:49 +0000 (10:49 +0000)
committerMatthew McClintock <msm@freescale.com>
Fri, 27 Apr 2012 20:28:55 +0000 (15:28 -0500)
Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb

index 027f304f952a236a08b207a63babd49dfa743ab2..3d42aa8a8eab30c678241c62c8bbc973bdd51d2b 100644 (file)
@@ -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"