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

2019-01-12 Thread Khem Raj
Awesome On Sat, Jan 12, 2019 at 6:00 PM Stefano Cappa wrote: > Fixed. After some tests I'll send the new recipe with a patch to update > dhcpcd. > > Il gio 10 gen 2019, 00:12 Stefano Cappa ha > scritto: > >> Which should be the right path instead of the hardcoded /usr/include? >> Is there a

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

2019-01-12 Thread Stefano Cappa
Fixed. After some tests I'll send the new recipe with a patch to update dhcpcd. Il gio 10 gen 2019, 00:12 Stefano Cappa ha scritto: > Which should be the right path instead of the hardcoded /usr/include? > Is there a recommended way to fix it in a yocto recipe? > > > Il giorno mer 9 gen 2019

[linux-yocto] v4.18.x - stable updates comprising v4.18.24

2019-01-12 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 4.18.x stable update "extension" primarily created for the Yocto project, continuing from the previous v4.18.23 release. There are about 230 commits here, based on commits chosen from what was used in existing 4.19.12 to 4.19.14 (inclusive) stable

[yocto] [meta-security][PATCH] Upgrade scapy to 2.4.2

2019-01-12 Thread Scott Ellis
Signed-off-by: Scott Ellis --- recipes-security/scapy/python-scapy.inc | 4 ++-- .../scapy/{python-scapy_2.4.0.bb => python-scapy_2.4.2.bb}| 0 .../scapy/{python3-scapy_2.4.0.bb => python3-scapy_2.4.2.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename

Re: [yocto] Setting up a password for the root user

2019-01-12 Thread Rudolf Streif
For security it is best to disable console login for root and all users altogether and use ssh with keys. If you are building many devices you would want to provision each of them with unique keys. :rjs On Sat, Jan 12, 2019, 04:42 Stefano Cappa From a security point of view, Is it better to

Re: [yocto] meta-mingw and cmake

2019-01-12 Thread Joshua Watt
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 += "nativesdk-cmake" > + > > When I add this, windows SDK build is failing

Re: [linux-yocto] [kernel-cache][PATCH] qemuriscv64: Initial support for 64-bit QEMU RISC-V

2019-01-12 Thread Bruce Ashfield
On 2019-01-11 6:40 p.m., Alistair Francis wrote: On Wed, Jan 9, 2019 at 9:34 AM Bruce Ashfield wrote: On 2019-01-09 12:21 p.m., Alistair Francis wrote: On Wed, Jan 9, 2019 at 9:18 AM Bruce Ashfield wrote: On 2019-01-09 12:16 p.m., Alistair Francis wrote: On Wed, Jan 9, 2019 at 8:34 AM

Re: [yocto] Setting up a password for the root user

2019-01-12 Thread Stefano Cappa
>From a security point of view, Is it better to use "usermod -p `openssl passwd mypass` root; \" or with uppercase P "usermod -P mypass root; \" ? Il giorno sab 12 gen 2019 alle ore 04:38 Rudolf J Streif < rudolf.str...@ibeeto.com> ha scritto: > Alberto, > > The quotes around > > `openssl