diff options
author | Ting Liu <b28495@freescale.com> | 2014-07-01 05:05:45 -0500 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-08 18:14:47 +0800 |
commit | 08f46cc537ed8b53522643cd998b06b95ae9e154 (patch) | |
tree | 4177fde7d76683947f4f19c4cae79a0a708bee04 /meta-fsl-ppc/recipes-virtualization | |
parent | ef3eea28c4973d35cd7edae935b245c001e5bd18 (diff) | |
download | meta-freescale-08f46cc537ed8b53522643cd998b06b95ae9e154.tar.gz |
hypervisor: skip already-stripped check
partman binary was set to be stripped in source code
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/recipes-virtualization')
-rw-r--r-- | meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb b/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb index 2fc2f25e..4add9f30 100644 --- a/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb +++ b/meta-fsl-ppc/recipes-virtualization/hypervisor/hypervisor_git.bb | |||
@@ -86,6 +86,7 @@ do_deploy_append() { | |||
86 | rm -f ${B}/../hv | 86 | rm -f ${B}/../hv |
87 | } | 87 | } |
88 | 88 | ||
89 | INSANE_SKIP_${PN} = 'already-stripped' | ||
89 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 90 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
90 | ALLOW_EMPTY_${PN} = "1" | 91 | ALLOW_EMPTY_${PN} = "1" |
91 | PACKAGES_prepend = "${PN}-image ${PN}-partman " | 92 | PACKAGES_prepend = "${PN}-image ${PN}-partman " |