mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-28 01:55:13 +00:00
99ca84156ddd5d09aea923013a4830a6430f8ec0
Upstream changes (release notes): * 1.0.19: security and edge-case correctness fixes - heap-buffer-overflow read in decode_slice_unit_tiles() from unvalidated PPS tile geometry (CVE-2026-45382) and heap OOB read in decode_slice_unit_WPP() via an out-of-bounds CtbAddrRStoTS access (CVE-2026-45383); dec265 SDL fixes for 4:4:4 streams and mid-stream resolution changes. ABI compatible with 1.0.18. Not upgraded to 1.1.x: 1.1.0 reworked the x86 SIMD path to dispatch at runtime via __builtin_cpu_supports(), which reads the compiler-rt global __cpu_model. Under this distro's clang/lld toolchain, linking the shared library then fails with R_X86_64_PC32 cannot be used against symbol '__cpu_model'; recompile with -fPIC because clang emits a direct PC-relative access to that exported, preemptible symbol. Building the objects -fPIC, -Bsymbolic, --exclude-libs, -fno-direct-access-external-data and a version script localizing __cpu_model were all tried without success (lld validates the relocation before applying the localization). 1.0.19 stays on the compile-time SSE path and builds cleanly, so it is the latest buildable release here. 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%