All of lore.kernel.org
 help / color / mirror / Atom feed
From: Beth 'pidge' Flanagan <pidge@toganlabs.com>
To: Bill Randle <william.c.randle@intel.com>, yocto@yoctoproject.org
Subject: Re: [yocto-autobuilder][PATCH] nightly-wic.conf: add additional config settings for efi images
Date: Thu, 25 Aug 2016 09:52:15 +0100	[thread overview]
Message-ID: <1472115135.3536.0.camel@toganlabs.com> (raw)
In-Reply-To: <1472060434-14175-1-git-send-email-william.c.randle@intel.com>

On Wed, 2016-08-24 at 10:40 -0700, Bill Randle wrote:
> Building efi disk images now requires extra config settings, so add
> IMAGE_FSTYPES and MACHINE_FEATURES appends to the auto.conf file.
> 
> Signed-off-by: Bill Randle <william.c.randle@intel.com>
> 

Merged to master.

-b

> ---
>  buildset-config.controller/nightly-wic.conf | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/buildset-config.controller/nightly-wic.conf b/buildset-
> config.controller/nightly-wic.conf
> index 1b91852..14e2411 100644
> --- a/buildset-config.controller/nightly-wic.conf
> +++ b/buildset-config.controller/nightly-wic.conf
> @@ -9,24 +9,24 @@ steps: [{'SetDest':{}},
>          {'RunPreamble':{}},
>          {'GetDistroVersion':{'distro': 'poky'}},
>          {'CreateBBLayersConf':{'buildprovider':'yocto'}},
> -        {'CreateAutoConf':{'machine':'qemux86'}},
> +        {'CreateAutoConf':{'machine':'qemux86',
> 'atextappend':'\nIMAGE_FSTYPES += " hddimg"\nMACHINE_FEATURES_append
> = " efi"\n'}},
>          {'BuildImages':{'images':'syslinux syslinux-native parted-
> native gptfdisk-native dosfstools-native mtools-native'}},
>          {'BuildImages':{'images':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk',
> 'target_img':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk-gpt',
> 'target_img':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'mkefidisk',
> 'target_img':'core-image-sato'}},
> -        {'CreateAutoConf':{'machine':'genericx86'}},
> +        {'CreateAutoConf':{'machine':'genericx86',
> 'atextappend':'\nIMAGE_FSTYPES += " hddimg"\nMACHINE_FEATURES_append
> = " efi"\n'}},
>          {'BuildImages':{'images':'syslinux syslinux-native parted-
> native gptfdisk-native dosfstools-native mtools-native'}},
>          {'BuildImages':{'images':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk',
> 'target_img':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk-gpt',
> 'target_img':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'mkefidisk',
> 'target_img':'core-image-sato'}},
> -        {'CreateAutoConf':{'machine':'qemux86-64'}},
> +        {'CreateAutoConf':{'machine':'qemux86-64',
> 'atextappend':'\nIMAGE_FSTYPES += " hddimg"\nMACHINE_FEATURES_append
> = " efi"\n'}},
>          {'BuildImages':{'images':'syslinux syslinux-native parted-
> native gptfdisk-native dosfstools-native mtools-native'}},
>          {'BuildImages':{'images':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk',
> 'target_img':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk-gpt',
> 'target_img':'core-image-sato'}},
> -        {'CreateAutoConf':{'machine':'genericx86-64'}},
> +        {'CreateAutoConf':{'machine':'genericx86-64',
> 'atextappend':'\nIMAGE_FSTYPES += " hddimg"\nMACHINE_FEATURES_append
> = " efi"\n'}},
>          {'BuildImages':{'images':'syslinux syslinux-native parted-
> native gptfdisk-native dosfstools-native mtools-native'}},
>          {'BuildImages':{'images':'core-image-sato'}},
>          {'CreateWicImages':{'wic_img_type':'directdisk',
> 'target_img':'core-image-sato'}},


      reply	other threads:[~2016-08-25  8:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 17:40 [yocto-autobuilder][PATCH] nightly-wic.conf: add additional config settings for efi images Bill Randle
2016-08-25  8:52 ` Beth 'pidge' Flanagan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472115135.3536.0.camel@toganlabs.com \
    --to=pidge@toganlabs.com \
    --cc=william.c.randle@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.