meta-openembedded/meta-oe
Preeti Sachan d634c5c1a6
bpftool: fix libelf.h not found error
When build host machine is not installed with elfutils-libelf-devel, it
throws compile error "libelf.h: No such file or directory". Fix missing
headers file by including path ${STAGING_INCDIR_NATIVE} via CFLAGS variable.
Use headers file from ${STAGING_INCDIR_NATIVE} instead of host machine.

Error:
| libbpf_internal.h:19:10: fatal error: libelf.h: No such file or directory

Signed-off-by: Preeti Sachan <preeti.sachan@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-01-07 09:33:13 -08:00
..
classes classes/gpe: remove obsolete class 2024-12-04 09:02:33 -08:00
conf hplip: Address reproducibility issues 2024-11-19 16:59:16 -08:00
dynamic-layers thingsboard-gateway: upgrade 3.5.1 -> 3.5.3.1 2024-12-24 08:23:09 -08:00
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses
recipes-benchmark Drop unnecessary SRC_URI md5sum from the recipes in meta-oe. 2024-11-05 19:19:22 -08:00
recipes-bsp nvme-cli: Fix musl build erros for v2.11 2024-11-21 21:42:36 -08:00
recipes-connectivity gattlib: mark CVE-2019-6498 as fixed 2024-12-19 13:00:32 -08:00
recipes-core emlog: set CVE_PRODUCT 2024-12-19 13:00:33 -08:00
recipes-crypto botan: update 3.5.0 -> 3.6.1 2025-01-03 10:17:22 -08:00
recipes-dbs mariadb: set pam module path to ${base_libdir}/security 2025-01-06 07:22:29 -08:00
recipes-devtools grpc: upgrade 1.66.1 -> 1.68.0 2025-01-03 10:17:22 -08:00
recipes-extended polkit: Install rules in subdir 2025-01-05 22:46:36 -08:00
recipes-gnome malcontent: set pam module path to ${base_libdir}/security 2025-01-06 07:22:29 -08:00
recipes-graphics tigervnc: upgrade 1.14.0 -> 1.14.1 2025-01-01 19:02:18 -08:00
recipes-kernel bpftool: fix libelf.h not found error 2025-01-07 09:33:13 -08:00
recipes-multimedia audiofile: patch CVE-2017-6839 2024-12-27 09:21:44 -08:00
recipes-navigation gpsd: condition the runtime dependence of pyserial on the pygps 2024-09-27 06:18:13 -07:00
recipes-networking/cyrus-sasl Drop unnecessary SRC_URI md5sum from the recipes in meta-oe. 2024-11-05 19:19:22 -08:00
recipes-printing cups-filters: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status 2024-07-24 08:56:30 -07:00
recipes-security kernel-hardening-checker: New recipe to check security options 2025-01-06 07:22:29 -08:00
recipes-shells dash: set CVE_PRODUCT 2024-12-10 13:43:54 -08:00
recipes-support snapper: set pam module path to ${base_libdir}/security 2025-01-06 07:22:29 -08:00
recipes-test syzkaller: network in compile is not needed 2024-12-10 08:39:04 -08:00
COPYING.MIT
README.md README.md: Hint at "git request-pull" 2024-09-14 08:43:55 -07:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08: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.

Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.

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