Add version file to the SWI required by newer Aboot (#254)
This commit is contained in:
parent
92b32fd910
commit
e4ed979b83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user