meta-openembedded/meta-oe
Khem Raj c5f7cfb8db libhugetlbfs: Disable build with glibc 2.34+
It uses __morecore internal function from glibc which has been removed
in 2.34+ and replacing it is not so simple and upstream needs to fix it
see [1]

[1] https://github.com/libhugetlbfs/libhugetlbfs/issues/52

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03 10:21:25 -07:00
..
classes classes: Add Android sparse image class 2021-03-08 14:11:59 -08:00
conf conf/layer.conf: include .bbappend files in BBFILES_DYNAMIC 2021-03-28 12:12:57 -07:00
dynamic-layers mongodb: Upgrade to 4.4.7 2021-08-03 08:53:04 -07:00
lib/oeqa/selftest/cases PEP8 double aggressive E301 ~ E306 2021-04-15 09:28:44 -07:00
licenses libeigen: update LICENSE information 2021-06-09 08:49:21 -07:00
recipes-benchmark libhugetlbfs: Disable build with glibc 2.34+ 2021-08-03 10:21:25 -07:00
recipes-bsp flashrom: Fix build with clang 2021-06-18 08:33:07 -07:00
recipes-connectivity libmbim: upgrade 1.24.8 -> 1.26.0 2021-07-29 10:35:38 -07:00
recipes-core libhugetlbfs: Disable build with glibc 2.34+ 2021-08-03 10:21:25 -07:00
recipes-crypto cryptsetup: Only recommend kernel modules when building for target 2021-06-28 09:03:34 -07:00
recipes-dbs mariadb: redefine log-error item 2021-07-30 10:42:35 -07:00
recipes-devtools apitrace: Exclude from builds with glibc 2.34+ 2021-08-03 10:21:25 -07:00
recipes-extended ostree: upgrade 2021.2 -> 2021.3 2021-07-16 09:23:04 -07:00
recipes-gnome gtkmm3: upgrade 3.24.3 -> 3.24.5 2021-06-09 08:49:21 -07:00
recipes-graphics xscreensaver: Update to 6.01 2021-07-13 09:39:15 -07:00
recipes-kernel libhugetlbfs: Disable build with glibc 2.34+ 2021-08-03 10:21:25 -07:00
recipes-multimedia live555: upgrade 20210710 -> 20210720 2021-07-27 09:52:23 -07:00
recipes-navigation gpsd: backport d-bus message time patch from upstream 2021-04-01 08:32:47 -07:00
recipes-printing qpdf: upgrade 10.2.0 -> 10.3.2 2021-05-22 05:55:02 -07:00
recipes-security audit: upgrade 3.0.2 -> 3.0.3 2021-08-03 08:53:04 -07:00
recipes-shells zsh: work around file-rdeps QA issues with usrmerge in DISTRO_FEATURES 2021-05-28 06:55:33 -07:00
recipes-support vboxguestdrivers: Remove __divmoddi4 patch 2021-08-03 08:53:04 -07:00
recipes-test evtest: fix timestamps in output 2021-08-03 08:53:04 -07:00
COPYING.MIT
README meta-oe/README: add Ubuntu prerequisite information 2021-02-07 20:38:39 -08: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

Ubuntu
sudo apt-get install gcc-multilib

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 <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>