poky-tiny: fix PACKAGE_EXCLUDE

poky-tiny does a PACKAGE_EXCLUDE on shadow-base as the kernel doesn't
support multiple users.  However it does this by assigning to an
override, which makes it impossible for images or machines to extend
PACKAGE_EXCLUDE with their own exclusions.

(From meta-yocto rev: 5d86975934b46a64b36f60c097bce7a577c1b8b0)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2023-11-06 10:55:50 +00:00 committed by Richard Purdie
parent bafd53ec56
commit 832384fdc6

View File

@ -125,4 +125,4 @@ PACKAGECONFIG:remove:pn-opkg-utils = "python"
# If shadow-base is brought into the image, logins will fail because it
# doesn't have the heuristics to work when CONFIG_MULTIUSER is unset.
PACKAGE_EXCLUDE:poky-tiny = "shadow-base"
PACKAGE_EXCLUDE += "shadow-base"