summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-04-10 23:02:38 +0200
committerJuergen Beisert <jbe@pengutronix.de>2012-04-11 21:38:37 +0200
commit3d2ee0a97c6cef0c51b6ffa2ec6296c309b91f1c (patch)
tree5f286a19cde74ae1e3ada166cb7b45bb4180f28c
parent37ca4452d267e7ae36c16a29916800faa7385d3f (diff)
downloadOSELAS.BSP-Pengutronix-Generic-3d2ee0a97c6cef0c51b6ffa2ec6296c309b91f1c.tar.gz
OSELAS.BSP-Pengutronix-Generic-3d2ee0a97c6cef0c51b6ffa2ec6296c309b91f1c.tar.xz
Switch to opkg
This is because currently host-ipkg doesn't work on Mac OS. Since the alternative opkg works, switching is the fastest alternative. When building images, it doesn't matter. Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
-rw-r--r--ChangeLog4
-rw-r--r--configs/ptxconfig14
2 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index d2ed6a8..bd29f10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-11 Bernhard Walle <bernhard@bwalle.de>
+
+ * BSP: BSP: Switch to opkg
+
2012-04-11 Juergen Beisert <jbe@pengutronix.de>
* BSP: back to development
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 0b5add7..6df0cdf 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -51,9 +51,9 @@ PTXCONF_FIX_PERMISSIONS=y
#
# Host Tools
#
-PTXCONF_HOST_PACKAGE_MANAGEMENT_IPKG=y
-# PTXCONF_HOST_PACKAGE_MANAGEMENT_OPKG is not set
-PTXCONF_HOST_PACKAGE_MANAGEMENT="ipkg"
+# PTXCONF_HOST_PACKAGE_MANAGEMENT_IPKG is not set
+PTXCONF_HOST_PACKAGE_MANAGEMENT_OPKG=y
+PTXCONF_HOST_PACKAGE_MANAGEMENT="opkg"
# PTXCONF_HOST_TESTFRAMEWORK is not set
# PTXCONF_HOST_ACL is not set
# PTXCONF_HOST_APACHE2 is not set
@@ -84,8 +84,8 @@ PTXCONF_HOST_FIGLET=y
# PTXCONF_HOST_GETTEXT is not set
# PTXCONF_HOST_GPERF is not set
# PTXCONF_HOST_INTLTOOL is not set
-PTXCONF_HOST_IPKG_UTILS=y
-PTXCONF_HOST_IPKG=y
+# PTXCONF_HOST_IPKG_UTILS is not set
+# PTXCONF_HOST_IPKG is not set
# PTXCONF_HOST_LIBBLKID is not set
# PTXCONF_HOST_LIBBZ2 is not set
# PTXCONF_HOST_LIBCAP is not set
@@ -110,8 +110,8 @@ PTXCONF_HOST_LNDIR=y
# PTXCONF_HOST_MYSQL is not set
PTXCONF_HOST_NCURSES=y
# PTXCONF_HOST_OPENSSL is not set
-# PTXCONF_HOST_OPKG_UTILS is not set
-# PTXCONF_HOST_OPKG is not set
+PTXCONF_HOST_OPKG_UTILS=y
+PTXCONF_HOST_OPKG=y
PTXCONF_HOST_PKG_CONFIG=y
# PTXCONF_HOST_QOOXDOO is not set
# PTXCONF_HOST_QT4 is not set