angstrom: move u-a selector into packageformat include

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-01-16 12:03:31 +01:00
parent f798889d24
commit 020b7341ac
2 changed files with 5 additions and 6 deletions

View File

@@ -167,10 +167,6 @@ DISTRO_FEED_CONFIGS = "${ANGSTROM_FEED_CONFIGS}"
# We also take this opportunity to inject angstrom-version and the feed configs into the rootfs
IPKG_VARIANT = "opkg angstrom-version ${ANGSTROM_FEED_CONFIGS}"
# we need the same provider for opkg and u-a
PREFERRED_PROVIDER_virtual/update-alternatives = "opkg"
VIRTUAL-RUNTIME_update-alternatives = "opkg"
# Select xserver-xorg as default, since kdrive has been EOL'ed
XSERVER ?= "xserver-xorg xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-video-fbdev"

View File

@@ -1,8 +1,11 @@
INHERIT += "package_ipk"
ROOTFS_PKGMANAGE = "opkg opkg-config-base angstrom-feed-configs"
EXTRAOPKGCONFIG = "opkg-config-base angstrom-feed-configs"
DISTRO_UPDATE_ALTERNATIVES = "update-alternatives-cworth"
# we need the same provider for opkg and u-a
PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native"
PREFERRED_PROVIDER_virtual/update-alternatives = "update-alternatives-cworth"
PREFERRED_PROVIDER_virtual/update-alternatives = "opkg"
VIRTUAL-RUNTIME_update-alternatives = "opkg"