mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02: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:
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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user