Khem Raj 8fbaa7e41c layer.conf: Add hardknott to LAYERSERIES_COMPAT 3 years ago
..
classes b51af6b5b7 gitpkgv.bbclass: Add support for extending the supported tag formats 4 years ago
conf 8fbaa7e41c layer.conf: Add hardknott to LAYERSERIES_COMPAT 3 years ago
dynamic-layers 84196a1c4e mongodb: Fix i386 builds for non-glibc systems 3 years ago
lib a6b54785e4 meta-oe: add selftest for sources.oe.org 5 years ago
licenses 7196961f5e ace: add new recipe 4 years ago
recipes-benchmark 4ba8f6cb21 glmark2: no need to patch waf 3 years ago
recipes-bsp d52551d4ec nvme-cli: upgrade 1.12 -> 1.13 3 years ago
recipes-connectivity 11216b7cab modemmanager: upgrade 1.14.2 -> 1.14.6 3 years ago
recipes-core 33f7a3b3a1 mdbus2: Fix build with vala 0.50 3 years ago
recipes-crypto c801ca3af0 libkcapi: upgrade 1.2.0 -> 1.2.1 3 years ago
recipes-dbs 2fffe8c60f mariadb: Upgrade to 10.5.6 3 years ago
recipes-devtools b6740733bc musl-nscd: Update to latest 3 years ago
recipes-extended ac4ccd2fbb minifi-cpp: Fix build with riscv64/clang 3 years ago
recipes-gnome 87ce97805e libpeas: disable tests when introspection is not enabled/available 3 years ago
recipes-graphics 985be3901e graphviz: Upgrade to 2.44.1 release 3 years ago
recipes-kernel e051b0f08b kernel-selftest: Disable vm packageconfig for riscv 3 years ago
recipes-multimedia 5af46f89fc mpv: fetch waf in do_fetch 3 years ago
recipes-navigation 517998abcd geoclue: Use git fetcher 3 years ago
recipes-printing d7fdf615e5 qpdf: fix typo in RDEPENDS 4 years ago
recipes-security 68fa0a4ac2 passwdqc: remove double modify operation 4 years ago
recipes-shells e04060dea5 dash: upgrade 0.5.11.1 -> 0.5.11.2 3 years ago
recipes-support fbe5bc9fd6 remmina: Update to 1.4.8 3 years ago
recipes-test f946444879 cmocka: add recipe 3 years ago
COPYING.MIT c58cc7d379 move layer into meta-oe in preparation for future splits 13 years ago
README d80b5a52fd README: fix incorrect links 3 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/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, 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