summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen')
-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