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 "blackthirt33n ." na
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 create a bootable is
Performing pretty much a default build of petalinux 2016.4, Yocto gives
me an error because two recipes are creating the same README file. The
conflict is only in the README file, and the build goes fine if I delete
the file after the first recipe creates it but before the second tries
to replace i
A release candidate build for yocto-2.4_M2.rc1 is now available at:
https://autobuilder.yocto.io/pub/releases/yocto-2.4_M2.rc1
Please begin QA on this build as soon as possible.
Build hash information:
meta-intel : 009d044176d965d5ccf96f473be8be61146eefb2
meta-qt4 : 8758214a054c2127580
A release candidate build for yocto-2.4_M2.rc2 is now available at:
https://autobuilder.yocto.io/pub/releases/yocto-2.4_M2.rc2
Please begin QA on this build as soon as possible.
Build hash information:
meta-intel : 009d044176d965d5ccf96f473be8be61146eefb2
meta-qt4 : 8758214a054c2127580
Hello,
I need to use multilib feature in yocto to build some applications which
are part of a packagegroup recipe as only 32 bit.
I can use command to create 32 bit packages from this packagegroup which
works,.
# bitbake lib32-packagegroup-name.bb
But the packages in this packagegroup are stil
Hello,
I need to use multilib feature in yocto to build some applications
which are part of a packagegroup recipe as only 32 bit.
I can use command to create 32 bit packages from this packagegroup
which works,.
# bitbake lib32-packagegroup-name.bb
But the packages in this packagegroup are stil
Hello Yocto developers!
recently I found a really nice make feature, that tunes at runtime the number
of parallel
execution jobs, according to the current system load [1].
I think such a feature would be really nice on server were multiple yocto
builds are run in parallel,
and when people forg
hi,
if you need to build both of the packages, a quick and dirty workaround would
be to add a line like this to one of the recipes
do_install_append() {
rm -rf ${D}/foo/README
}
to delete the README before packaging
On Mon, 7 Aug 2017 00:02:59 +0200
Peter Vutov wrote:
> Performing pr
Hi Russell,
On Wednesday, 2 August 2017 8:34:11 PM CEST RUSSELL PETERSON wrote:
> Frustrating in that I can't get the eSDK to fully build. I'm past the issue
> with kernel-devsrc and harfbuzz... but now I see hundreds of messages like
> below. Anyone seen this before? From what I can tell these ta
10 matches
Mail list logo