Re: [yocto] building both musl and glibc based images for same machine

2020-01-14 Thread Josef Holzmayr
Howdy! On Tue, Jan 14, 2020 at 02:38:29PM +, Rasmus Villemoes wrote: > Is there some way to build images based on both musl and glibc for the > same machine? No problem at all - be it either through seperate builds, or multiconfig. > Say, I need an initramfs to be as small as possible, and

[yocto] Yocto Project Status WW03'20

2020-01-14 Thread Stephen Jolley
Current Dev Position: YP 3.1 M2 Next Deadline: YP 3.1 M2 build date 1/20/2020 Next Team Meetings: * Bug Triage meeting Thursday Jan. 16th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday Feb. 4th at 8am PDT (

[yocto] [PATCH yocto-autobuilder-helper] config.json: add buildtools-extended-tarball to "buildtools"

2020-01-14 Thread Tim Orling
Add buildtools-extended-tarball (which adds build-essentials) to the existing "buildtools" x86_64 build step. Signed-off-by: Tim Orling --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 79695c2..79f3da6 100644 --- a/config.json

Re: [yocto] Yocto Project Status WW03'20

2020-01-14 Thread akuster
On 1/14/20 7:52 AM, Stephen Jolley wrote: > > Current Dev Position: YP 3.1 M2 > > Next Deadline: YP 3.1 M2 build date 1/20/2020 > >   > > Next Team Meetings: > > * Bug Triage meeting Thursday Jan. 16th  at 7:30am PDT > (https://zoom.us/j/454367603) > * Monthly Project Meeting Tuesday

Re: [yocto] zeus build errors

2020-01-14 Thread JH
Thanks for all your responses. Sorry it seems a very rare my local network glitch yesterday coincidentally happened the same time in the middle of I changed to build zeus, made a lots of confusion. I run it again today, all good now. My apology. Thank you. Kind regards, - jh On 1/14/20,

[yocto] zeus build errors

2020-01-14 Thread JH
Hi, I had no problems to build thud, but after updating thud by zeus, I was not able to build it, what I could be missing? --2020-01-14 09:37:54-- https://ftp.gnu.org/gnu/bison/bison-3.4.2.tar.xz Resolving ftp.gnu.org (ftp.gnu.org)... failed: Name or service not known. wget: unable to resolve

Re: [yocto] zeus build errors

2020-01-14 Thread Paul Barker
On Tue, 14 Jan 2020 at 09:49, JH wrote: > > Hi, > > I had no problems to build thud, but after updating thud by zeus, I > was not able to build it, what I could be missing? > > > --2020-01-14 09:37:54-- https://ftp.gnu.org/gnu/bison/bison-3.4.2.tar.xz > Resolving ftp.gnu.org (ftp.gnu.org)...

Re: [yocto] zeus build errors

2020-01-14 Thread Laurent Gauthier
Hi there, On Tue, 14 Jan 2020 at 09:49, JH wrote: > > Hi, > > I had no problems to build thud, but after updating thud by zeus, I > was not able to build it, what I could be missing? Questions based on experience: * Doesn't your network require you to use a network proxy to access URLs that are

[linux-yocto][linux-yocto-dev][PATCH] linux-yocto linux-yocto-dev: Fix /bin/awk issues

2020-01-14 Thread He Zhe
From: He Zhe 084857b1bf19 ("linux-yocto: Handle /bin/awk issues") makes one mistake and misses one substitution causing the following warning. Warning: Kernel ABI header at 'tools/arch/x86/tools/gen-insn-attr-x86.awk' differs from latest version at 'arch/x86/tools/gen-insn-attr-x86.awk' Fixes: