diff --git a/recipes-release/release/files/README.html b/recipes-release/release/files/README.html new file mode 100644 index 0000000..025598b --- /dev/null +++ b/recipes-release/release/files/README.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + +

UCM-iMX8M-Mini Resources

+

UCM-iMX8M-Mini Yocto Linux

+

Yocto +Linux documentation +

+

Building +Yocto images +

+

Other useful links

+

UCM-iMX8M-Mini

+

Product +webpage +

+

Hardware +and software resources +

+

Product +Wiki +

+


+
+ +

+ + diff --git a/recipes-release/release/files/README.txt b/recipes-release/release/files/README.txt new file mode 100644 index 0000000..7616069 --- /dev/null +++ b/recipes-release/release/files/README.txt @@ -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 diff --git a/recipes-release/release/yocto-linux.bbappend b/recipes-release/release/yocto-linux.bbappend new file mode 100644 index 0000000..0a9ee30 --- /dev/null +++ b/recipes-release/release/yocto-linux.bbappend @@ -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 - +} +