meta-openembedded/meta-oe
Alexandre Belloni b0d67900ae poco: fix branch
The current SRCREV is not on any branch anymore, switch to the 1.12.4
branch HEAD which is similar and the only change is irrelevant.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-01-07 13:15:11 -05:00
..
classes image_types_sparse: Fix syntax error 2023-09-19 07:22:00 -04:00
conf meta-oe: add pahole to NON_MULTILIB_RECIPES 2023-06-15 08:04:04 -04:00
dynamic-layers mongodb: enable hardware crc32 only with crc in TUNE_FEATURES 2023-09-06 08:16:08 -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: upgrade 3.13 -> 3.14 2023-08-31 09:09:56 -04: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 gattlib: Upgrade to latest tip of trunk 2023-12-04 09:47:03 -05: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.3 -> 15.4 2023-11-16 21:49:15 -05:00
recipes-devtools nlohmann-json: Add ptest support 2023-11-16 21:49:15 -05:00
recipes-extended redis: upgrade 7.0.12 -> 7.0.13 2023-10-15 19:09:42 -04:00
recipes-gnome libpeas: Fix reference to TMPDIR in tests 2023-05-28 16:20:26 -04:00
recipes-graphics x11vnc: Fix CVE-2020-29074 2023-09-27 07:40:56 -04:00
recipes-kernel kernel-selftest: Build headers before compiling tests 2023-10-15 19:09:42 -04:00
recipes-multimedia libvpx: upgrade 1.13.0 -> 1.13.1 2023-12-04 09:47:03 -05: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 poco: fix branch 2024-01-07 13:15:11 -05: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 ' 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