* [PATCH 0/1] adt: removed unused repo source and opkg options
@ 2011-03-08 5:04 Liping Ke
2011-03-08 5:04 ` [PATCH 1/1] " Liping Ke
0 siblings, 1 reply; 2+ messages in thread
From: Liping Ke @ 2011-03-08 5:04 UTC (permalink / raw)
To: poky
From: Liping Ke <liping.ke@intel.com>
opgk option --force-overwrite is only a workaround for bug #547.
Now this bug is gone, so remove this option.
and also, the first opkg repo source is not useful, remove it.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: lke/remove-option
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/remove-option
Thanks,
Liping Ke <liping.ke@intel.com>
---
Liping Ke (1):
adt: removed unused repo source and opkg options
.../adt-installer/opkg/conf/opkg-sdk-i686.conf | 1 -
.../adt-installer/opkg/conf/opkg-sdk-x86_64.conf | 1 -
.../adt-installer/scripts/adt_installer_internal | 2 +-
3 files changed, 1 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] adt: removed unused repo source and opkg options
2011-03-08 5:04 [PATCH 0/1] adt: removed unused repo source and opkg options Liping Ke
@ 2011-03-08 5:04 ` Liping Ke
0 siblings, 0 replies; 2+ messages in thread
From: Liping Ke @ 2011-03-08 5:04 UTC (permalink / raw)
To: poky
From: Liping Ke <liping.ke@intel.com>
opgk option --force-overwrite is only a workaround for bug #547.
Now this bug is gone, so remove this option.
and also, the first opkg repo source is not useful, remove it.
Signed-off-by: Liping Ke <liping.ke@intel.com>
---
.../adt-installer/opkg/conf/opkg-sdk-i686.conf | 1 -
.../adt-installer/opkg/conf/opkg-sdk-x86_64.conf | 1 -
.../adt-installer/scripts/adt_installer_internal | 2 +-
3 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
index 1d8c89a..9c93a72 100644
--- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
+++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
@@ -2,5 +2,4 @@ arch all 1
arch any 6
arch noarch 11
arch i686-nativesdk 16
-src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk
src yp-i686-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/i686-nativesdk
diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
index 6b14f98..3e70aac 100644
--- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
+++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
@@ -2,5 +2,4 @@ arch all 1
arch any 6
arch noarch 11
arch x86_64-nativesdk 16
-src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk
src yp-x86_64-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/x86_64-nativesdk
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
index df142ff..bc92069 100755
--- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
+++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
@@ -89,7 +89,7 @@ echo_info "opkg update process ended..."
check_result
#install below must sdk-host packages
-OPKG_INSTALL_CMD="$OPKG_CMD --force-overwrite"
+OPKG_INSTALL_CMD="$OPKG_CMD "
OPKG_INSTALL_NATIVE_CMD="$OPKG_INSTALL_CMD -f $OPKG_CONFIG_FILE -o $NATIVE_INSTALL_DIR install"
echo_info "Installing pseudo nativesdk ...\n"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 5:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 5:04 [PATCH 0/1] adt: removed unused repo source and opkg options Liping Ke
2011-03-08 5:04 ` [PATCH 1/1] " Liping Ke
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.