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, 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