Skip to content
Snippets Groups Projects

conf:machine: Add variable to properly create the package

Closed Oleksii Kutuzov requested to merge fix-package into kirkstone
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -41,3 +41,11 @@ SERIAL_CONSOLES = "115200;ttyLP0"
# Add additional firmware
MACHINE_FIRMWARE:append = " ethos-u-firmware"
# DISTRO_RELEASE_ARTEFACTS is used by the CI to package the files for the release
DISTRO_RELEASE_ARTEFACTS = " \
${@' '.join([ d.getVar('IMAGE_LINK_NAME') + '.' + fs for fs in d.getVar('IMAGE_FSTYPES').split() ] )} \
${IMAGE_LINK_NAME}.manifest \
${IMAGE_LINK_NAME}.testdata.json \
${IMAGE_LINK_NAME}.wic.zst \
"
Loading