Skip to content

Commit

Permalink
Update AutoBuild_Function.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jj225511 authored Dec 9, 2021
1 parent 7dbedbb commit 554be3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/AutoBuild_Function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Firmware-Diy_End() {
MKDIR bin/Firmware
SHA256_File="${Firmware_Path}/sha256sums"
cd ${Firmware_Path}
echo -e "### FIRMWARE OUTPUT ###\n$(ls -1 | egrep -v "packages|buildinfo|sha256sums|manifest")\n"
echo -e "### FIRMWARE OUTPUT ###\n$(ls -1 | egrep -v "packages|buildinfo|sha256sums|manifest|kernel|rootfs|factory")\n"
case "${TARGET_BOARD}" in
x86)
[[ ${Checkout_Virtual_Images} == true ]] && {
Expand Down Expand Up @@ -451,4 +451,4 @@ Copy() {
cp -a $1 $2/$3
fi
[[ $? == 0 ]] && ECHO "Done." || ECHO "Failed."
}
}

0 comments on commit 554be3d

Please sign in to comment.