Skip to content

Commit

Permalink
[arista] Update swi building recipe (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staphylo authored and lguohan committed Sep 5, 2018
1 parent 35d93f0 commit 30c254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_image.sh
Expand Up @@ -95,7 +95,7 @@ elif [ "$IMAGE_TYPE" = "aboot" ]; then
zip -g $ABOOT_BOOT_IMAGE .imagehash
rm .imagehash
echo "SWI_VERSION=42.0.0" > version
echo "SWI_MAX_HWEPOCH=1" >> version
echo "SWI_MAX_HWEPOCH=2" >> version
echo "SWI_VARIANT=US" >> version
zip -g $OUTPUT_ABOOT_IMAGE version
zip -g $ABOOT_BOOT_IMAGE version
Expand Down

0 comments on commit 30c254f

Please sign in to comment.