meta-openembedded/meta-oe
Khem Raj dfb5a96169
bpftool: Add missing dep on elfutils-native
Point host CC to OE defined BUILD_CC

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-31 23:22:09 -08:00
..
classes signing.bbclass: don't export OPENSSL environment variables globally 2023-10-09 09:38:49 -07:00
conf opencl-icd: Rename rdepends to virtual-opencl-icd 2024-01-18 18:09:53 -08:00
dynamic-layers packagegroup-meta-oe: remove mongodb 2024-01-19 09:51:06 -08:00
files meta-oe/static-ids: Change postgres to 28 to match forced id in recipe 2023-11-15 09:51:45 -08:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
recipes-benchmark bonnie++: New recipe for version 2.0 2024-01-28 20:04:24 -08:00
recipes-bsp i2cdev: Set PV correctly 2024-01-27 09:48:30 -08:00
recipes-connectivity iwd: update 2.8 -> 2.13 2024-01-29 07:27:09 -08:00
recipes-core uutils_coreutils: merge .inc and .bb 2024-01-27 09:48:33 -08:00
recipes-crypto libkcapi: upgrade 1.4.0 -> 1.5.0 2024-01-19 09:51:07 -08:00
recipes-dbs postgresql: upgrade 15.4 -> 15.5 2023-12-29 09:04:21 -08:00
recipes-devtools breakpad: Upgrade to 2023.06.01 release 2024-01-31 21:24:35 -08:00
recipes-extended redis: restore Upstream-Status 2024-01-30 11:42:59 -08:00
recipes-gnome gcr3: upgrade 3.41.1 -> 3.41.2 2024-01-22 18:02:27 -08:00
recipes-graphics vulkan-cts: Upgrade to 1.3.7.3 2024-01-27 09:48:31 -08:00
recipes-kernel bpftool: Add missing dep on elfutils-native 2024-01-31 23:22:09 -08:00
recipes-multimedia libvpx: restore Upstream-Status 2024-01-30 11:42:59 -08:00
recipes-navigation geos: Fix packaging 2023-11-10 09:13:39 -08:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix groupname gid change warning 2023-08-05 09:29:56 -07:00
recipes-printing qpdf: upgrade 11.7.0 -> 11.8.0 2024-01-23 11:55:39 -08:00
recipes-security softhsm_2.6.1.bb fixing p11-kit module path, adding softhsm2.module to FILES 2024-01-20 22:15:02 -08:00
recipes-shells mksh: Update to 59c properly 2023-11-07 19:59:58 -08:00
recipes-support xdg-desktop-portal: add missing glib-2.0-native dependency 2024-01-27 09:48:33 -08:00
recipes-test catch2: upgrade 2.13.7 -> 2.13.10 2023-11-11 15:41:43 -08:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master

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 linux-libc-dev:i386

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