meta-openembedded/meta-oe
Andreas Müller 0b49236614 packagegroup-meta-oe: remove babl/gegl/gimp they moved to meta-gnome
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-09 22:31:31 -08:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf layer.conf: Add ttf-roboto->fontconfig to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS 2019-11-13 12:01:51 -08:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses ttf-gentium: Use OFL-1.0 version of OFL license 2019-09-30 16:54:51 -07:00
recipes-benchmark fio: Add support for PMDK engines 2020-02-04 18:45:46 -08:00
recipes-bsp recipes: Make powerpc64le overrides 2020-01-19 02:20:59 -08:00
recipes-connectivity modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus option 2020-02-07 18:07:43 -08:00
recipes-core packagegroup-meta-oe: remove babl/gegl/gimp they moved to meta-gnome 2020-02-09 22:31:31 -08:00
recipes-crypto pkcs11-helper: upgrade 1.25.1 -> 1.26 2020-01-29 16:50:24 -08:00
recipes-dbs postgresql: Add python3 to depends 2020-01-24 09:25:34 -08:00
recipes-devtools cpuid: Upgrade to 20200203 and use perlnative for pod2man 2020-02-04 18:45:47 -08:00
recipes-extended recipes: Inherit perlnative for pod2man 2020-02-02 22:16:25 -08:00
recipes-gnome meta-oe: Remove using python2 2020-01-22 09:56:34 -08:00
recipes-graphics gimp: upgrade 2.8.22 -> 2.10.14 2020-02-09 22:31:31 -08:00
recipes-kernel kernel-selftest: Disable bpf tests on mips 2020-02-02 08:07:59 -08:00
recipes-multimedia mpv: 0.26.0 -> 0.32.0 2020-02-09 10:46:32 -08:00
recipes-navigation gpsd: Only require and build for Python3 2020-02-02 08:08:10 -08:00
recipes-printing cups-filters: upgrade 1.26.0 -> 1.26.2 2020-01-17 15:44:06 -08:00
recipes-security nmap: Use py3 in depends/rdepends 2020-01-24 09:25:34 -08:00
recipes-shells mksh: upgrade 56 -> 57 2019-11-29 16:41:22 -08:00
recipes-support smem: update to v1.5 (python3 compatibility) 2020-02-05 08:44:38 -08:00
recipes-test meta-oe: Remove using python2 2020-01-22 09:56:34 -08:00
COPYING.MIT
README README: Document need for 32bit compiler 2019-10-07 09:11:24 -07:00

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 raj.khem@gmail.com