[meta-virtualization] [meta-virtualization (krogoth)][PATCH 5/5] xen: ensure we build release builds
Doug Goldstein
cardoe at cardoe.com
Mon Jan 2 20:57:47 PST 2017
On 1/2/17 10:47 PM, Doug Goldstein wrote:
> 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 at cardoe.com>
> ---
> recipes-extended/xen/xen.inc | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index 38922dc..d9490fe 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() {
>
>
This patch should also be applied to morty and master.
--
Doug Goldstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 959 bytes
Desc: OpenPGP digital signature
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20170102/00b2fde3/attachment.pgp>
More information about the meta-virtualization
mailing list