All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston
@ 2016-02-04 22:27 Ross Burton
  2016-02-05  2:08 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2016-02-04 22:27 UTC (permalink / raw)
  To: yocto

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 buildset-config.controller/nightly-musl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildset-config.controller/nightly-musl.conf b/buildset-config.controller/nightly-musl.conf
index 9a82e6b..5da90c3 100644
--- a/buildset-config.controller/nightly-musl.conf
+++ b/buildset-config.controller/nightly-musl.conf
@@ -12,7 +12,7 @@ steps: [{'SetDest':{}},
                             'buildhistory' : False, 'distro': 'poky',
                             'atextappend' : '\nTCLIBC="musl"\n' }},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
-        {'BuildImages': {'images':  'core-image-minimal core-image-full-cmdline core-image-sato'}},
+        {'BuildImages': {'images':  'core-image-minimal core-image-full-cmdline core-image-sato core-image-weston'}},
         {'SendErrorReport': {}},
         {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
 
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston
  2016-02-04 22:27 [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston Ross Burton
@ 2016-02-05  2:08 ` Khem Raj
  2016-02-05  9:02   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2016-02-05  2:08 UTC (permalink / raw)
  To: Ross Burton; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]


> On Feb 4, 2016, at 2:27 PM, Ross Burton <ross.burton@intel.com> wrote:
> 
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> buildset-config.controller/nightly-musl.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/buildset-config.controller/nightly-musl.conf b/buildset-config.controller/nightly-musl.conf
> index 9a82e6b..5da90c3 100644
> --- a/buildset-config.controller/nightly-musl.conf
> +++ b/buildset-config.controller/nightly-musl.conf
> @@ -12,7 +12,7 @@ steps: [{'SetDest':{}},
>                             'buildhistory' : False, 'distro': 'poky’,

one generic problem I see is that poky packages rpm and rpm does not work with musl.
when I build core-image-sato with OE-Core it works out fine.

fixing rpm with musl will need some some patching. I was wondering we could use poky-tiny + opkg combo
for musl.


>                             'atextappend' : '\nTCLIBC="musl"\n' }},
>         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> -        {'BuildImages': {'images':  'core-image-minimal core-image-full-cmdline core-image-sato'}},
> +        {'BuildImages': {'images':  'core-image-minimal core-image-full-cmdline core-image-sato core-image-weston'}},
>         {'SendErrorReport': {}},
>         {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
> 
> --
> 2.7.0
> 
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston
  2016-02-05  2:08 ` Khem Raj
@ 2016-02-05  9:02   ` Burton, Ross
  2016-02-05 16:07     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2016-02-05  9:02 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

On 5 February 2016 at 02:08, Khem Raj <raj.khem@gmail.com> wrote:

> > diff --git a/buildset-config.controller/nightly-musl.conf
> b/buildset-config.controller/nightly-musl.conf
> > index 9a82e6b..5da90c3 100644
> > --- a/buildset-config.controller/nightly-musl.conf
> > +++ b/buildset-config.controller/nightly-musl.conf
> > @@ -12,7 +12,7 @@ steps: [{'SetDest':{}},
> >                             'buildhistory' : False, 'distro': 'poky’,
>
> one generic problem I see is that poky packages rpm and rpm does not work
> with musl.
> when I build core-image-sato with OE-Core it works out fine.
>
> fixing rpm with musl will need some some patching. I was wondering we
> could use poky-tiny + opkg combo
> for musl.


We can switch nightly-musl over to just opkg whilst rpm is known to be
broken.  We already have a separate tiny buildset.

Ross

[-- Attachment #2: Type: text/html, Size: 1315 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston
  2016-02-05  9:02   ` Burton, Ross
@ 2016-02-05 16:07     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2016-02-05 16:07 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

On 5 February 2016 at 09:02, Burton, Ross <ross.burton@intel.com> wrote:

> We can switch nightly-musl over to just opkg whilst rpm is known to be
> broken.  We already have a separate tiny buildset.
>

Revised patch sent.

Ross

[-- Attachment #2: Type: text/html, Size: 614 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-05 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04 22:27 [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston Ross Burton
2016-02-05  2:08 ` Khem Raj
2016-02-05  9:02   ` Burton, Ross
2016-02-05 16:07     ` Burton, Ross

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.