mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +00:00
f4da51499db65481fe750b048eb53d1d2b6c69bc
The DEPENDS append used the raw TARGET_ARCH value "x86_64" as an override: DEPENDS:append:x86_64 = " nasm-native" but OVERRIDES is built from TRANSLATED_TARGET_ARCH, which replaces "_" with "-", so the effective override token is "x86-64". The "x86_64" form never matches and nasm-native is never pulled in, so do_compile fails on x86-64 with: error: Unable to run nasm: No such file or directory (os error 2) Use the correct "x86-64" token (matching the INHIBIT_PACKAGE_DEBUG_SPLIT line right below it) and also add the "x86" variant for 32-bit x86 targets, mirroring dav1d. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
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 supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Description
Languages
BitBake
86.2%
Shell
5.9%
C
2.8%
Roff
1.9%
NASL
1.7%
Other
1.3%