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 rec
Thanks. That makes sense; all the cross compile tools are built using the
Host machines native toolchain on the host then the cross-toolchain used to
cross compile yocto for the target.
On 3 February 2016 at 17:13, Burton, Ross wrote:
>
> On 3 February 2016 at 15:07, Mark T wrote:
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 )
IMAGE_INSTA
Mar 16, 2016 at 2:01 AM, Burton, Ross
> wrote:
> >
> > On 16 March 2016 at 08:56, Mark T wrote:
> >>
> >> I'd like to be able to do the following
> >>
> >> IMAGE_INSTALL_append += "package_a"
>
> It's not typical usage to co
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 chan
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 wrote:
>
>
> On Tue, May 3, 2016 at 3:18 PM, Mark T wrote:
>
>> Hi,
>>
>> When we started wo
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
https://lists.yoctoproje
Thanks - that's working.
Mark
On 6 July 2016 at 18:53, Khem Raj wrote:
> On Wed, Jul 6, 2016 at 10:40 AM, Mark T wrote:
> > Hi,
> >
> > The Dizzy revision looks to support 3 kernel versions ( 3.10 | 3.14 |
> 3.17
> > ).
> >
> > If I chose Dizzy 1
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 ru
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
wrote:
> On Fri, Jul 15, 2016 at 2:26 PM, Mark T wrote:
> > I have s
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 BB
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
https://lists.yoctoproject.org/listinf
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) ** does
13 matches
Mail list logo