Go to file
Yoann Congal 6b2b1c6670
kexec-tools-klibc: Fix building on x86_64 with binutils 2.41
Newer versions of the GNU assembler (observed with binutils 2.41) will
complain about the ".arch i386" in files assembled with "as --64",
with the message "Error: 64bit mode not supported on 'i386'".

Fix by moving ".arch i386" below the relevant ".code32" directive, so
that the assembler is no longer expecting 64-bit instructions to be used
by the time that the ".arch i386" directive is encountered.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-13 15:08:40 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: fix make install race condition 2024-02-09 09:52:16 -08:00
meta-gnome recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-initramfs kexec-tools-klibc: Fix building on x86_64 with binutils 2.41 2024-02-13 15:08:40 -08:00
meta-multimedia dvb-apps: no longer skip ldflags QA 2024-02-10 01:45:19 -08:00
meta-networking ot-br-posix: Limit vla-cxx-extension option to clang >= 18 2024-02-10 23:47:57 -08:00
meta-oe signing.bbclass: make it work with eliptic curve keys 2024-02-13 12:41:23 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.084 -> 2.085 2024-02-09 09:52:08 -08:00
meta-python python3-werkzeug: add missing runtime dependencies 2024-02-12 19:34:15 -08:00
meta-webserver recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
meta-xfce thunar: inherit gtk-doc 2024-01-14 10:54:10 -08:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories