summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 11:13:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 11:39:09 +0100
commit52e42f09dbb5eadf5f5e9ea9389ae606b0e83f5f (patch)
treed89ba4782dcd472c595821c71b952312a6c83157 /meta/recipes-bsp
parent463b38f605ba0d29768d4f4d1857f9c9b7da27c3 (diff)
downloadpoky-52e42f09dbb5eadf5f5e9ea9389ae606b0e83f5f.tar.gz
u-boot: Drop INSANE_SKIP since it insane no longer trips up on this recipe
(From OE-Core rev: 8dadc0d09fded88425e88d0fa6d1897099db3c18) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/uboot/u-boot.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc
index 7856d9bda3..544acd23b2 100644
--- a/meta/recipes-bsp/uboot/u-boot.inc
+++ b/meta/recipes-bsp/uboot/u-boot.inc
@@ -39,8 +39,6 @@ do_install () {
39} 39}
40 40
41FILES_${PN} = "/boot" 41FILES_${PN} = "/boot"
42# no gnu_hash in uboot.bin, by design, so skip QA
43INSANE_SKIP_${PN} = True
44 42
45do_deploy () { 43do_deploy () {
46 install ${S}/u-boot.bin ${DEPLOYDIR}/${UBOOT_IMAGE} 44 install ${S}/u-boot.bin ${DEPLOYDIR}/${UBOOT_IMAGE}