angstrom: move u-a selector into packageformat include
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user