diff options
author | Ting Liu <b28495@freescale.com> | 2012-04-27 10:49:49 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-04-27 15:28:55 -0500 |
commit | 718288994eb8f7969825db6c59696ab2f3ab7bb8 (patch) | |
tree | 4c8d4b86b4513cdf9fe0b224b5fb84e66092a963 /recipes-kernel | |
parent | 548716e674b53d1fb1c216486fdfc355c5fd16c4 (diff) | |
download | meta-fsl-ppc-718288994eb8f7969825db6c59696ab2f3ab7bb8.tar.gz |
u-boot: package images to u-boot-images
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 5 |
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" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
7 | 7 | ||
8 | PR = "r15" | 8 | PR = "r16" |
9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" | 10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" |
11 | 11 | ||
@@ -112,6 +112,7 @@ do_deploy(){ | |||
112 | } | 112 | } |
113 | addtask deploy after do_install | 113 | addtask deploy after do_install |
114 | 114 | ||
115 | FILES_${PN} += "/boot" | 115 | PACKAGES += "${PN}-images" |
116 | FILES_${PN}-images += "/boot" | ||
116 | 117 | ||
117 | ALLOW_EMPTY = "1" | 118 | ALLOW_EMPTY = "1" |