diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-03-06 13:09:39 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-03-08 10:01:55 +0000 |
commit | d38fc2895fba1fe04d7f8c0d41373ffe42c14fab (patch) | |
tree | d05f85f56e54551190c5310a99ff63da4879a369 /resources/tools/disk-image-builder/ubuntu | |
parent | 728b59403d2ddedb8cfc2450e43d58d9ae8aad60 (diff) |
CSIT-988: Add libmbedcrypto0 as a new vpp dependency
Add libmbedcrypto0 to the list of installed packages on Physical testbeds + VIRL images
Change-Id: Ied68b79a36d0b6c8619aa22effeac30e5f3c0cf6
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/disk-image-builder/ubuntu')
-rw-r--r-- | resources/tools/disk-image-builder/ubuntu/CHANGELOG | 4 | ||||
-rwxr-xr-x | resources/tools/disk-image-builder/ubuntu/run-listmaker.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/disk-image-builder/ubuntu/CHANGELOG b/resources/tools/disk-image-builder/ubuntu/CHANGELOG index 1a8c56df80..6dfcacc669 100644 --- a/resources/tools/disk-image-builder/ubuntu/CHANGELOG +++ b/resources/tools/disk-image-builder/ubuntu/CHANGELOG @@ -1,3 +1,7 @@ +## [2.1] - 2018-03-07 + +Added libmbedcrypto0 libmbedtls10 libmbedx509-0 + ## [2.0] - 2017-09-22 Moved IPv6_disable from GRUB boot params to sysctl diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index 454fe47d32..7f5311ed23 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -64,7 +64,7 @@ echo "Storing data in ${OUTPUT_DIR}/." APT_WANTLIST_INFRA="nfs-common cloud-init" APT_WANTLIST_CSIT="python-dev python-pip python-virtualenv git strongswan socat" APT_WANTLIST_TLDK="libpcap0.8-dev libpcap-dev cmake tcpdump" -APT_WANTLIST_VPP="dkms bridge-utils" +APT_WANTLIST_VPP="dkms bridge-utils libmbedcrypto0 libmbedtls10 libmbedx509-0" APT_WANTLIST_TREX="zlib1g-dev unzip" APT_WANTLIST_NESTED="qemu-system-x86" APT_WANTLIST_JAVA="openjdk-8-jdk-headless" |