meta-openembedded/meta-oe
Peace Lee f804ed1b3a guider: upgrade 3.9.4 -> 3.9.6
Signed-off-by: Peace Lee <iipeace5@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-13 07:15:17 -08:00
..
classes itstool: rework native shebang and add class to make native itstool work 2019-10-27 23:10:00 -07:00
conf Add zeus compatibility to all layer.conf files 2019-10-08 15:58:14 -07: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 s-suite: install missing create_config.sh 2019-11-07 17:43:43 -08:00
recipes-bsp ledmon: Modify the Upstream-Status to Submitted. 2019-11-06 06:32:14 -08:00
recipes-connectivity modemmanager: Upgrade 1.10.6 -> 1.10.8 2019-11-13 07:15:17 -08:00
recipes-core mm-common: do really build with meson 2019-11-04 21:13:31 -08:00
recipes-crypto cryptsetup: upgrade 2.2.1 -> 2.2.2 2019-11-06 19:58:01 -08:00
recipes-dbs postgresql: upgrade 11.5 -> 12.0 2019-11-07 17:43:44 -08:00
recipes-devtools guider: upgrade 3.9.4 -> 3.9.6 2019-11-13 07:15:17 -08:00
recipes-extended zstd: move recipe to oe-core 2019-11-08 09:03:54 -08:00
recipes-gnome libpeas: upgrade 1.22.0 -> 1.24.1 2019-11-06 19:58:01 -08:00
recipes-graphics gtkwave: add the libtirpc dependence and config 2019-11-08 10:05:22 -08:00
recipes-kernel crash: update from 7.2.6 to 7.2.7 2019-09-25 09:48:19 -07:00
recipes-multimedia live555: Move test progams out of main package 2019-11-10 07:52:39 -08:00
recipes-navigation gpsd: Stop depending on chrpath-native 2019-10-27 23:10:00 -07:00
recipes-security passwdqc: Clarify BSD license variant 2019-10-25 10:29:51 -07:00
recipes-shells tcsh: upgrade 6.20.00 -> 6.21.00 2019-07-10 09:24:32 -07:00
recipes-support open-vm-tools: Enable tirpc explicitly, fix build with 64bit time_t 2019-11-13 07:15:16 -08:00
recipes-test cunit: allow to build a -native package 2019-11-07 17:43:43 -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 <remote>' 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>