mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
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 -
|
|
}
|
|
|