summaryrefslogtreecommitdiff
path: root/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
diff options
context:
space:
mode:
authorDenys Drozdov <denys.drozdov@toradex.com>2021-03-01 15:24:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 17:34:45 +0100
commitd7680ebe631f5e97a461a9e4f54ff781dec11f75 (patch)
treec7df573eb1dfbf63c13f4342f26baaecef6f2739 /recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
parent09c352841812b3fbfd07fffdb2265dd02e3b3b54 (diff)
image_type_tezi.bbclass add license file to tezi image
Ensure there is a popup that shows the EULA license to be accepted once installing a tdxref image Related-to: ELB-3485 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com> (cherry picked from commit 9ececa26080b7abdc96dc1b4b910e735b6eafcfd)
Diffstat (limited to 'recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb')
-rw-r--r--recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb b/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
index e951d58..eef6d06 100644
--- a/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
+++ b/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
@@ -7,6 +7,7 @@ SRC_URI = " \
file://wrapup.sh \
file://toradexlinux.png \
file://marketing.tar;unpack=false \
+ file://LA_OPT_NXP_SW.html \
"
inherit deploy nopackages
@@ -16,6 +17,7 @@ do_deploy () {
install -m 644 ${WORKDIR}/wrapup.sh ${DEPLOYDIR}
install -m 644 ${WORKDIR}/toradexlinux.png ${DEPLOYDIR}
install -m 644 ${WORKDIR}/marketing.tar ${DEPLOYDIR}
+ install -m 644 ${WORKDIR}/LA_OPT_NXP_SW.html ${DEPLOYDIR}
}
addtask deploy before do_build after do_install