diff options
| author | Doug Goldstein <cardoe@cardoe.com> | 2017-01-02 22:47:54 -0600 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-04 22:31:51 -0500 |
| commit | db67d896c51145d231d817c76609af762447129a (patch) | |
| tree | f6e392db61546e5ed5a8fd2ff95be14276e7f8d0 | |
| parent | 8e383c40c813d5333857e2f478a120f33c08bc1a (diff) | |
| download | meta-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.inc | 4 |
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 |
| 845 | EXTRA_OEMAKE += "XEN_CONFIG_EXPERT=y" | 845 | EXTRA_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 | ||
| 849 | EXTRA_OEMAKE += "debug=n" | ||
| 846 | 850 | ||
| 847 | do_configure() { | 851 | do_configure() { |
| 848 | 852 | ||
