summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2012-04-27 10:49:49 +0000
committerMatthew McClintock <msm@freescale.com>2012-04-27 15:28:55 -0500
commit718288994eb8f7969825db6c59696ab2f3ab7bb8 (patch)
tree4c8d4b86b4513cdf9fe0b224b5fb84e66092a963
parent548716e674b53d1fb1c216486fdfc355c5fd16c4 (diff)
downloadmeta-fsl-ppc-718288994eb8f7969825db6c59696ab2f3ab7bb8.tar.gz
u-boot: package images to u-boot-images
Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb5
1 files 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"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r15" 8PR = "r16"
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" 10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc"
11 11
@@ -112,6 +112,7 @@ do_deploy(){
112} 112}
113addtask deploy after do_install 113addtask deploy after do_install
114 114
115FILES_${PN} += "/boot" 115PACKAGES += "${PN}-images"
116FILES_${PN}-images += "/boot"
116 117
117ALLOW_EMPTY = "1" 118ALLOW_EMPTY = "1"