[yocto] mklibs in USER_CLASSES

2016-11-03 Thread Taek Hyun Shin
Hi,Somebody help met plz.I'm using Yocto Project 2.0I want to reduce my rootfs due to fast execute binaries.So, I did apply mklibs using USE_CLASSESBut, I got error message as follow: 208 No pic file found for /home/B110141/works/Yocto/build/tcc8021/tmp/sysroots/tcc8021/usr/lib//libgmp.so.10 ;

Re: [yocto] esdk without using Poky?

2016-11-03 Thread Gary Thomas
On 2016-11-04 04:41, Paul Eggleton wrote: On Wed, 02 Nov 2016 07:25:13 Gary Thomas wrote: I've tested your patches for this (from the OE-core mailing list) and I can now build and use the eSDK for my board :-) Great! I do have a couple observations/questions: * I added my missing tool with

Re: [yocto] esdk without using Poky?

2016-11-03 Thread Paul Eggleton
On Wed, 02 Nov 2016 07:25:13 Gary Thomas wrote: > I've tested your patches for this (from the OE-core mailing list) > and I can now build and use the eSDK for my board :-) Great! > I do have a couple observations/questions: > > * I added my missing tool with this line in my local.conf >

[yocto] [AUH] Upgrade status: 2016-11-04

2016-11-03 Thread auh
AUH finished upgrade batch the result patches/logs can be found at: https://logs.yoctoproject.org/auh//20161102154900.tar.gz, next are the statistics: Recipe upgrade statistics: * Failed(do_compile): 12 libjpeg-turbo, 1.5.1, Maxin B. John

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-03 Thread Paul Barker
On Fri, 4 Nov 2016 08:55:05 +1100 Jonathan Liu wrote: > Hi Paul, > > On 4 November 2016 at 07:57, Paul Barker wrote: > > On Wed, 2 Nov 2016 00:49:11 +1100 > > Jonathan Liu wrote: > > > >> device_tree_address=0x100 is set in

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-03 Thread Jonathan Liu
Hi Paul, On 4 November 2016 at 07:57, Paul Barker wrote: > On Wed, 2 Nov 2016 00:49:11 +1100 > Jonathan Liu wrote: > >> device_tree_address=0x100 is set in config.txt so the firmware will >> load a patched device tree blob to 0x100 before passing

Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Khem Raj
here is reworked patch https://github.com/kraj/meta-raspberrypi/commit/468e28084a4d41e71fc0fde53b43033cd19ef9d5.patch try it again > On Nov 3, 2016, at 2:27 PM, Karim ATIKI

Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Karim ATIKI
Hi Khem, I just tried to rebuild gstreamer1.0-plugins-bad from a clean checkout with your patch. At first glance, it's working. "bitbake gstreamer1.0-plugins-bad" succeeded but with a QA Warning: gstreamer1.0-plugins-bad-1.8.3-r0 do_configure: QA Issue: gstreamer1.0-plugins-bad: invalid

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-03 Thread Paul Barker
On Wed, 2 Nov 2016 00:49:11 +1100 Jonathan Liu wrote: > device_tree_address=0x100 is set in config.txt so the firmware will > load a patched device tree blob to 0x100 before passing control to > U-Boot. The U-Boot script will then read the command line arguments > generated by

[yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Khem Raj
Enable dispmanx support if using bcm driver Signed-off-by: Khem Raj --- Changes from V1->V2: - Remove spurious " - Rearrange code - Remove duplicate packageconfig for dispmanx .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 14 -- 1 file changed, 12

Re: [yocto] how to copy a tar file to Root file system

2016-11-03 Thread Paul Eggleton
On Wed, 02 Nov 2016 20:17:11 swapna.gurum...@microchip.com wrote: > > In any case, when debugging situations like this it helps to make a fresh > > start - run "bitbake -c clean crank" (you don't need -c cleansstate > > because being stuck at do_install you haven't got to any real sstate tasks > >

[yocto] [yocto-autobuilder][PATCH] buildset-config.meta-intel/nightly-meta-intel.conf

2016-11-03 Thread Graydon, Tracy
Update nightly-meta-intel.conf with the most recent release branches. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/nightly-meta-intel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Andre McCurdy
On Wed, Nov 2, 2016 at 11:29 PM, Khem Raj wrote: > Enable dispmanx support if using bcm driver > > Signed-off-by: Khem Raj > --- > .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 14 > -- > 1 file changed, 12 insertions(+), 2

Re: [yocto] Shallow git clones?

2016-11-03 Thread Khem Raj
> On Nov 3, 2016, at 6:06 AM, Gary Thomas wrote: > > I recall seeing some discussion in the past about using shallow > GIT clones when importing repositories? Is this ever going to > happen? > > The reason I ask is that I routinely save the GIT tarballs and > some of them

Re: [yocto] Invalid configuration from end user prevents continuing

2016-11-03 Thread Khem Raj
> On Nov 2, 2016, at 11:21 PM, Andrew Stuart > wrote: > > Hello > > I'm trying to get yocto to run from a hard disk. It's not finishing the boot > process. Research suggests that there is some problem around the rootfs. > > Here is a screenshot of where

Re: [yocto] Guide to how to build a minimal system

2016-11-03 Thread Khem Raj
> On Nov 2, 2016, at 4:02 AM, Andrew Stuart > wrote: > > I want to build a minimal Nginx system that does nothing else but serve > static files. Preferably with nothing else installed at all apart from > network configuration via /etc/network/interfaces.

Re: [yocto] How do I remove/disable QtWebKit from building?

2016-11-03 Thread Khem Raj
> On Nov 2, 2016, at 7:18 AM, Anatoli Veselinov > wrote: > > I have been searching about this but didn't found anything. I don't know if > what I'm asking is possible so let me explain. > > My goal is to create a custom image for a target that it can run Qt >

Re: [yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-03 Thread Khem Raj
> On Nov 3, 2016, at 4:57 AM, Thomas Thorne wrote: > > Presumably because I have in my local.conf: > IMAGE_FSTYPES = "tar.xz ext3" > yes thats the problem. signature.asc Description: Message signed with OpenPGP using GPGMail --

Re: [yocto] How to add libudev.h

2016-11-03 Thread Fred Ollinger
I belive this goes in your .bb file: DEPENDS = " \ udev \ " RDEPENDS_${PN} = " \ udev \ " Also, you probably need the right flags for libudev. Here are docs on that: https://www.freedesktop.org/software/systemd/man/libudev.html Of course, you need

Re: [yocto] Shallow git clones?

2016-11-03 Thread Christopher Larson
On Thu, Nov 3, 2016 at 6:06 AM, Gary Thomas wrote: > I recall seeing some discussion in the past about using shallow > GIT clones when importing repositories? Is this ever going to > happen? > Mentor has a bitbake patch series to support construction of and fetching of

Re: [yocto] Shallow git clones?

2016-11-03 Thread Alexander Kanavin
On 11/03/2016 03:06 PM, Gary Thomas wrote: I recall seeing some discussion in the past about using shallow GIT clones when importing repositories? Is this ever going to happen? The reason I ask is that I routinely save the GIT tarballs and some of them are obscenely obese :-( The worst of the

[yocto] How to add libudev.h

2016-11-03 Thread mickael
Hi all, i need to build a lib --> openZwave (on a imx6 card) libudev.h. I have this error during the build : /home/root/openzwave-1.4.164/cpp/hidapi/linux/hid.c:44:21: fatal error: libudev.h: No such file or directory I have tried to add udev to my local.conf but this not resolve the problem.

[yocto] How to disable a Qt module to be built?

2016-11-03 Thread Anatoli V.
I have been searching about this but didn't found anything. I don't know if what I'm asking is possible so let me explain. My goal is to create a custom image for a target that it can run Qt applications. I have the image ready, I also generated the Qt sdk (with populate_sdk) and I already

[yocto] How do I remove/disable QtWebKit from building?

2016-11-03 Thread Anatoli Veselinov
I have been searching about this but didn't found anything. I don't know if what I'm asking is possible so let me explain. My goal is to create a custom image for a target that it can run Qt applications. I have the image ready, I also generated the Qt sdk (with populate_sdk) and I already

[yocto] Guide to how to build a minimal system

2016-11-03 Thread Andrew Stuart
I want to build a minimal Nginx system that does nothing else but serve static files. Preferably with nothing else installed at all apart from network configuration via /etc/network/interfaces. Perhaps also optionally with ssh. Ideally I would be able to provide the HTML files that make up the

Re: [yocto] Shallow git clones?

2016-11-03 Thread Bas Mevissen
On 03/11/16 14:06, Gary Thomas wrote: I recall seeing some discussion in the past about using shallow GIT clones when importing repositories? Is this ever going to happen? The reason I ask is that I routinely save the GIT tarballs and some of them are obscenely obese :-( The worst of the

Re: [yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-03 Thread Thomas Thorne
May have solved the issue. Thank you for your help. > What do you get from this? >% bitbake rpi-test-image -e | grep ^IMAGE_FSTYPES I get: thomasthorne@thorne-ul-dt:~/work/rpi-layer/build$ bitbake rpi-test-image -e | grep ^IMAGE_FSTYPES IMAGE_FSTYPES_DEBUGFS="tar.xz ext3"

Re: [yocto] How to add libudev.h

2016-11-03 Thread idealsim
Ok, i will try to add dev-pkgs to my recipe here https://github.com/modjo756/meta-udoo-modjo/blob/krogoth-modjo/qt5-layer/recipes-qt/images/udoo-image-qt5.bb and add udev to my local.conf. I let you know if it's work... Mickael Le Thu, 03 Nov 2016 14:03:04 +0100, Burton, Ross

Re: [yocto] How to add libudev.h

2016-11-03 Thread Gary Thomas
On 2016-11-03 13:55, idealsim wrote: Thanks for your answer. It seems that i didn't have DEPENDS = "udev". How i can add it ? - to my local.conf or - to myImage.bb I would add it to your recipe, then it should build under any circumstance. Le Thu, 03 Nov 2016 13:29:57 +0100, Gary

[yocto] Shallow git clones?

2016-11-03 Thread Gary Thomas
I recall seeing some discussion in the past about using shallow GIT clones when importing repositories? Is this ever going to happen? The reason I ask is that I routinely save the GIT tarballs and some of them are obscenely obese :-( The worst of the bunch is the device firmware for the

Re: [yocto] How to add libudev.h

2016-11-03 Thread Burton, Ross
On 3 November 2016 at 12:55, idealsim wrote: > Thanks for your answer. > It seems that i didn't have DEPENDS = "udev". > How i can add it ? > - to my local.conf > or > - to myImage.bb > Regards, > If you want to do compiling inside the image, the

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-03 Thread Bas Mevissen
On 03/11/16 11:34, Joshua Lock wrote: Not to worry, I used a CentOS container to test this myself: # lsb_release -ir Distributor ID: CentOS Release:7.2.1511 I got the same result. The problem is that we check multiple sources for a distro's name, favouring the output of lsb_release

Re: [yocto] How to add libudev.h

2016-11-03 Thread idealsim
Thanks for your answer. It seems that i didn't have DEPENDS = "udev". How i can add it ? - to my local.conf or - to myImage.bb Regards, Le Thu, 03 Nov 2016 13:29:57 +0100, Gary Thomas a écrit: On 2016-11-03 13:19, idealsim wrote: Hi all, i need

Re: [yocto] How to add libudev.h

2016-11-03 Thread Gary Thomas
On 2016-11-03 13:19, idealsim wrote: Hi all, i need to build a lib --> openZwave (on a imx6 card) libudev.h. I have this error during the build : /home/root/openzwave-1.4.164/cpp/hidapi/linux/hid.c:44:21: fatal error: libudev.h: No such file or directory I have tried to add udev to my

[yocto] How to add libudev.h

2016-11-03 Thread idealsim
Hi all, i need to build a lib --> openZwave (on a imx6 card) libudev.h. I have this error during the build : /home/root/openzwave-1.4.164/cpp/hidapi/linux/hid.c:44:21: fatal error: libudev.h: No such file or directory I have tried to add udev to my local.conf but this not resolve the problem.

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-11-03 Thread Kumar, Shrawan
Hello Team , I am trying to set extended attributes using below post inst . I am able to preserve the setcap and smack attributes in the ext4 image. However, I am getting "Invalid argument " when I run getfacl/setfacl in qemu target . As said earlier all the 3 attributes are seen using

Re: [yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-03 Thread Gary Thomas
On 2016-11-03 10:21, Thomas Thorne wrote: Do you see an image with .rpi-sdimg in deploy/images/raspberrypi3 No, files such as that not turning up is exactly what I am asking about. thomasthorne@thorne-ul-dt:~/work/rpi-layer/build$ ls tmp/deploy/images/raspberrypi3/*.rpi-sdimg ls: cannot

Re: [yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-03 Thread Thomas Thorne
> Do you see an image with .rpi-sdimg in deploy/images/raspberrypi3 No, files such as that not turning up is exactly what I am asking about. thomasthorne@thorne-ul-dt:~/work/rpi-layer/build$ ls tmp/deploy/images/raspberrypi3/*.rpi-sdimg ls: cannot access

Re: [yocto] [sstate-cache] using sstate-cache in parallel builds

2016-11-03 Thread Burton, Ross
On 3 November 2016 at 09:57, Mike Looijmans wrote: > Would it be safe to store the sstate-cache for a bunch of builds into a > single directory, with builds running in parallel contributing to that? > > Each build would be using a different set of layers, different

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-03 Thread Joshua Lock
On Wed, 2016-11-02 at 21:31 +, Joshua Lock wrote: > On Wed, 2016-11-02 at 17:41 +0100, Bas Mevissen wrote: > > > > On 02/11/16 11:05, Joshua Lock wrote: > > > > > > > > > > > Can someone with a CentOS 7 box pastebin their /etc/lsb-release, > > > /etc/redhat-release and /etc/os-release? > >

Re: [yocto] [sstate-cache] using sstate-cache in parallel builds

2016-11-03 Thread Mike Looijmans
On 02-11-16 15:17, Burton, Ross wrote: On 2 November 2016 at 13:36, Chris Z. > wrote: Is it secure to use in parallel sstate-cache for building images for different target machines ? Short answer: yes. The hashes will be

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Khem Raj
Enable dispmanx support if using bcm driver Signed-off-by: Khem Raj --- .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git