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 dd3a1d3b41 Shift a few env bits into scripts/bitbake
This attempts to separate the bits we *require* to run bitbake with oe-core
via the wrapper script, and which are independent of the build environment
(PSEUDO_DISABLED, PSEUDO_BUILD, BBFETCH2) from those which are more particular
to poky-init-build-env's way of setting things up (e.g. adding MACHINE to
BB_ENV_EXTRAWHITE, relying on OEROOT, etc).  This should make it easier to use
scripts/bitbake with non-standard workflows.

(From OE-Core rev: 7f9d6efcaf019eb046c8aa00735f823e3dbc8712)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-23 15:43:52 +00:00
bitbake bitbake docs: use dblatex to build the pdf bitbake manual 2011-03-16 16:09:46 +00:00
documentation - documentation/poky-ref-manual: Notes added for non-GPLv3 builds 2011-03-18 23:33:08 +00:00
meta native: empty PACKAGES_DYNAMIC the way we do PACKAGES 2011-03-23 15:43:49 +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-rt meta-rt: atom-pc support 2011-01-20 21:36:58 +00:00
meta-yocto/conf poky.conf: remove gnome-common from WHITELIST_GPLV3 2011-03-17 17:40:44 +00:00
scripts Shift a few env bits into scripts/bitbake 2011-03-23 15:43:52 +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: update for 1.0 release 2011-03-18 17:22:25 +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.