mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
2b7d51c9bf
commit
6f96fdb285
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user