mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
Revert "Fix adt-installer for consistent naming for powerpc and add all arch template for installation"
This reverts commit ae4ad20edb.
(From OE-Core rev: 13d713dccd7fedb5a223f1292227e177d7a44164)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
57aa993684
commit
ec28538315
@@ -105,7 +105,7 @@ $OPKG_INSTALL_NATIVE_CMD libtool-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
|
||||
check_result
|
||||
|
||||
for native_target_type in $YOCTOADT_TARGETS; do
|
||||
native_target_type=`echo "$native_target_type" | sed -e 's/x86_64/x86-64/' -e 's/x86$/i586/'`
|
||||
native_target_type=`echo "$native_target_type" | sed -e 's/x86_64/x86-64/' -e 's/ppc/powerpc/' -e 's/x86$/i586/'`
|
||||
echo_info "Installing cross toolchain for $native_target_type ..."
|
||||
echo_info "Installing binutils for $native_target_type ..."
|
||||
$OPKG_INSTALL_NATIVE_CMD binutils-cross-canadian-$native_target_type &>> $YOCTOADT_INSTALL_LOG_FILE
|
||||
|
||||
Reference in New Issue
Block a user