From 6f96fdb2852376386efae02b4a92ab7a938084f4 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 2 Jan 2017 22:47:54 -0600 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-extended/xen/xen.inc') 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 # Allow all hypervisor settings in a defconfig EXTRA_OEMAKE += "XEN_CONFIG_EXPERT=y" +# Build release versions always. Technically since we track release +# tarballs this always happens but occasionally people pull in patches +# from staging that reverts this +EXTRA_OEMAKE += "debug=n" do_configure() { -- cgit v1.2.3-54-g00ecf