mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
![]() If there was a variable such as: X_${Y}_append = "Z" The "Z" would be lost if X_${Y} was unset. This was due to a bug in the renameVar function used by expandKeys(). Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> |
||
---|---|---|
bitbake | ||
bitbake-dev | ||
build/conf | ||
handbook | ||
meta | ||
meta-extras | ||
meta-gnome/packages | ||
meta-moblin | ||
meta-openmoko/packages | ||
scripts | ||
.gitignore | ||
LICENSE | ||
poky-init-build-env | ||
README | ||
README.hardware |
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.