[yocto] tzdata overwrites existing localtime/zoneinfo?

2018-10-25 Thread Anders Montonen
Hi, It seems to me that the tzdata package will overwrite whatever the current time zone is with its default. This is not great if you’re upgrading the package on an existing system. Should the creation of the file and link be removed from the do_install and only be done in the pkg_postinst?

[yocto] Using dpkg-buildpackage within Yocto image

2018-10-25 Thread Fabian Sturm
Hello, I would like to be able to build debian packages on yocto itself. This means I would call something like this:      dpkg-buildpackage -us -uc -rfakeroot This already does not work, since fakeroot does not exist in the image. It seems there was an older recipe for this but I can't

[yocto] build core-image-minimal with no bootloader

2018-10-25 Thread Cristian Bercaru
Hello! How do I build a core-image-minimal without any bootloader ? I tried adding the following lines in conf/local.conf, but without any effect IMAGE_BOOTLOADER = "" PREFERRED_PROVIDER_u-boot = "" PREFERRED_PROVIDER_virtual/bootloader = "" Thank you, Cristian Bercaru --

Re: [yocto] Working on Dependent Recipes in eSDK

2018-10-25 Thread Aaron_Wright
> ChenQi wrote on 10/22/2018 07:04:32 PM: > > Hi Aaron, > > The main pain for now is that `devtool sdk-install ' does > not work as expected, right? > I just checked the codes of sdk-install, and found that it does not fit > the current RSS design. > I'd like to check with you if this is the

Re: [yocto] Need Help To Solve Errors while build of Yocto Project

2018-10-25 Thread Scott Rifenbark
Hi, I am not a developer but according to that manual, one of the requirements is Python 3.4 or greater. I see Python2 stuff in the attached screen shots. Someone else could probably be more definitive. That might not be the reason but you could try with Python 3.

[yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-25 Thread Måns Zigher
Hi, I am trying to add the kernel devsrc to the SDK but I am getting the following error Problem: conflicting requests - nothing provides /bin/awk needed by kernel-devsrc-1.0-r0.imx8mqevk I have applied the following patch to try and fix this problem.

Re: [linux-yocto] [PATCH] netfilter: Fix kmemleak false positive reports

2018-10-25 Thread He Zhe
On 2018/10/25 18:29, Bruce Ashfield wrote: > On 10/23/18 6:33 AM, zhe...@windriver.com wrote: >> From: He Zhe >> >> unreferenced object 0x9643edb89900 (size 256): >>    comm "sd-resolve", pid 220, jiffies 4295016710 (age 208.256s) >>    hex dump (first 32 bytes): >> 01 00 00 00 00 00

Re: [yocto] [yocto-docs][PATCH v2] kernel-dev: note about the change detection of kernel feature files

2018-10-25 Thread Bruce Ashfield
On 10/22/18 5:07 AM, Urs Fässler wrote: It is not the expected behavior that changes on the .cfg files only referenced from .scc files are not detected. This looks good to me. Also note that I have an outstanding bugzilla to see if I can invalidate stamps, etc, when these elements change ..

Re: [linux-yocto] [PATCH] ipv4: net namespace does not inherit network configurations

2018-10-25 Thread Bruce Ashfield
On 10/24/18 2:27 AM, zhe...@windriver.com wrote: From: He Zhe patch from https://lkml.org/lkml/2014/7/29/119 Did this never make the mainline kernel ? We either need an upstream git commit hash, or an explanation of why it didn't make mainline. I haven't read the link you provided, but I

Re: [linux-yocto] [yocto-4.14][PATCH] sound.cfg: enable SND_SOC_INTEL_SKYLAKE explicitly

2018-10-25 Thread Bruce Ashfield
On 10/23/18 2:28 AM, Anuj Mittal wrote: This helps kernels that might have the sound/soc kconfig changes backported to 4.14 [1]. Looks good. As I mentioned in other email, Due to travel, I haven't gotten to it yet. But it will be merged by Monday. Bruce This is selected by default by

Re: [linux-yocto] [PATCH] netfilter: Fix kmemleak false positive reports

2018-10-25 Thread Bruce Ashfield
On 10/23/18 6:33 AM, zhe...@windriver.com wrote: From: He Zhe unreferenced object 0x9643edb89900 (size 256): comm "sd-resolve", pid 220, jiffies 4295016710 (age 208.256s) hex dump (first 32 bytes): 01 00 00 00 00 00 00 00 03 00 74 f3 ba b1 b6 b5 ..t. 65 3e 00

Re: [linux-yocto] [PATCH 0/1] config cleanup

2018-10-25 Thread Bruce Ashfield
On 10/22/18 11:28 PM, Anuj Mittal wrote: Hi Bruce, Can you please merge this in 4.18, 4.19 and master? Thanks! The patch looks fine. Due to travel, I haven't gotten to it yet. But it will be merged by Monday. Bruce Anuj Mittal (1): sound.cfg: enable SND_SOC_INTEL_SKYLAKE

[yocto] [meta-security][PATCH] os-release: remove OS_RELEASE_FEILD extending

2018-10-25 Thread Armin Kuster
depends on the OS_RELEASRE_FEILD os-release changes in core otherwise yocto-check-layer will fail Signed-off-by: Armin Kuster --- meta-security-compliance/recipes-core/os-release/os-release.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git

[yocto] [qemu] How to use qemu in your testing cycle

2018-10-25 Thread Måns Zigher
Hi, I am trying to wrap my head around how to incorporate qemu in our test/development cycle. I am currently building machine genericx86-64 machine producing a SDK and a number of files. One of them are the qemuboot.conf file but it have some path that is a relative path to the work directory. I

[yocto] [meta-security][PATCH 3/3] layer.con: add TESTSUITE define

2018-10-25 Thread Armin Kuster
Signed-off-by: Armin Kuster --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 675a149..76f5bd6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,5 @@ BBFILE_PRIORITY_security = "8" LAYERSERIES_COMPAT_security = "thud"

[yocto] [meta-security][PATCH 2/3] packagegroup-core-security: add ptest capable packages

2018-10-25 Thread Armin Kuster
and favor python-scapy Signed-off-by: Armin Kuster --- .../packagegroup/packagegroup-core-security.bb | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb

[yocto] [meta-security][PATCH 1/3] packagegroups: add more packages

2018-10-25 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/packagegroup/packagegroup-core-security.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index