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
Chris Larson 68bd406962 Add initial bitbake-layers script
This script has subcommands which operate against your bitbake layers, either
displaying useful information, or acting against them.  Currently, it only
provides a show_appends command, which shows you what bbappends are in effect,
and warns you if you have appends which are not being utilized.

Currently, a bug exists when using this due to the DataContext stuff, but I'm
not certain as to the root cause, it appears to be the bb package relying
implicitly on the way the bitbake script does things.  A fix for that issue
will be forthcoming, as will further subcommands.

(Bitbake rev: 78b6d4cb26cec3321f8eec9889205a6b93b2ee18)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-10 22:33:43 +00:00
bitbake Add initial bitbake-layers script 2011-02-10 22:33:43 +00:00
documentation documentation/poky-ref-manual/extendpoky.xml: Fixed make problem 2011-02-01 23:45:13 -08:00
meta xkeyboard-config: make depend on intltool-native 2011-02-10 17:53:00 +00:00
meta-demoapps matchbox: Convert all the matchbox components' repo from svn to git including: 2011-01-28 16:49:12 +00:00
meta-emenlow emenlow: Change PACKAGE_EXTRA_ARCHS and BASE_PACKAGE_ARCH to core2 2011-01-25 12:25:46 +00:00
meta-rt meta-rt: atom-pc support 2011-01-20 21:36:58 +00:00
scripts qemuimagetest: Rename test scenario file from poky-image-sdk to poky-image-sato-sdk 2011-02-10 15:27:50 +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 Drop remaining bootcdx86 references, the -live images for qemux86 and atom-pc replace this 2011-01-24 14:07:13 +00:00
poky-init-build-env poky-init-build-env: unset BBPATH 2011-01-18 00:20:21 +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.