meta-openembedded/meta-oe
Rasmus Villemoes 17e30b3bb2
dfu-util: allow building nativesdk variant
It can be quite useful to include dfu-util along with any other tools
needed for bootstrapping in the SDK.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-11 15:40:17 -07:00
..
classes Add class for appending dm-verity hash data to block device images 2024-04-23 15:18:30 -07:00
conf python3-pefile: Move from meta-python to meta-oe 2024-06-09 22:43:41 -07:00
dynamic-layers android-tools-configfs: Fix build-time warning about S in a second instance of recipe 2024-06-04 23:49:47 -07:00
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases
licenses
recipes-benchmark iperf3: upgrade 3.16 -> 3.17.1 2024-06-07 09:11:57 -07:00
recipes-bsp fwupd-efi: Upgrade to 1.6 2024-06-09 22:43:45 -07:00
recipes-connectivity iwd: update 2.16 -> 2.18 2024-06-11 07:46:44 -07:00
recipes-core usleep: fix compile errors 2024-06-07 21:52:52 -07:00
recipes-crypto libsodium: upgrade 1.0.19 -> 1.0.20 2024-06-07 09:11:58 -07:00
recipes-dbs replace libdbd-mysql-perl with dbd-mariadb 2024-06-10 08:47:49 -07:00
recipes-devtools abseil-cpp: backport RISC-V fix 2024-06-11 15:40:17 -07:00
recipes-extended cmpi-bindings: Fix build error with gcc14. 2024-06-11 07:45:18 -07:00
recipes-gnome atkmm-2.36: upgrade 2.36.2 -> 2.36.3 2024-06-07 09:11:55 -07:00
recipes-graphics fbida: Require opengl feature for pdf only 2024-06-10 23:08:41 -07:00
recipes-kernel libtracefs: upgrade 1.7.0 -> 1.8.0 2024-06-07 09:11:58 -07:00
recipes-multimedia libjxl: Turn sizeless vectors as a packageconfig option 2024-06-11 07:45:18 -07:00
recipes-navigation recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-networking/cyrus-sasl recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-printing qpdf: upgrade 11.7.0 -> 11.8.0 2024-01-23 11:55:39 -08:00
recipes-security usbguard: upgrade 1.1.2 -> 1.1.3 2024-06-11 15:40:17 -07:00
recipes-shells tcsh: upgrade 6.24.11 -> 6.24.12 2024-04-17 23:47:29 -07:00
recipes-support dfu-util: allow building nativesdk variant 2024-06-11 15:40:17 -07:00
recipes-test catch2: Upgrade to 3.x release series 2024-06-11 07:46:44 -07:00
COPYING.MIT
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.

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