[yocto] TPM2-TSS-1.1.0.bb does not use local files when BB_NO_NETWORK = "1"

2018-08-14 Thread Mark T
Hi, We have an issue doing an off-line build for TPM2-TSS-1.1.0.bb and related packages. Its fine when BB_NO_NETWORK is not set, build/downloads has the package files and the .done. We then hold the .done and associated package files locally and place them into downloads prior to building with

[yocto] Getting recipe variables into config.m4 files

2017-04-11 Thread Mark T
Hi, I'm building a PHP extension. In the config.m4 file for the extension I can add include and library paths as follows - PHP_ADD_INCLUDE(../../../../../../../sources/inc) - works PHP_ADD_INCLUDE($PROJ_ROOT/sources/inc) ** does not work PHP_ADD_INCLUDE(${PROJ_ROOT}/sources/inc) **

[yocto] Modifying CFLAGS in .bbappend

2017-04-11 Thread Mark T
Hi, If I add an include path to CFLAGS in a .bbappend is it only applied for that recipe or is it present in CFLAGS for all recipes built after that ? Cheers, Mark -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] bitbake parsing but not attempting to build recipes in layer.

2016-07-15 Thread Mark T
Thanks Nicolas, I nearly had it - I'd put IMAGE_INSTALL_APPEND in my layer.conf - once I changed to _append and had a space before the recipe name it sprang into life. On 15 July 2016 at 11:35, Nicolas Dechesne <nicolas.deche...@linaro.org> wrote: > On Fri, Jul 15, 2016 at 2:26 P

[yocto] bitbake parsing but not attempting to build recipes in layer.

2016-07-15 Thread Mark T
Hi, I have several recipes in a layer. I have added the layer to build/conf/bblayers.conf. The layer.conf in that layer looks correct for the BBFILES+= etc. when I run "bitbake core-image-base" the recipes are bing parsed ( as it picked up errors for missing dependencies). With those fixed it

Re: [yocto] How do I select the kernel version in Dizzy ? ( 3.10 | 3.14 | 3.17 )

2016-07-07 Thread Mark T
Thanks - that's working. Mark On 6 July 2016 at 18:53, Khem Raj <raj.k...@gmail.com> wrote: > On Wed, Jul 6, 2016 at 10:40 AM, Mark T <mtl1nux...@gmail.com> wrote: > > Hi, > > > > The Dizzy revision looks to support 3 kernel versions ( 3.10 | 3.14 | > 3.17 &

[yocto] How do I select the kernel version in Dizzy ? ( 3.10 | 3.14 | 3.17 )

2016-07-06 Thread Mark T
Hi, The Dizzy revision looks to support 3 kernel versions ( 3.10 | 3.14 | 3.17 ). If I chose Dizzy 1.7.3 - how do I ensure the 3.10 kernel is used for the build ? Thanks, Mark -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?

2016-05-03 Thread Mark T
Hi Christopher, Thanks. What is the command option to specify the tag and is there a list or tags available ? Cheers, Mark On 3 May 2016 at 16:23, Christopher Larson <clar...@kergoth.com> wrote: > > > On Tue, May 3, 2016 at 3:18 PM, Mark T <mtl1nux...@gmail.com> wrote: &

[yocto] What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?

2016-05-03 Thread Mark T
Hi, When we started working with Yocto we cloned via - git clone -b jethro git://git.yoctoproject.org/poky.git mydir/ cd mydir git clone git://git.yoctoproject.org/meta-intel -b jethro If we do the same a month or so later do we get the same version ? we suspect not the distro version has

Re: [yocto] Conditional compile for package in layer.conf for Qemu

2016-03-18 Thread Mark T
; wrote: > On Wed, Mar 16, 2016 at 2:01 AM, Burton, Ross <ross.bur...@intel.com> > wrote: > > > > On 16 March 2016 at 08:56, Mark T <mtl1nux...@gmail.com> wrote: > >> > >> I'd like to be able to do the following > >> > >> IMAGE_I

[yocto] Conditional compile for package in layer.conf for Qemu

2016-03-16 Thread Mark T
Hi, Is it possible to omit packages when building for Qemu ? I have a layer.conf file with various packages added via IMAGE_INSTALL_append += "package_a" IMAGE_INSTALL_append += "package_b" I'd like to be able to do the following IMAGE_INSTALL_append += "package_a" if ( not qemu )

[yocto] Which Toolchain is being used to build Yocto ?

2016-02-03 Thread Mark T
Hi, Building jethro on a Ubuntu14.04 system. I want to ensure that each person in the team is using the same tool-chain version. I notice there is a meta/recipes-devtools - I assume this pulls in from build/downloads - so gcc-5.2.0.tar.bz2 for example. Does the tool-chain comprised of these

Re: [yocto] Which Toolchain is being used to build Yocto ?

2016-02-03 Thread Mark T
016 at 15:07, Mark T <mtl1nux...@gmail.com> wrote: > >> I notice there is a meta/recipes-devtools - I assume this pulls in from >> build/downloads - so gcc-5.2.0.tar.bz2 for example. Does the tool-chain >> comprised of these recipes get built by /usr/bin/gc