meta-openembedded/meta-oe
Khem Raj 06a35d3be2 emlog: Use RRECOMMEND instead of RDEPEND
This helps with re-using sstate tasks when machines are similar

Fixes
Hash for dependent task emlog/kernel-module-emlog_git.bb:do_packagedata changed from a70b22026e418998e61d08b0b0ab64a3e26fd0da41a1d12f4356554b6b043794 to 7817106c7626c3c4b238f03771fc32dc8f3dc5e7496ff98cf8a812039939f915

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-03 13:02:12 -08:00
..
classes gitpkgv.bbclass: Support also lightweight tags 2019-11-19 23:33:03 -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 glmark2: use Python 3 to build 2019-11-26 10:33:56 -08:00
recipes-bsp ledmon: Modify the Upstream-Status to Submitted. 2019-11-06 06:32:14 -08:00
recipes-connectivity lirc: Fix build for 32bit arches with 64bit time_t 2019-12-01 11:24:26 -08:00
recipes-core emlog: Use RRECOMMEND instead of RDEPEND 2019-12-03 13:02:12 -08:00
recipes-crypto libkcapi: Update patch to upstream submitted one 2019-11-20 22:17:28 -08:00
recipes-dbs leveldb: Upgrade 1.20 -> 1.22 2019-11-24 07:18:11 -08:00
recipes-devtools ldns: Add recipe 2019-12-03 09:31:53 -08:00
recipes-extended ostree: Backport build/test fixes from upstream 2019-12-03 09:31:53 -08:00
recipes-gnome recipes: rename distro_features_check to features_check 2019-11-21 17:51:37 -08:00
recipes-graphics directfb: Fix build for 32bit arches with 64bit time_t 2019-12-01 11:24:26 -08:00
recipes-kernel crash: update from 7.2.6 to 7.2.7 2019-09-25 09:48:19 -07:00
recipes-multimedia v4l-utils: Update to 1.18.0 2019-12-01 11:24:26 -08:00
recipes-navigation recipes: rename distro_features_check to features_check 2019-11-21 17:51:37 -08:00
recipes-security softhsm: add recipe 2019-11-22 09:22:56 -08:00
recipes-shells mksh: upgrade 56 -> 57 2019-11-29 16:41:22 -08:00
recipes-support xserver-xorg-cvt-native: initial add 1.20.5 2019-12-03 09:31:53 -08:00
recipes-test evtest: Fix build for 32bit arches with 64bit time_t 2019-12-01 11:24:26 -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>