From 11709741b33dfbd73176e02d1a09f7945ae007f0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 24 Jul 2010 09:36:43 +0200 Subject: [PATCH] base-image: switch to IPKG_VARIANT --- recipes/images/base-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/images/base-image.bb b/recipes/images/base-image.bb index 295e0ed449..ee1f115e35 100644 --- a/recipes/images/base-image.bb +++ b/recipes/images/base-image.bb @@ -20,7 +20,8 @@ IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" DISTRO_SSH_DAEMON ?= "dropbear" -DISTRO_PACKAGE_MANAGER ?= "ipkg ipkg-collateral" +IPKG_VARIANT ?= "opkg" +DISTRO_PACKAGE_MANAGER ?= "${IPKG_VARIANT}" # FIXME: We need a distro-indendent way of specifying feed configs. # Once the RFC for the DISTRO_FEED_CONFIGS variable name is approved, -- 2.39.5