[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? R

[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 fin

[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. https://www.yoctoproject.org/

[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. http://git.yoctoproject.org/cgit/cgit.cgi

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 .. so

[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 a/meta-security-compliance/recipes-core/os-r