Skip to content

Commit

Permalink
meta: Append recipes-release
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Kapranov <[email protected]>
  • Loading branch information
kkapranov committed Oct 2, 2023
1 parent e2925aa commit 9ecd6ef
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes-release/release/files/README.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<meta name="generator" content="LibreOffice 5.2.7.2 (Linux)"/>
<meta name="created" content="00:00:00"/>
<meta name="changed" content="00:00:00"/>
<meta name="created" content="00:00:00">
<meta name="changed" content="00:00:00">
<style type="text/css">
h2.cjk { font-family: "Noto Sans CJK SC DemiLight" }
h2.ctl { font-family: "FreeSans" }
h3.cjk { font-family: "Noto Sans CJK SC DemiLight" }
h3.ctl { font-family: "FreeSans" }
</style>
</head>
<body lang="en-US" dir="ltr">
<h1>UCM-iMX8M-Mini Resources</h1>
<h2 class="western">UCM-iMX8M-Mini Yocto Linux</h2>
<p><a href="https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX8M-Mini_NXP_iMX8M-Mini_Yocto_Linux">Yocto
Linux documentation</a>
</p>
<p><a href="https://www.mediawiki.compulab.com/w/index.php?title=Building_UCM-iMX8M-Mini_Yocto_Linux_images">Building
Yocto images</a>
</p>
<h2 class="western">Other useful links</h2>
<h2 class="western"><font face="Liberation Serif, serif"><font size="4" style="font-size: 14pt"><b>UCM-iMX8M-Mini</b></font></font></h2>
<p><a href="https://www.compulab.com/products/computer-on-modules/ucm-imx8m-mini-nxp-i-mx-8m-mini-som-system-on-module-computer/">Product
webpage</a>
</p>
<p><a href="https://www.compulab.com/products/computer-on-modules/ucm-imx8m-mini-nxp-i-mx-8m-mini-som-system-on-module-computer/#devres">Hardware
and software resources</a>
</p>
<p><a href="https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX8M-Mini_NXP_iMX8M-Mini_SW_Resources">Product
Wiki</a>
</p>
<h3 class="western"><br/>
<br/>

</h3>
</body>
</html>
6 changes: 6 additions & 0 deletions recipes-release/release/files/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This package contains Yocto Linux kernel for
UCM-iMX8M-Mini, example file system image and
miscellaneous utilities.

The UCM-iMX8M-Mini Yocto Linux documentation can be found at CompuLab Wiki at:
https://www.mediawiki.compulab.com/w/index.php?title=UCM-iMX8M-Mini_NXP_iMX8M-Mini_Yocto_Linux
17 changes: 17 additions & 0 deletions recipes-release/release/yocto-linux.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
SRC_URI += " \
file://README.txt \
file://README.html \
"
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

do_deploy:append() {
cp ${WORKDIR}/README.txt ${DESTDIR}/
cp ${WORKDIR}/README.html ${DESTDIR}/development

rm ${DESTDIR}/images/*.tar* || :

cd ${DEPLOY_DIR_IMAGE}/..
tree --noreport ${RELEASE_NAME} -o ${RELEASE_NAME}.tree
cd -
}

0 comments on commit 9ecd6ef

Please sign in to comment.