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>
This commit is contained in:
Liping Ke 2011-03-08 12:55:08 +08:00 committed by Richard Purdie
parent 8828e754a2
commit 7b72bbcdb6
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"