angstrom core tweaks: add 'package-management' to EXTRA_IMAGE_FEATURES if unset
It turns out package management only worked due to a bug in rootfs_ipk.bbclass. With that bug fixed we suddenly loose all packagemanagement data :( Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -21,6 +21,7 @@ PKGARCHCOMPAT_ARMV7A = True
|
||||
|
||||
# opkg
|
||||
PREFERRED_PROVIDER_opkg-collateral = "angstrom-feed-configs"
|
||||
EXTRA_IMAGE_FEATURES ??= "package-management"
|
||||
|
||||
# Prefer libjpeg-turbo
|
||||
PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
|
||||
|
||||
Reference in New Issue
Block a user