mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
adt_installer_internal: fix spelling error
s/envrionement/environment/ (From OE-Core master rev: 5ace1d88efc37b70516eeb1a609ea37a657a5ce0) (From OE-Core rev: b3bf03715509390d423795ae72c12713b0b7864b) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fb4ccb075f
commit
a221d7f2be
@@ -134,7 +134,7 @@ for native_target_type in $YOCTOADT_TARGETS; do
|
||||
$OPKG_INSTALL_NATIVE_CMD gdb-cross-canadian-$native_target_type &>> $YOCTOADT_INSTALL_LOG_FILE
|
||||
check_result
|
||||
|
||||
echo_info "Installing envrionement file for $native_target_type ..."
|
||||
echo_info "Installing environment file for $native_target_type ..."
|
||||
$OPKG_INSTALL_NATIVE_CMD meta-environment-$native_target_type &>> $YOCTOADT_INSTALL_LOG_FILE
|
||||
check_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user