OpenEmbedded "poky" with some sysmocom specific modifications. Mostly used only up to sysmocom release 201310, but the "pyro" branch is still used for 201705
Go to file
Paul Eggleton b4268c08c3 bitbake/runqueue: fix clash when setscene & real tasks done in same build
If a build causes a real task to be run when the setscene task has already
run then it was possible for dependent packages to be rebuilding at the same
time as a rebuild of the packages they depended on, resulting in failures
when files were missing. This change looks in the setscene covered list and
removes anything where a dependency of the real task is going to be run (e.g.
do_install is going to be run even though the setscene equivalent of
do_populate_sysroot has already been run).

As an additional safeguard we also delete the stamp file for the setscene
task under these circumstances.

Fixes [YOCTO #792]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-03-29 14:01:56 +01:00
bitbake bitbake/runqueue: fix clash when setscene & real tasks done in same build 2011-03-29 14:01:56 +01:00
documentation documentation/adt-manual/adt-prepare.xml: Added instruction for building ADT tarball 2011-03-25 17:40:30 +00:00
meta package_rpm: Ensure we take the sstate shared lockfile in the place we write files 2011-03-29 14:01:52 +01:00
meta-demoapps Various: Update KERNELORG_MIRROR for consistency 2011-03-23 15:44:04 +00:00
meta-rt meta-rt: atom-pc support 2011-01-20 21:36:58 +00:00
meta-yocto/conf poky.conf: Add missing POKY_EXTRA_RDEPENDS qemu changes for mipc/ppc 2011-03-28 15:45:19 +01:00
scripts scripts/poky-qemu-internal: Add rw to KERNCMDLINE for non nfs boots as well 2011-03-23 15:43:58 +00:00
.gitignore poky/.gitignore: updated the lines for the kernel manual 2010-12-10 22:01:15 -08:00
LICENSE LICENSE: Clarify the license recipe source code is under 2010-06-10 10:13:18 +01:00
README README*: Update after addition of manual 2008-02-26 11:40:57 +00:00
README.hardware README.hardware: add Freescale MPC8315E-RDB; other minor tweaks 2011-03-25 16:38:13 +00:00
poky-init-build-env poky-init-build-env: unbork for zsh 2011-03-23 15:43:48 +00:00

README

Poky
====

Poky platform builder is a combined cross build system and development 
environment. It features support for building X11/Matchbox/GTK based 
filesystem images for various embedded devices and boards. It also 
supports cross-architecture application development using QEMU emulation
and a standalone toolchain and SDK with IDE integration.

Poky has an extensive handbook, the source of which is contained in
the handbook directory. For compiled HTML or pdf versions of this, 
see the Poky website http://pokylinux.org.

Additional information on the specifics of hardware that Poky supports
is available in README.hardware.