[meta-freescale] [meta-fsl-ppc][PATCH 16/39] hypervisor: skip already-stripped check

ting.liu at freescale.com ting.liu at freescale.com
Tue Jul 1 20:01:25 PDT 2014


From: Ting Liu <b28495 at freescale.com>

some binary was stripped during do_comiple

Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 .../hypervisor/hypervisor_git.bb                   |    1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
index 2fc2f25..4add9f3 100644
--- a/recipes-virtualization/hypervisor/hypervisor_git.bb
+++ b/recipes-virtualization/hypervisor/hypervisor_git.bb
@@ -86,6 +86,7 @@ do_deploy_append() {
 	rm -f ${B}/../hv
 }
 
+INSANE_SKIP_${PN} = 'already-stripped'
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 ALLOW_EMPTY_${PN} = "1"
 PACKAGES_prepend = "${PN}-image ${PN}-partman "
-- 
1.7.9.7



More information about the meta-freescale mailing list