mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
bafd53ec56
commit
832384fdc6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user