Re: [yocto] Remove libjpeg.so (default built even in core-image-minimal) from the rootfs when build yocto

2018-01-16 Thread Petter Mabäcker
My guess would be that the package name to exclude is libjpeg-turbo . But it seems to provide jpeg-tools as well, so that can be good to have in mind when elaborating with excluding this package. BR Petter 2018-01-16 07:46 skrev Nguyễn Thanh Vũ: > I know that I need to use PACKAGE_EXCLUDE,

Re: [yocto] Halt problem

2018-01-16 Thread Ryan Meulenkamp
Hi Alan, On 01/16/2018 08:48 AM, Alan Levy wrote: Shutdown is supposed to terminate all processes/threads so it's probably not about the watchdog daemon. It sounds more like the classic distro was disabling the hardware watchdog during shutdown and your new distro doesn't do that. Try compar

[yocto] [meta-selinux][PATCH] conf/layer.conf: set BBFILES to known layers

2018-01-16 Thread Robert Yang
The previous code add all BBFILE_COLLECTIONS/recipes*/*/*.bbappend to BBFILES, which causes the parsing very slow when there are many layers, e.g., I have 87 layers: * Before: $ rm -fr tmp-glibc/ cache; time bitbake -p real0m45.173s user0m0.560s sys 0m0.060s * After: $ rm -fr tmp-glib

Re: [yocto] How to install dtb file to boot directory

2018-01-16 Thread Maciej Pijanowski
On 13.01.2018 20:32, Mostafa Farzane wrote: I sucssesfully installed kernel to boot directory by comment out RDEPENDS_kernel-base="" line in local.conf. now i need to install dtb file to boot directory as well. I tried use do_install_append in my kernel recipe but no success. Any suggestion?

[yocto] wic- optimizing an image containing a large empty partition

2018-01-16 Thread Martin Siegumfeldt
Hi, I am trying to optimize an image having a fairly large empty partition with regards to file size - wks file: martin@martin-Precision-5510:~/work/z7000-distro_wic/meta-z7000$ cat scripts/lib/wic/canned-wks/gs-boot-rootfs.wks part --ondisk mmcblk --size 4 part /boot --source bootimg-partiti

Re: [yocto] Remove libjpeg.so (default built even in core-image-minimal) from the rootfs when build yocto

2018-01-16 Thread Burton, Ross
On 16 January 2018 at 04:28, Nguyễn Thanh Vũ wrote: > I have statically linked the libjpeg of my own to the exe file, so I do > not need the libjpeg.so default built in the /lib of rootfs. How can I > modify or specify in the local.conf file so that I can remove that > component? It takes quite a

Re: [yocto] wic- optimizing an image containing a large empty partition

2018-01-16 Thread Ed Bartosh
On Tue, Jan 16, 2018 at 09:22:07AM +, Martin Siegumfeldt wrote: > Hi, > > > I am trying to optimize an image having a fairly large empty partition with > regards to file size - wks file: > > > martin@martin-Precision-5510:~/work/z7000-distro_wic/meta-z7000$ cat > scripts/lib/wic/canned-wk

Re: [yocto] wic- optimizing an image containing a large empty partition

2018-01-16 Thread Martin Siegumfeldt
Thanks Ed, you are right - my image is indeed generated as a sparse image: martin@martin-Precision-5510:~/work/z7000-distro_wic/build/tmp-glibc/deploy/images/zynq-soft-zedboard$ ls -Llhs z7000-base-image-zynq-soft-zedboard.wic  43M -rw-r--r-- 1 martin martin 1,2G Jan 16 15:00 z7000-base-image-zy

[yocto] Backport of oe-core patch 147074 to rocko

2018-01-16 Thread Jan Siegmund
Hi all, could commit 953f6d9a717945cc20228e7f75371adc27f4ffbe be added to branch rocko? It fixes breaking packaging when using lz4. Regards, Jan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Backport of oe-core patch 147074 to rocko

2018-01-16 Thread Alexander Kanavin
On 01/16/2018 04:32 PM, Jan Siegmund wrote: could commit 953f6d9a717945cc20228e7f75371adc27f4ffbe be added to branch rocko? It fixes breaking packaging when using lz4. Certainly; prepare a patch, and send it to oe-core list with [rocko] prefix. Alex -- _

Re: [yocto] [meta-xilinx] liblzma: Memory allocation failed on do_package_rpm

2018-01-16 Thread Alejandro Enedino Hernandez Samaniego
Hey Manju, I'd like to see if I can reproduce this, could you please send the the steps you followed? Thanks! Alejandro -Original Message- From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx-boun...@yoctoproject.org] On Behalf Of Manjukumar Harthikote Matha Sent: Sunday, J

[yocto] Yocto Project Status WW03’18

2018-01-16 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 M2 development Next Deadline: YP 2.5 M2 cut off was 1/15/18 SWAT team rotation: Joshua -> Armin on Jan. 12, 2018. SWAT team rotation: Armin -> Ross on Jan. 19, 2018. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: · 2

Re: [yocto] [meta-selinux][PATCH] conf/layer.conf: set BBFILES to known layers

2018-01-16 Thread Robert Yang
I found that bitbake has BBFILES_DYNAMIC for such dynamic-layers, I will send a V2. // Robert On 01/16/2018 04:54 PM, Robert Yang wrote: The previous code add all BBFILE_COLLECTIONS/recipes*/*/*.bbappend to BBFILES, which causes the parsing very slow when there are many layers, e.g., I have 87