#!/bin/sh | |
# | |
# NOTE: This file is no longer used, license importing is now handled | |
# on TuxSuite side. This file is left around for reference. | |
# | |
set -ex | |
ARMLM=$(find /opt/model/ -name armlm) | |
if [ -n "$ARMLM" ]; then | |
$ARMLM import -file /root/swskt-linaro-root-20241031-365d.lic | |
$ARMLM inspect | |
fi |