Re: [yocto] Pyro's uninative and libstdc++ symbols

2017-08-25 Thread Chris Z.
gcc 7 uses) Br, Chris Z On Fri, Aug 25, 2017 at 2:50 PM, Raphael Kubo da Costa wrote: > I've recently updated my host system to Fedora 26, which has GCC 7. > > This seems to be causing some issues on Pyro, where I have a -native > recipe that is built with my system's g

Re: [yocto] release management

2017-08-18 Thread Chris Z.
her development and expansion of layers are pro the repo tool manifest file. But that is from my own exp. And it was good change. Br, Chris Z 15.08.2017 15:16 "Joshua Watt" napisał(a): > On Tue, 2017-08-15 at 09:25 +0200, Mike Looijmans wrote: > > On 14-08-17 21:10,

Re: [yocto] Checking out code from svn

2017-08-18 Thread Chris Z.
for it packages and shouldn't use multiple svn urls which are finally fetched to downloads/svn/SRC_URI/path_spec P.S. For authentication to svn resource you could save your credentials in ~/.subversion dir or use svn+ssh rather than using username and password directly. Br, Chris Z On Thu, Aug 1

Re: [yocto] using wic to build an iso

2017-08-06 Thread Chris Z.
Hi, It's starting from here: http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#creating-partitioned-images P.S. This link is to latest doc. Best regards, Chris Z. 05.08.2017 19:22 "blackthirt33n ." napisał(a): > is there documentation on how to use wic to

Re: [yocto] how do you create a non-read only root file system when making a iso based project

2017-08-06 Thread Chris Z.
Hi, Please search documentation first: http://www.yoctoproject.org/docs/2.3.1/yocto-project-qs/yocto-project-qs.html#building-an-image-for-emulation http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-qemu Best regards, Chris Z. 06.08.2017 01:07 "blackthi

Re: [yocto] sstate-cache question

2017-05-26 Thread Chris Z.
? Maybe it's monkey work but last time I had to debug such issue I had to recursively check those tasks which differ to find root cause. Br, Chris Z On Thu, May 25, 2017 at 6:36 AM, Gary Thomas wrote: > On 2017-05-23 07:27, Gary Thomas wrote: >> >> On 2017-05-22 22:35, Paul Egglet

Re: [yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Chris Z.
Hi, Have you tried to find on which syscall it hangs ? sysdig or strace ? Maybe it's issue with python subprocess, documentation mention that subprocess can deadlock or hang with large data and no read from pipe is done. Br, Chris Z On Fri, May 26, 2017 at 11:35 PM, Andrei Gherzan

Re: [yocto] sstate-cache question

2017-05-23 Thread Chris Z.
mps/ when you will use bitbake -S More on debugging: https://wiki.yoctoproject.org/wiki/TipsAndTricks/Understanding_what_changed_(diffsigs_etc) Br, Chris Z On Tue, May 23, 2017 at 7:27 AM, Gary Thomas wrote: > On 2017-05-22 22:35, Paul Eggleton wrote: >> >> Hi Gary, >> >&g

Re: [yocto] How to handle meta-intel/openembedded repos with multiple developers

2016-11-07 Thread Chris Z.
master/-next ? Br, Chris Z On Thu, Oct 27, 2016 at 8:22 AM, Edward Wingate wrote: > On Thu, Mar 3, 2016 at 8:27 AM, Mark Hatle > wrote: > > At some point during product development a lead/architect needs to make > the > > decision to 'freeze' development and at th

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

2016-11-02 Thread Chris Z.
Hi, Is it secure to use in parallel sstate-cache for building images for different target machines ? Br, Chris Z. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] New bitbake task dependency

2016-10-24 Thread Chris Z.
HI, Check temp directory for taskorder and check if this task is run. Check if this task is not omitted by sstatecache mechanism. P.S. you have EXPORT_FUNCTIONS for this task ? On Tue, Oct 25, 2016 at 6:29 AM, Jonathan Poulin wrote: > Hello, > > I add a new task in my image recipe that inherit

Re: [yocto] Force nostamp from recipe

2016-09-29 Thread Chris Z.
Hi, Sorry it should be: do_configure[nostamp] = "1" Br, Chris Z On Thu, Sep 29, 2016 at 2:29 PM, Chris Z. wrote: > Hi, > > do_configure[noexec] = "1" > > > > http://www.crashcourse.ca/wiki/index.php/BitBake_task_flags > > On Thu, Sep 29, 2016 at

Re: [yocto] Force nostamp from recipe

2016-09-29 Thread Chris Z.
Hi, do_configure[noexec] = "1" http://www.crashcourse.ca/wiki/index.php/BitBake_task_flags On Thu, Sep 29, 2016 at 10:23 AM, Svein Seldal wrote: > Hi > > I have a recipe using externalsrc, and with the version of poky I'm > running, it nostamps do_compile. > > Can I force other nostamp tasks

Re: [yocto] fetcher failure

2016-09-27 Thread Chris Z.
Hi, Have you checked repository for hash bd51baffc04ecc73f933aee1c3a37c8b44b889a7 in branch sdk-v2.0.x ? On Tue, Sep 27, 2016 at 9:50 AM, Anicic Damir (PSI) wrote: > Hi again, > > it seems no one has interests in my problem. > > I have the same problem with Ubuntu host build, too. > > What I se

Re: [yocto] can be designed don't using bb file?

2016-08-10 Thread Chris Z.
Hi, yes, it is possible but this is bad practice. Recipes should hold only configuration and way to build component/library/application + patches. http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#building-software-from-an-external-source Br, Chris On Thu, Aug 11, 2016 at 7:12

Re: [yocto] What keeps sstate from being used?

2016-07-06 Thread Chris Z.
Hi, Gary what poky version you are using ? It seems that you probably updated somehow local workspace recipe for binutils from poky master upstream. 5 days ago binutils recipe was updated with new patch. http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/recipes-devtools/binutils/binutils-2.26

Re: [yocto] What keeps sstate from being used?

2016-07-06 Thread Chris Z.
Hi, Check: http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#shared-state-cache "... the build system detects changes in the "inputs" to a given task by creating a checksum (or signature) of the task's inputs. If the checksum changes, the system assumes the inputs have changed an

Re: [yocto] Package build files not getting copied to sysroots directory

2016-06-30 Thread Chris Z.
Hi, Check what files are added to the package of your distribution (deb, ipk ) Variable FILES_ defines what files should be added to the packages ( -dev, -dbg, -doc ) which are installed in sysroot. bitbake.conf specify default files which should be packed. You can check bitbake -e &> output.lo

Re: [yocto] Additional layers with class and conf

2016-06-15 Thread Chris Z.
HI, Have you checked full output of -e bitbake run ? Were INHERIT variable is resolved ? To check if *.conf file was checked ? Maybe some confs change INHERIT variables during parsing. Br, KZ On Wed, Jun 15, 2016 at 4:50 PM, Woronicz, Bartosz ( NSN - PL/Wroclaw) < bartosz.woron...@nokia.com> wr

Re: [yocto] help

2016-05-13 Thread Chris Z.
​ On Fri, May 13, 2016 at 9:25 AM, Chandrakanth Sherkhane (IC Nexus) < c...@icnexus.com.tw> wrote: > Dear Yocto mailing list, > > > > We are IC Nexus Co. Ltd. in Taipei City – Taiwan, a developer and > manufacturer of ARM-based Embedded Single Board Computers and Smart LCD > Display products (on

Re: [yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-05-06 Thread Chris Z.
Hi, Any tips ? On Fri, Mar 4, 2016 at 4:13 PM, Chris Z. wrote: > Hi, > > I have set newer gcc(4.9) in PATH and with proper LD_LIBRARY_PATH. Default > system gcc is 4.4. > > Bulding cmake-native fails when bootstrap cmake tries to compile cmake > native binary. > > T

[yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-03-04 Thread Chris Z.
Hi, I have set newer gcc(4.9) in PATH and with proper LD_LIBRARY_PATH. Default system gcc is 4.4. Bulding cmake-native fails when bootstrap cmake tries to compile cmake native binary. This is due to the fact that bootstrap was compiled with newer glibcxx and it can't be found in system/host /usr