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:
Koen Kooi
2012-02-02 15:57:42 +01:00
parent 463ab516d8
commit a4281168f8

View File

@@ -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"