Skip to content

Commit

Permalink
Revert "Fix ImageBuilder FILES inclusion"
Browse files Browse the repository at this point in the history
This reverts commit 9dcbb83.
  • Loading branch information
p4u committed Dec 15, 2017
1 parent cb841bd commit 8a8f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cooker
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ cook() {
echo "-> Cooking firmware image"
join_packages ${!flavor}
echo "--> Selected extra packages:$PKG"
make -C $ib image $profile PACKAGES="$PKG" EXTRA_IMAGE_NAME="$fw_extra_name" BIN_DIR="$output_dir" FILES="$ib_files" $force_no_update $files_remove
make -C $ib image $profile PACKAGES="$PKG" EXTRA_IMAGE_NAME="$fw_extra_name" BIN_DIR="$output_dir" $ib_files $force_no_update $files_remove
ERROR=$?
if (($ERROR != 0)); then
echo -e "\n-> Firmware not cooked, something wrong happened on the ImageBuilder compilation process"
Expand Down

0 comments on commit 8a8f3b3

Please sign in to comment.