angstrom 2009.X: select our preferred opkg variant, can be overridden on a per image...
authorKoen Kooi <koen@openembedded.org>
Sun, 22 Feb 2009 10:10:50 +0000 (11:10 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 22 Feb 2009 10:10:50 +0000 (11:10 +0100)
* no impact on dep and rpm modes

conf/distro/angstrom-2008.1.conf

index 062cba7..27545ce 100644 (file)
@@ -181,6 +181,12 @@ PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"
 ARM_ABI ?= "${@['','oabi'][bb.data.getVar('MACHINE',d) in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
 require conf/distro/include/angstrom${ARM_ABI}.inc
 
+
+
+# If we're using an .ipk based rootfs, we want to have opkg-nogpg installed so postinst script can run
+# We also take this opportunity to inject angstrom-version and the feed configs into the rootfs
+IPKG_VARIANT = "opkg-nogpg angstrom-version ${ANGSTROM_FEED_CONFIGS}"
+
 # do some task-base stuff here
 
 # We want to ship extra debug utils in the rootfs when doing a debug build