meta-openembedded/meta-oe
Beniamin Sandu 75cf318cef lmsensors: do not pull in unneeded perl modules for run-time dependencies
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-08-03 16:46:11 -04:00
..
classes add signing.bbclass as infrastructure for build artifact signing 2023-02-15 08:23:49 -08:00
conf meta-oe: add pahole to NON_MULTILIB_RECIPES 2023-06-15 08:04:04 -04:00
dynamic-layers lirc: Define SH_PATH=/bin/sh 2023-05-28 16:21:41 -04: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 iperf3: Update to 3.13 2023-03-04 13:45:58 -08:00
recipes-bsp lmsensors: do not pull in unneeded perl modules for run-time dependencies 2023-08-03 16:46:11 -04:00
recipes-connectivity rabbitmq-c: Fix CVE-2023-35789 2023-07-16 15:15:37 -04:00
recipes-core uutils-coreutils: disable musl support 2023-04-06 13:45:10 -07:00
recipes-crypto libtomcrypt: pass LIBPATH to fix installed-vs-shipped with multilib 2023-05-16 07:30:12 -04:00
recipes-dbs postgresql: upgrade 15.2 -> 15.3 2023-05-28 16:07:07 -04:00
recipes-devtools yasm: fix CVE-2023-31975 2023-07-25 07:15:34 -04:00
recipes-extended dialog: Update the SRC_URI 2023-07-25 07:13:33 -04:00
recipes-gnome libpeas: Fix reference to TMPDIR in tests 2023-05-28 16:20:26 -04:00
recipes-graphics libgphoto2: Edit out sysroot from CC variable in configure 2023-05-28 16:39:29 -04:00
recipes-kernel libbpf: installing uapi headers for native package 2023-06-07 07:46:55 -04:00
recipes-multimedia mpv: Remove references to builddir from mpv binary 2023-05-28 16:25:02 -04:00
recipes-navigation geoclue: fix build without gobject-introspection-data 2023-05-16 07:30:12 -04:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix autoconf patch to work with new autoconf 2.72 2023-03-31 10:42:43 -07:00
recipes-printing cups-filters: fix ghostscript handling 2023-03-09 21:58:44 -08:00
recipes-security audit: drop version 2.8.5 2023-03-05 14:34:38 -08:00
recipes-shells zsh: fix installed-vs-shipped with multilib 2023-04-05 15:56:47 -07:00
recipes-support yaml-cpp: Fix cmake export 2023-07-25 07:14:34 -04:00
recipes-test bats: use baselib 2023-05-31 10:50:46 -04:00
COPYING.MIT
README meta-openemnedded: Add myself as mickledore maintainer 2023-04-09 08:52:55 -07:00

meta-oe
=======

This layer depends on:

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

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][mickledore]' 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][mickledore][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: Armin Kuster <akuster808@gmail.com>