Khem Raj 5f4b646795 lcdproc: Upgrade to latest top of tree 4 years ago
..
classes e2c5249680 gitpkgv.bbclass: Support also lightweight tags 4 years ago
conf a53cea2365 layer.conf: Add ttf-roboto->fontconfig to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS 4 years ago
lib a6b54785e4 meta-oe: add selftest for sources.oe.org 5 years ago
licenses d32cc7445c ttf-gentium: Use OFL-1.0 version of OFL license 4 years ago
recipes-benchmark 56101d3e3b glmark2: use Python 3 to build 4 years ago
recipes-bsp 19d1ee5340 ledmon: Modify the Upstream-Status to Submitted. 4 years ago
recipes-connectivity 049a2a371f lirc: Fix build for 32bit arches with 64bit time_t 4 years ago
recipes-core d51f6000bf packagegroup-meta-oe: Remove ppc64 specific incompatible packages 4 years ago
recipes-crypto 63a724ce40 libkcapi: Update patch to upstream submitted one 4 years ago
recipes-dbs 287625a640 postgresql: 12.0 -> 12.1 4 years ago
recipes-devtools 110652d951 nlohmann-json: Upgrade to 3.7.3 4 years ago
recipes-extended 5f4b646795 lcdproc: Upgrade to latest top of tree 4 years ago
recipes-gnome 4c00e5fed9 recipes: rename distro_features_check to features_check 4 years ago
recipes-graphics e595651343 fvwm: Upgrade to 2.6.9 4 years ago
recipes-kernel 773bd4cec5 libpfm4: Moved here from oe-core 4 years ago
recipes-multimedia ee007abc63 id3lib: Update to newer debian patchset 4 years ago
recipes-navigation 851321744e gpsd: Add a PACKAGECONFIG for disabling usb support 4 years ago
recipes-security 8cff2b64b4 softhsm: add recipe 4 years ago
recipes-shells 2c83141421 mksh: upgrade 56 -> 57 4 years ago
recipes-support 7906fbb404 hdf5: Upgrade to 1.8.21 4 years ago
recipes-test 68be5fe160 googletest: fix build with newer oe-core without python in HOSTTOOLS 4 years ago
COPYING.MIT c58cc7d379 move layer into meta-oe in preparation for future splits 13 years ago
README da6db0b815 README: Document need for 32bit compiler 4 years ago

README

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
packages to fullfit this might have different names on different host distributions
e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj