Re: [yocto] running task only for native but not target?

2015-03-13 Thread Koehler, Yannick (HP Networking)
...@linux.intel.com] Envoyé : March-13-15 5:02 AM À : Koehler, Yannick (HP Networking) Cc : yocto@yoctoproject.org Objet : Re: [yocto] running task only for native but not target? Hi Yannick, On Thursday 12 March 2015 19:05:13 Koehler, Yannick wrote: I have a package that produce a binary that I need

[yocto] running task only for native but not target?

2015-03-12 Thread Koehler, Yannick (HP Networking)
I have a package that produce a binary that I need for native, and an C header file that I need for target. I put the following do_install function to install appropriately the bin or header according to the class: do_install_append_class-target () { install -d

[yocto] Building local sources

2015-03-09 Thread Koehler, Yannick (HP Networking)
Hi, I need some help regarding this since I cannot find out how to achieve this. I have a git repo with a lot of code splitted in module, such as: /.git /module_a /module_b Etc... I want to compile those modules using a bitbake recipe within yocto so I created

[yocto] squashfs-tools-native 4.2-r2 fails, missing lzma.h

2015-02-24 Thread Koehler, Yannick (HP Networking)
I recently set my rootfs image fstype to squashfs-xz, and then got this error: NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: do_compile (log file is located at

Re: [yocto] squashfs-tools-native 4.2-r2 fails, missing lzma.h

2015-02-24 Thread Koehler, Yannick (HP Networking)
to already be in the system meta/classes/sstate.bbclass:ASSUME_PROVIDED += ${SSTATE_PKG_TARZIPPROG}-native Very clever, I will fix that, sorry about this message. Yannick Koehler -Message d'origine- De : Koehler, Yannick (HP Networking) Envoyé : February-24-15 11:21 AM À : 'yocto

Re: [yocto] The kernel *.cfg system

2015-02-24 Thread Koehler, Yannick (HP Networking)
-14.04 TARGET_SYS= arm-poky-linux-gnueabi MACHINE = wandboard-quad DISTRO= poky DISTRO_VERSION= 1.7.1 Which version of yocto are you using by curiosity? thx, -KA On Thu, Feb 19, 2015 at 2:17 PM, Koehler, Yannick (HP Networking) yannick.koeh...@hp.com wrote: Hi

[yocto] The kernel *.cfg system

2015-02-19 Thread Koehler, Yannick (HP Networking)
Hi, I recently was playing with the FreeScale community layer meta-fsl-ppc. They are using their own kernel package linux-qoriq-sdk. I attempted to alter the configuration file using a systemd.cfg for the pleasure, to my surprise, the .cfg didn't change anything at all. Is FreeScale

Re: [yocto] do_rootfs missing package (ipk) or not found in base feeds (rpm)

2015-01-07 Thread Koehler, Yannick (HP Networking)
 : Koehler, Yannick (HP Networking) Envoyé : January-07-15 1:13 PM À : 'Paul Eggleton' Cc : yocto@yoctoproject.org Objet : RE: [yocto] do_rootfs missing package (ipk) or not found in base feeds (rpm) Thanks for the fast reply, yes, the packages-split/libutil is empty. As stated, I produce a .so

Re: [yocto] do_rootfs missing package (ipk) or not found in base feeds (rpm)

2015-01-07 Thread Koehler, Yannick (HP Networking)
! -- Yannick Koehler -Message d'origine- De : Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Envoyé : January-07-15 12:59 PM À : Koehler, Yannick (HP Networking) Cc : yocto@yoctoproject.org Objet : Re: [yocto] do_rootfs missing package (ipk) or not found in base feeds (rpm) Hi

[yocto] do_rootfs missing package (ipk) or not found in base feeds (rpm)

2015-01-07 Thread Koehler, Yannick (HP Networking)
Hi, I created my second recipe in Yocto, it is a shared library. -- SUMMARY = libutil LICENSE = LGPLv2.1+ LIC_FILES_CHKSUM = file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 SRC_URI = file://libutil-${PV}-Source.tar.bz2 SRC_URI[md5sum] = ??? SRC_URI[sha256sum] = ??? S =

Re: [yocto] Package Feature compile/runtime dependency

2014-12-17 Thread Koehler, Yannick (HP Networking)
(HP Networking) Cc : Anders Darander; yocto@yoctoproject.org Objet : Re: [yocto] Package Feature compile/runtime dependency On 12 December 2014 at 15:44, Koehler, Yannick (HP Networking) yannick.koeh...@hp.com wrote: My hope, was that somehow, adding systemd to DISTRO_FEATURE would not only add

[yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Koehler, Yannick (HP Networking)
I played with the system yesterday and find Yocto to be great. Being a Gentoo user, I love the approach taken and see lots of enhancements made. The biggest one is that fact that some packages, like the kernel and glibc got break down in a set of feature that can be better controlled than

Re: [yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Koehler, Yannick (HP Networking)
Koehler HP Networking Mobility De : Burton, Ross [mailto:ross.bur...@intel.com] Envoyé : December-12-14 9:56 AM À : Koehler, Yannick (HP Networking) Cc : yocto@yoctoproject.org Objet : Re: [yocto] Package Feature compile/runtime dependency On 12 December 2014 at 14:13, Koehler, Yannick (HP Networking

Re: [yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Koehler, Yannick (HP Networking)
Networking) Cc : Burton, Ross; yocto@yoctoproject.org Objet : Re: [yocto] Package Feature compile/runtime dependency * Koehler, Yannick (HP Networking) yannick.koeh...@hp.com [141212 16:11]: It would definitely make sense to have a distro level feature called init-busyboxinit/init-sysvinit/init

[yocto] Poky-tiny core-image-minimal issue

2014-12-10 Thread Koehler, Yannick (HP Networking)
Hi, I am new to Yocto, poky and anything in here. I am having difficulty just running example I see in the documentation and would like to get pass that. My goal, run poky-tiny/core-image-mimimal image inside qemux86 (should be basic from what I understand). I changed my local.conf to

Re: [yocto] Poky-tiny core-image-minimal issue

2014-12-10 Thread Koehler, Yannick (HP Networking)
Did a little more digging and found that adding ext2 to poky-tiny.cfg and it worked, maybe this should be push to repository: # Functionality flags KERNEL_FEATURES = ext2 -- Yannick Koehler -Message d'origine- De : Koehler, Yannick (HP Networking) Envoyé : December-10-14 9:53 AM À

[yocto] parallel build of multiple machine/os?

2014-12-10 Thread Koehler, Yannick (HP Networking)
Can Yocto build for example in a single bitbake call an image for x86, ppc, arm, others? Or is the call to bitbake limited to a single architecture? And if so, how? I see that lots of *-native package are built, and I guess is that for each machine/os those would be reused, as such, it