mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
d3d3506ad9072a957be114d91a7385588c23d005
GCC 14 promotes -Wincompatible-pointer-types to an error by default. The buffer_init*.c sources pass read()/write() directly where a typeless op function pointer is expected: buffer/buffer_init_read.c:6:18: error: passing argument 2 of 'buffer_init' from incompatible pointer type [-Wincompatible-pointer-types] The existing gcc-15 patch only fixes the BUFFER_INIT macro, not these call sites. Add -Wno-error=incompatible-pointer-types so the build completes. Signed-off-by: Khem Raj <raj.khem@gmail.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.3%
Shell
5.9%
C
2.7%
Roff
1.9%
NASL
1.7%
Other
1.3%