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:51 -0500
commitdb67d896c51145d231d817c76609af762447129a (patch)
treef6e392db61546e5ed5a8fd2ff95be14276e7f8d0
parent8e383c40c813d5333857e2f478a120f33c08bc1a (diff)
downloadmeta-virtualization-db67d896c51145d231d817c76609af762447129a.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