diff options
author | Liping Ke <liping.ke@intel.com> | 2011-03-08 12:55:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-08 11:04:28 -0800 |
commit | 7b72bbcdb614b714982089b3a017dfe451215329 (patch) | |
tree | d52644662b10ce29962b54389aa2108d078e1779 /meta/recipes-devtools/installer | |
parent | 8828e754a2947bd6e5df5068bcaf568fefc6a398 (diff) | |
download | poky-7b72bbcdb614b714982089b3a017dfe451215329.tar.gz |
adt: removed unused repo source and opkg options
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.
(From OE-Core rev: e6c72db2ac5684dd2bb65207b2f3da7214f5dca7)
Signed-off-by: Liping Ke <liping.ke@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer')
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 1d8c89a840..9c93a72a87 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 | |||
2 | arch any 6 | 2 | arch any 6 |
3 | arch noarch 11 | 3 | arch noarch 11 |
4 | arch i686-nativesdk 16 | 4 | arch i686-nativesdk 16 |
5 | src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk | ||
6 | src yp-i686-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/i686-nativesdk | 5 | 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 6b14f98630..3e70aac9f0 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 | |||
2 | arch any 6 | 2 | arch any 6 |
3 | arch noarch 11 | 3 | arch noarch 11 |
4 | arch x86_64-nativesdk 16 | 4 | arch x86_64-nativesdk 16 |
5 | src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk | ||
6 | src yp-x86_64-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/x86_64-nativesdk | 5 | 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 df142ff31b..bc9206981c 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..." | |||
89 | check_result | 89 | check_result |
90 | 90 | ||
91 | #install below must sdk-host packages | 91 | #install below must sdk-host packages |
92 | OPKG_INSTALL_CMD="$OPKG_CMD --force-overwrite" | 92 | OPKG_INSTALL_CMD="$OPKG_CMD " |
93 | OPKG_INSTALL_NATIVE_CMD="$OPKG_INSTALL_CMD -f $OPKG_CONFIG_FILE -o $NATIVE_INSTALL_DIR install" | 93 | OPKG_INSTALL_NATIVE_CMD="$OPKG_INSTALL_CMD -f $OPKG_CONFIG_FILE -o $NATIVE_INSTALL_DIR install" |
94 | 94 | ||
95 | echo_info "Installing pseudo nativesdk ...\n" | 95 | echo_info "Installing pseudo nativesdk ...\n" |