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:32:01 -0500
commit6f96fdb2852376386efae02b4a92ab7a938084f4 (patch)
treeba1e91bf43961addc594d7e0d69b4611d7cea4bf
parent2b7d51c9bfb393e4962d8e3fdb928b1e7be7d4f3 (diff)
downloadmeta-virtualization-6f96fdb2852376386efae02b4a92ab7a938084f4.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 3cfb5f3e..af907b6d 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