From 52e42f09dbb5eadf5f5e9ea9389ae606b0e83f5f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 Jul 2011 11:13:02 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-bsp/uboot/u-boot.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-bsp') 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} -- cgit v1.2.3-54-g00ecf