Jason Schonberg 58ba5cbab3 nodejs: upgrade 22.15.1 -> 22.16.0 1 nedēļu atpakaļ
..
classes 24ff52ba3b recipes: adapt to qemu.bbclass refactoring 1 mēnesi atpakaļ
conf e1fc0ed62e reproducibility: mark libbotan as known non-reproducible 1 mēnesi atpakaļ
dynamic-layers 696319b726 thingsboard-gateway: upgrade 3.7.2 -> 3.7.4 2 nedēļas atpakaļ
files 635de479f7 static-passwd-meta-oe: add flatpak user 1 mēnesi atpakaļ
lib cfac82c560 syzkaller: add recipe and selftest for syzkaller fuzzing 2 gadi atpakaļ
licenses e2131acbbb licenses/X11: remove license 1 mēnesi atpakaļ
recipes-benchmark 5db02534da iperf3: enable native builds 3 nedēļas atpakaļ
recipes-bsp 1d6095b73f dediprog-flasher: enable native builds 3 nedēļas atpakaļ
recipes-connectivity 59a6d69786 iwd: update 3.6 -> 3.8 1 nedēļu atpakaļ
recipes-core d5bec49b73 influxdb,etcd: Skip from building 2 nedēļas atpakaļ
recipes-crypto 0d2b2b54fc libmcrypt: fix build with gcc-15.0.1 2 mēneši atpakaļ
recipes-dbs 2394b03ef6 postgresql: upgrade 17.4 -> 17.5 2 nedēļas atpakaļ
recipes-devtools 58ba5cbab3 nodejs: upgrade 22.15.1 -> 22.16.0 1 nedēļu atpakaļ
recipes-extended bc16a3b7f3 socketcand: add recipe 2 nedēļas atpakaļ
recipes-gnome a29406698e adw-gtk3: upgrade 5.8 -> 5.10 1 mēnesi atpakaļ
recipes-graphics ed32c008da libsdl2-compat: update 2.32.52 -> 2.32.56 1 nedēļu atpakaļ
recipes-kernel bf2b63535e libbpf: patch CVE-2025-29481 4 nedēļas atpakaļ
recipes-multimedia 52d028ae75 libxmp: upgrade 4.6.2 -> 4.6.3 2 nedēļas atpakaļ
recipes-navigation 2bfceb99a4 gpsd: Add BUGTRACKER and HOMEPAGE 1 mēnesi atpakaļ
recipes-networking a744dd00d4 cyrus-sasl: fix error with gcc-15 1 mēnesi atpakaļ
recipes-printing d46fcd0149 qpdf: upgrade 12.1.0 -> 12.2.0 2 nedēļas atpakaļ
recipes-security 5db1cb3137 nmap: add recipe for 7.92 1 mēnesi atpakaļ
recipes-shells eac1f5b9c0 recipes: Fix variable assignment whitespace 2 mēneši atpakaļ
recipes-support 9d2dc82fcb libcanberra: Fix sound not playing on Colibri iMX8X 1 nedēļu atpakaļ
recipes-test 4e54d20446 catch2: upgrade 3.8.0 -> 3.8.1 1 mēnesi atpakaļ
COPYING.MIT c58cc7d379 move layer into meta-oe in preparation for future splits 14 gadi atpakaļ
README.md ca28595f7a README.md: Hint at "git request-pull" 8 mēneši atpakaļ
SECURITY.md f1e8d8a510 meta: Add SECURITY.md file to all layers 6 mēneši atpakaļ

README.md

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