Go to file
Liu Yiding c7907b9868
daemontools: fix incompatible-pointer-types issue
According to info from "bitbake -e daemontools", "CC += "-Wno-error=incompatible-pointer-types""
can't solve this issue now since CC will be overide by gcc.bbclass

|$ bitbake -e daemontools
|------------------------------
| # $CC [3 operations]
| #   exported ast.py:67 [eval]
| #     [export] "1"
| #   append /mnt/test/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools_0.76.bb:58
| #     "-Wno-error=incompatible-pointer-types"
| #   set /mnt/test/poky/meta/classes/toolchain/gcc.bbclass:1
| #     "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
| # pre-expansion value:
| #   "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
| export CC="aarch64-poky-linux-gcc  -mcpu=cortex-a57+crc -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/mnt/test/build_auh/tmp/work/cortexa57-poky-linux/daemontools/0.76/recipe-sysroot

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-20 10:34:13 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems ufs-utils: upgrade 6.13.11 -> 6.14.11 2025-06-20 10:34:12 -07:00
meta-gnome Use GNOME_MIRROR 2025-06-20 10:34:12 -07:00
meta-initramfs reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-multimedia reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-networking reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-oe daemontools: fix incompatible-pointer-types issue 2025-06-20 10:34:13 -07:00
meta-perl reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-python python3-pillow: 11.1.0 -> 11.2.1 2025-06-20 10:34:12 -07:00
meta-webserver reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
meta-xfce reproducibility: move known non-repro list to layer.conf 2025-06-20 10:34:11 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07: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