git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c128f6
)
base-image: switch to IPKG_VARIANT
author
Koen Kooi
<koen@openembedded.org>
Sat, 24 Jul 2010 07:36:43 +0000
(09:36 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 24 Jul 2010 07:39:15 +0000
(09:39 +0200)
recipes/images/base-image.bb
patch
|
blob
|
history
diff --git
a/recipes/images/base-image.bb
b/recipes/images/base-image.bb
index
295e0ed
..
ee1f115
100644
(file)
--- 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,