Skip to content

Commit

Permalink
Fix ImageBuilder FILES inclusion
Browse files Browse the repository at this point in the history
Fixes issue #30

Signed-off-by: p4u <p4u@dabax.net>
  • Loading branch information
p4u committed Dec 15, 2017
1 parent 1ee0665 commit 9dcbb83
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" $ib_files $force_no_update $files_remove
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
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 9dcbb83

Please sign in to comment.