Skip to content
Snippets Groups Projects
Verified Commit a5100528 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-linux.conf: Drop shadow warning workaround

Upstream (oe-core) merged a patch that supresses the warning/errors
raised by shadow on musl systems.

Merged in oe-core, kirkstone e5ce33228858fcc12051548399c71ce10346bf5b.
This revision is included in the last oe-core bump.

Related to #772



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent a46cf8bc
No related branches found
No related tags found
1 merge request!301Bump oe-core/bitbake to drop local support/fixes as upstream caught up
......@@ -111,11 +111,6 @@ require conf/distro/include/openharmony.inc
# OpenHarmony requires musl libc, so we cannot allow other TCLIBC values
TCLIBC:df-openharmony = "musl"
# The libnss configuration file is only installed when glibc is used. The
# innexistence of it on a musl-based rootfs, will make shadow complain about
# it.
IMAGE_LOG_CHECK_EXCLUDES:libc-musl += "Failed opening /etc/nsswitch.conf"
# We run a read-only rootfs but we want shadow because it includes subid
# configuration used by podman in rootless mode.
ROOTFS_RO_UNNEEDED:remove = "shadow"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment