diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:13:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:17:43 +0100 |
commit | 8dadc0d09fded88425e88d0fa6d1897099db3c18 (patch) | |
tree | 054b19656e14ac7c128b9535db4b24ae69c2ef8c /meta/recipes-bsp | |
parent | a39cbed2ec887fb83335ba93e92d971c84a0f4d8 (diff) | |
download | openembedded-core-8dadc0d09fded88425e88d0fa6d1897099db3c18.tar.gz openembedded-core-8dadc0d09fded88425e88d0fa6d1897099db3c18.tar.bz2 openembedded-core-8dadc0d09fded88425e88d0fa6d1897099db3c18.zip |
u-boot: Drop INSANE_SKIP since it insane no longer trips up on this recipe
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot.inc | 2 |
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 () { } FILES_${PN} = "/boot" -# no gnu_hash in uboot.bin, by design, so skip QA -INSANE_SKIP_${PN} = True do_deploy () { install ${S}/u-boot.bin ${DEPLOYDIR}/${UBOOT_IMAGE} |