Skip to content

Commit

Permalink
Add version file to the SWI required by newer Aboot (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staphylo authored and lguohan committed Feb 4, 2017
1 parent 92b32fd commit e4ed979
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ elif [ "$IMAGE_TYPE" = "aboot" ]; then
echo "$GIT_REVISION" >> .imagehash
zip -g $OUTPUT_ONIE_IMAGE .imagehash
rm .imagehash
echo "SWI_VERSION=42.0.0" > version
zip -g $OUTPUT_ONIE_IMAGE version
rm version
else
echo "Error: Non supported target platform: $TARGET_PLATFORM"
exit 1
Expand Down

0 comments on commit e4ed979

Please sign in to comment.