Re: [yocto] [meta-mingw][master/sumo][PATCH] swig: Add swig environment setup for SDK

2018-08-30 Thread Burton, Ross
Was away for a week, back now. Merged to both master and sumo. Thanks, Ross On 30 August 2018 at 15:12, Joshua Watt wrote: > > > On Fri, Aug 24, 2018, 09:54 Joshua Watt wrote: >> >> Configures the mingw SDK environment to set the SWIG_LIB environment >> variable so that swig can find its core

[yocto] Minutes: Yocto Project Weekly Triage Meeting

2018-08-30 Thread Jolley, Stephen K
Attendees: Stephen, Armin, Richard, Randy, Anuj, Amanda Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage AR: Stephen – Get 2.7 milestones added to Bugzilla. Thanks, Stephen K. Jolley Yocto Project Program Manager INTEL, MS JF1-255, 2111 N.E. 25th Avenue, Hillsboro, OR 97124 •Cell:

[yocto] [PATCH 2/2] yocto-bsp: drop 4.15 bbappend

2018-08-30 Thread Bruce Ashfield
4.18 is replacing 4.15 as the latest kernel in the upcoming release, so we drop this dangling bbappend. Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto_4.15.bbappend | 27 -- 1 file changed, 27 deletions(-) delete mode 100644

[yocto] [PATCH 1/2] poky: set linux-yocto default to 4.18

2018-08-30 Thread Bruce Ashfield
4.18 will be the newest kernel in the upcoming release, so we bump our default to it in preparation of 4.15 being dropped. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf

Re: [yocto] [meta-mingw][master/sumo][PATCH] swig: Add swig environment setup for SDK

2018-08-30 Thread Joshua Watt
On Fri, Aug 24, 2018, 09:54 Joshua Watt wrote: > Configures the mingw SDK environment to set the SWIG_LIB environment > variable so that swig can find its core library. Otherwise, swig will > look for a directory called "Lib" next to the executable. > > Signed-off-by: Joshua Watt > --- >

Re: [linux-yocto] [PATCH 00/17] cleanup configs for 4.9+ kernel

2018-08-30 Thread Bruce Ashfield
On 08/30/2018 12:28 AM, Anuj Mittal wrote: Hi Bruce, This series cleans up configs for 4.9 kernel. Can you please merge 1/17 and 2/17 in 4.9, 4.14, 4.18 and master? Rest of them are cherry picks from 4.14 and only meant for 4.9 kernel. Merged. Thanks for the cleanups .. these are very

Re: [yocto] Sequential generation of eSDK from with the same workspace fails for similar machines

2018-08-30 Thread Martin Siegumfeldt
Hi Chen, You are right, simply renaming 'SDK_NAME' solves the issue. Thanks, Martin From: ChenQi Sent: Wednesday, August 29, 2018 3:36:41 AM To: Martin Siegumfeldt; yocto@yoctoproject.org Subject: Re: [yocto] Sequential generation of eSDK from with the

Re: [yocto] modify SDK / populate_sdk

2018-08-30 Thread ChenQi
On 08/30/2018 04:20 PM, s...@gmx.li wrote: I want to remove some files (in this case etc/snmp/snmptrapd.conf as example) in SDK. A bit strange to be, if I build this image (without -c populate_sdk), this is not part of it. But it becomes part of the SDK. The way I know to remove something in

[yocto] modify SDK / populate_sdk

2018-08-30 Thread star
I want to remove some files (in this case etc/snmp/snmptrapd.conf as example) in SDK. A bit strange to be, if I build this image (without -c populate_sdk), this is not part of it. But it becomes part of the SDK. The way I know to remove something in image (ROOTFS_POSTPROCESS_COMMAND) is not

Re: [yocto] [layerindex-web][PATCH 1/1] import_layer.py: add -t option for layer_type

2018-08-30 Thread Robert Yang
On 08/30/2018 02:20 PM, Paul Eggleton wrote: Hi Robert Sorry I meant to reply earlier. I'm not especially happy with moving the constants to utils.py. Is there any way we can avoid that? I will try to import models.py, but that may make things complicated. // Robert Thanks Paul On

Re: [yocto] [layerindex-web][PATCH 1/1] import_layer.py: add -t option for layer_type

2018-08-30 Thread Paul Eggleton
Hi Robert Sorry I meant to reply earlier. I'm not especially happy with moving the constants to utils.py. Is there any way we can avoid that? Thanks Paul On Thursday, 30 August 2018 2:05:11 PM NZST Robert Yang wrote: > Hi Paul, > > Do you have any comments on this, please ? > > // Robert >