Go to file
Ruiqiang Hao aa667cbe21
mariadb: Ensure compatibility with ARMv9 by updating .arch directive
The pmem_cvap() function currently uses the '.arch armv8.2-a' directive
for the 'dc cvap' instruction. This will cause build errors below when
compiling for ARMv9 systems. Update the '.arch' directive to 'armv9.4-a'
to ensure compatibility with ARMv9 architectures.

{standard input}: Assembler messages:
{standard input}:169: Error: selected processor does not support `retaa'
{standard input}:286: Error: selected processor does not support `retaa'
make[2]: *** [storage/innobase/CMakeFiles/innobase_embedded.dir/build.make:
1644: storage/innobase/CMakeFiles/innobase_embedded.dir/sync/cache.cc.o]
Error 1

Signed-off-by: Ruiqiang Hao <Ruiqiang.Hao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-12-08 10:49:50 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: add missing run-time dependencies 2024-12-06 20:55:56 -08:00
meta-gnome libspelling: update 0.4.2 -> 0.4.5 2024-12-06 20:55:57 -08:00
meta-initramfs meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00
meta-multimedia wireplumber: update 0.5.6 -> 0.5.7 2024-12-06 20:55:57 -08:00
meta-networking openhpi: explicitly disable ov-rest plugin 2024-12-07 12:14:02 -08:00
meta-oe mariadb: Ensure compatibility with ARMv9 by updating .arch directive 2024-12-08 10:49:50 -08:00
meta-perl liburi-perl: add to meta-perl from oe-core 2024-11-27 12:37:34 -08:00
meta-python python3-gpiod: don't recommend kernel-module-configfs for ptest 2024-12-06 20:55:57 -08:00
meta-webserver meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00
meta-xfce exo: Remove unused perl module dependency 2024-11-28 08:17:56 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
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