summaryrefslogtreecommitdiff
path: root/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb
diff options
context:
space:
mode:
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