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
Bruce Ashfield c8f4bb5257 linux-yocto/stable: perf: hard-code NO_LIBPERL/NO_LIBPYTHO
Updating SRCREVs to reflect:

    perf: hard-code NO_LIBPERL/NO_LIBPYTHON

    ExtUtils::Embed ccopts is getting the host's -I/usr/local/include and
    using it to compile perf, which results in a compilation error that
    started appearing just recently.

    This turns the code that makes use of ExtUtils::Embed off and simply
    hard-codes NO_LIBPERL.

    It does the same for LIBPYTHON while we're at it, since it probably
    suffers from a similar underlying problem and just by chance hasn't
    broken anything yet.

    This will be re-enabled after I familiarize myself with the perf
    recipe and am able to create a proper fix.

    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-25 11:58:46 -08:00
bitbake bitbake/fetch2: Instrument fetchers when making network access 2011-01-25 12:32:50 +00:00
documentation documentation/yocto-project-qs/figures/using-a-pre-built-image.png: Updated figure 2011-01-20 21:37:01 +00:00
meta linux-yocto/stable: perf: hard-code NO_LIBPERL/NO_LIBPYTHO 2011-01-25 11:58:46 -08:00
meta-demoapps recpies: use SRCPV instead of SRCREV for PV 2011-01-06 10:37:30 +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 send-pull-request: send all patches as the local user 2011-01-24 14:09:13 -08: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.