summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2017-01-02 22:47:54 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-04 22:31:57 -0500
commit36db7553fa5a3ad03da6a342c866e273f916d72f (patch)
treeeb92da3ed862da1dd852e96e7258ddc91c0fddb1
parent358c14b7f3560e13e03817a50a547892ed62f2a1 (diff)
downloadmeta-virtualization-36db7553fa5a3ad03da6a342c866e273f916d72f.tar.gz
xen: ensure we build release builds
Don't build with asserts on. This is the default for release tarballs but if someone bbappends patches in we should ensure they don't shoot themselves. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 1f70b3fd..f53531cf 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -843,6 +843,10 @@ addtask stubs after do_configure before do_compile
843 843
844# Allow all hypervisor settings in a defconfig 844# Allow all hypervisor settings in a defconfig
845EXTRA_OEMAKE += "XEN_CONFIG_EXPERT=y" 845EXTRA_OEMAKE += "XEN_CONFIG_EXPERT=y"
846# Build release versions always. Technically since we track release
847# tarballs this always happens but occasionally people pull in patches
848# from staging that reverts this
849EXTRA_OEMAKE += "debug=n"
846 850
847do_configure() { 851do_configure() {
848 852