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-02 06:42:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-03-23 17:34:45 +0100
commit6e7481b6373c18915abec98f1d56f684268e221b (patch)
tree1818a706ac2215900989fd2c14ca2e7b94ada0a3 /recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
parentd7680ebe631f5e97a461a9e4f54ff781dec11f75 (diff)
image_type_tezi.bbclass show license for tdxref builds only
The License window will be shown in case SHOW_EULA_FILE set to "1" Related-to: ELB-3485 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com> (cherry picked from commit a4f005089d9c286fa33f4fb5f2e41f1a0ee614d6)
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, 0 insertions, 2 deletions
diff --git a/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb b/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
index eef6d06..e951d58 100644
--- a/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
+++ b/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
@@ -7,7 +7,6 @@ SRC_URI = " \
file://wrapup.sh \
file://toradexlinux.png \
file://marketing.tar;unpack=false \
- file://LA_OPT_NXP_SW.html \
"
inherit deploy nopackages
@@ -17,7 +16,6 @@ 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