meta-openembedded/meta-oe
Khem Raj 0d937f7e5c makedumpfile: Drop linking with libebl
This seems to be not needed as link succeeds without this library,
moreover this is static-only library in latest elfutils

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
2020-01-10 00:43:27 -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 phoronix-test-suite: upgrade 9.0.1 -> 9.2.1 2020-01-09 14:05:37 -08:00
recipes-bsp rwmem: Upgrade to latest 2020-01-02 09:40:34 -08:00
recipes-connectivity rabbitmq-c: upgrade 0.9.0 -> 0.10.0 2020-01-09 14:05:37 -08:00
recipes-core libsigc++-2.0: upgrade 3.0.0 -> 3.0.2 2020-01-09 14:05:18 -08:00
recipes-crypto botan: upgrade 2.11.0 -> 2.13.0 2020-01-07 17:54:00 -08:00
recipes-dbs rocksdb: Fix compile error for DEBUG_BUILD 2020-01-09 14:05:37 -08:00
recipes-devtools add sqlite-orm v1.5 2020-01-09 14:05:37 -08:00
recipes-extended libsigrok: add support for bluetooth integration 2020-01-07 17:54:00 -08:00
recipes-gnome recipes: rename distro_features_check to features_check 2019-11-21 17:51:37 -08:00
recipes-graphics tigervnc: update from 1.9.0 to 1.10.1 2020-01-06 08:24:45 -08:00
recipes-kernel makedumpfile: Drop linking with libebl 2020-01-10 00:43:27 -08:00
recipes-multimedia mpv: Remove luajit dependency for ppc64 2019-12-19 13:58:23 -08:00
recipes-navigation gpsd: Add a PACKAGECONFIG for disabling usb support 2019-12-08 23:00:58 -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 vboxguestdrivers: update to version 6.1.0 and unblacklist 2020-01-09 14:05:37 -08:00
recipes-test cppunit: upgrade 1.14.0 -> 1.15.1 2019-12-29 10:22:56 -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>