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
Mark Hatle 60ccdaa0ea poky-init-build-env: Enable all POSIX shells
Update the script so that it will work in more then just bash.  If bash
is not used, it will assume the PWD is the Poky location.  (This is because
BASH_SOURCE is a bash-ism, and equivalent functionality is not available in
other shells).

This has been verified with dash (see comment in the code), ksh, zsh and
of course bash.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-20 23:00:51 +00:00
bitbake bitbake/fetch: Add missing return so if a checksum isn't present, it isn't checked 2010-12-20 17:38:03 +00:00
documentation documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problem 2010-12-20 14:43:56 +00:00
meta perl-native: Make the sstate checksum for perl depend on the hardcoded path until this is fixed 2010-12-20 22:45:01 +00:00
meta-demoapps recipes-gnome: Add Summary and Description information 2010-12-16 15:53:08 +00:00
meta-emenlow linux-yocto: fix machine compatibility 2010-12-13 01:23:56 -05:00
scripts poky-init-build-env: Enable all POSIX shells 2010-12-20 23:00:51 +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 Atom PC image flashing documentation 2010-12-16 17:14:50 +00:00
poky-init-build-env poky-init-build-env: Enable all POSIX shells 2010-12-20 23:00:51 +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.