dockerfile-template, setup-ubl: Update for new exported license
Update for renewed license with the following parameters:
Software Success Kit (Standard)
Product code: SWSKT-STD0
Order Id: 0000223263
License expires on: October 30, 2025
Local cache expires on: October 31, 2025 (364 days and 4 hours from now)
License server: renewal disabled
This time, this license was generated on our side using
armlm-1.3.2-lin-x86_64-none-gui.tar.gz:
./armlm activate -as-user root -borrow-period 365 -code fbf44a67-6e68-4670-b892-6bdfebc161f4 -to-file swskt-linaro-root-20241031-365d.lic
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I3fe3d0bf909be79b41e0464a9966a30508f5c676
diff --git a/dockerfile-template b/dockerfile-template
index ebda977..8c5c976 100644
--- a/dockerfile-template
+++ b/dockerfile-template
@@ -30,7 +30,7 @@
COPY setup-ubl /root/
COPY swskt-linaro-root*.lic /root/
# Add a stable symlink for Tux/LAVA.
-RUN cd /root && ln -s swskt-linaro-root-20240523-165d.lic license.lic
+RUN cd /root && ln -s swskt-linaro-root-20241031-365d.lic license.lic
# Add the FVP model tarball
# NOTE: some tarballs contain an installer script others don't, so it may be the case
diff --git a/setup-ubl b/setup-ubl
index f500a4c..51deb3e 100755
--- a/setup-ubl
+++ b/setup-ubl
@@ -4,6 +4,6 @@
ARMLM=$(find /opt/model/ -name armlm)
if [ -n "$ARMLM" ]; then
- $ARMLM import -file /root/swskt-linaro-root-20240523-165d.lic
+ $ARMLM import -file /root/swskt-linaro-root-20241031-365d.lic
$ARMLM inspect
fi