Skip to content
Snippets Groups Projects
Commit 0bdde957 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

deploy: fix kernel image name in DISTRO_RELEASE_ARTIFACTS for the CI deploy step

BCS 746-001043
parent 324e06e7
No related branches found
No related tags found
1 merge request!458fngsystem: fix missing files in deploy step (kernel), fixed uuu shell scripts
require conf/distro/poky.conf
inherit kernel-artifact-names
SDK_VENDOR = "-seconorthsdk"
MAINTAINER = "SECO Northern Europe GmbH <support.north@seco.com>"
TARGET_VENDOR = "-seconorth"
......@@ -44,7 +46,6 @@ DISTRO_RELEASE_ARTEFACTS = " \
# additionally outside the image
DISTRO_RELEASE_ARTEFACTS:append:mx8 = " \
${@' '.join([ dtb.split('/')[-1] for dtb in d.getVar('KERNEL_DEVICETREE').split() ] )} \
Image \
"
DISTRO_EXTRA_RDEPENDS += " \
......
......@@ -57,6 +57,7 @@ DISTRO_IMAGES:append:mx8= " imx-boot.tar.gz imx-boot "
DISTRO_RELEASE_ARTEFACTS:append = "${IMAGE_LINK_NAME}.md5 "
DISTRO_RELEASE_ARTEFACTS:append:mx8 = " \
${KERNEL_IMAGETYPE}-${KERNEL_IMAGE_LINK_NAME}${KERNEL_IMAGE_BIN_EXT} \
${@' '.join([ "uuu-" + dtb.split('/')[-1].split('.')[0] + '.bat' for dtb in d.getVar('KERNEL_DEVICETREE').split() if dtb.endswith('.dtb') ] )} \
${@' '.join([ "uuu-" + dtb.split('/')[-1].split('.')[0] + '.sh' for dtb in d.getVar('KERNEL_DEVICETREE').split() if dtb.endswith('.dtb') ] )} \
\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment