[yocto] [Recipe reporting system] Upgradable recipe name list

2019-01-13 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version

[yocto] bitbake: DataSmart.expandWithRefs causing exception when handed "${@...}"

2019-01-13 Thread Ulf Samuelsson
I am trying to add a new image class "SWU" in "sumo" for a "software update image". As a result: do_sdk_depends[depends] = '${@get_ext_sdk_depends(d)} meta-extsdk-toolchain:do_populate_sysroot' When data_smart.py works on this, it will call DataSmart.expandWithRefs(self, s, varname) s

Re: [yocto] meta-mingw and cmake

2019-01-13 Thread Sinan Kaya
On Sat, Jan 12, 2019 at 2:41 PM Joshua Watt wrote: > > CC'ing yocto@yoctoproject.org > > On Sat, Jan 12, 2019 at 1:02 PM Sinan Kaya wrote: > > > > Hi Joshua, > > > > I have this instruction to build cmake as part of the SDK. > > > > +# Add the CMake binary to the SDK > > +TOOLCHAIN_HOST_TASK +=

[yocto] [meta-security][python3-scapy] scapy script is broken

2019-01-13 Thread Scott Ellis
The shebang line in /usr/bin/scapy and /usr/bin/UTscapy is always set for python not python3 and so doesn't work with the python3 scapy install. This problem existed in the 2.4.0 version as well. I am currently using this patch in my local repo to fix python3-scapy builds. diff --git

Re: [yocto] Cannot update dhcpcd receipe from v6.11.5 to v7.x.x

2019-01-13 Thread Stefano Cappa
Ok, I created a pull request on github: https://github.com/openembedded/meta-openembedded/pull/112 Il giorno dom 13 gen 2019 alle ore 03:33 Khem Raj ha scritto: > Awesome > > On Sat, Jan 12, 2019 at 6:00 PM Stefano Cappa < > stefano.cappa.k...@gmail.com> wrote: > >> Fixed. After some tests I'll

Re: [yocto] [meta-java][PATCH] remove True option to getVar calls

2019-01-13 Thread André Draszik
Reposted to correct list... On Sun, 2019-01-13 at 11:11 +, André Draszik wrote: > From: André Draszik > > getVar() has been defaulting to expanding by default for > a long time (2016), thus remove the True option from > getVar() calls with a regex search and replace. > > Search & replace

[yocto] [meta-java][PATCH] remove True option to getVar calls

2019-01-13 Thread André Draszik
From: André Draszik getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() calls with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \