Re: [OE-core] [PATCH 1/1] Revert "glib-2.0: build dependency cleanup"

2015-12-31 Thread Khem Raj
> On Dec 29, 2015, at 1:43 AM, kai.k...@windriver.com wrote: > > From: Kai Kang > > This reverts commit fcd7494b347423185c883b2897c4908929843a71. > > It uses command glib-genmarshal to build glib-2.0 which is from > glibc-2.0-native. If the command doesn't exist on

Re: [OE-core] [dizzy][PATCH] grub2: Fix CVE-2015-8370

2015-12-31 Thread Belal, Awais
Ping! BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Wednesday, December 23, 2015 4:20 PM To: openembedded-core@lists.openembedded.org Subject: [OE-core]

Re: [OE-core] Getting "menuconfig" to work again?

2015-12-31 Thread Mike Looijmans
On 31-12-15 14:55, Mike Looijmans wrote: When running a "menuconfig" (or any other task that needs a terminal), bitbake just "stops" and doesn't show any terminal. I'm using the current master branch of everything, on Ubuntu 15. When running with "-D" I can see the following log: DEBUG:

Re: [OE-core] [fido][PATCH] grub2: Fix CVE-2015-8370

2015-12-31 Thread Belal, Awais
Ping! BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Monday, December 28, 2015 3:40 PM To: openembedded-core@lists.openembedded.org Subject: [OE-core]

Re: [OE-core] [PATCH] grub2: Fix CVE-2015-8370

2015-12-31 Thread Belal, Awais
Ping! BR, Awais From: Belal, Awais Sent: Wednesday, December 23, 2015 4:17 PM To: openembedded-core@lists.openembedded.org Subject: RE: [OE-core] [PATCH] grub2: Fix CVE-2015-8370 This applies to jethro as well as master. BR, Awais

[OE-core] Getting "menuconfig" to work again?

2015-12-31 Thread Mike Looijmans
When running a "menuconfig" (or any other task that needs a terminal), bitbake just "stops" and doesn't show any terminal. I'm using the current master branch of everything, on Ubuntu 15. When running with "-D" I can see the following log: DEBUG: Executing task do_menuconfig DEBUG: Attempting

[OE-core] [PATCH] native: fix incorrect addition of -native suffix

2015-12-31 Thread Ed Bartosh
The code in native.bbclass adds -native suffix for recipes that don't have it. If native package doesn't have this suffix it will be added to it. For example perl-native-runtime becomes perl-native-runtime-native because of this. Added check to -native- in the recipe name to prevent addition of

Re: [OE-core] Getting "menuconfig" to work again?

2015-12-31 Thread Leonardo Sandoval
On 12/31/2015 07:58 AM, Mike Looijmans wrote: On 31-12-15 14:55, Mike Looijmans wrote: When running a "menuconfig" (or any other task that needs a terminal), bitbake just "stops" and doesn't show any terminal. I'm using the current master branch of everything, on Ubuntu 15. When running

Re: [OE-core] [meta-oe][PATCH] mkefidisk.sh: add boot log on console

2015-12-31 Thread Trevor Woerner
ping? On 11/28/15 09:29, Trevor Woerner wrote: > Hooking up a serial console is a "developer mode", the chances are pretty good > developers are interested in watching the kernel boot log on the console so > they can spot any problems or diagnose any failed boots (e.g. can't find root > fs). > >

Re: [OE-core] [PATCH] mkefidisk.sh: add startup script for automated boot

2015-12-31 Thread Trevor Woerner
ping? On 11/28/15 09:43, Trevor Woerner wrote: > Regardless of which image is built using which layers, try to ensure the image > on the SD device being prepared is the one that is booted automatically when > the board is powered. > > Signed-off-by: Trevor Woerner > --- >