Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-dts GitHub Actions (push to develop) fail on Deploying to boot.dasharo.com #941

Closed
m-iwanicki opened this issue Jul 9, 2024 · 2 comments · Fixed by Dasharo/meta-dts#142
Assignees
Labels

Comments

@m-iwanicki
Copy link

Component

Dasharo Tools Suite

Device

other

Dasharo version

No response

Dasharo Tools Suite version

v2.0.0-rc1

Brief summary

Deploy DTS on boot.dasharo.com tries to copy nonexistent file

How reproducible

No response

How to reproduce

Rerun https://github.com/Dasharo/meta-dts/actions/runs/9853372474 or push tag ending with -rc*

Expected behavior

Job should succeed

Actual behavior

Run DTS_VER="v2.0.0-rc1"
cp: cannot stat 'dts-base-image-genericx86-64.cpio.gz': No such file or directory
Error: Process completed with exit code 1.

Screenshots

No response

Additional context

The only *.cpio.gz files when built from develop branch are

core-image-minimal-initramfs-genericx86-64-20240619085253.cpio.gz
core-image-minimal-initramfs-genericx86-64.cpio.gz -> core-image-minimal-initramfs-genericx86-64-20240619085253.cpio.gz
dts-base-image-genericx86-64.rootfs-20240619085253.cpio.gz
dts-base-image-genericx86-64.rootfs.cpio.gz -> dts-base-image-genericx86-64.rootfs-20240619085253.cpio.gz

On main there is dts-base-image-genericx86-64.cpio.gz without rootfs part.

Solutions you've tried

No response

@tym2k1
Copy link

tym2k1 commented Jul 9, 2024

This seems to be related to the IMAGE_NAME_SUFFIX Yocto variable but it's neither set in main nor develop. The main branch uses the kirkstone Yocto version but it's specified that the .rootfs is a default value for both versions. Further verification if this variable has an effect is needed.

@m-iwanicki
Copy link
Author

You are right after this commit Dasharo/meta-dts@ff12a86 files don't contain .rootfs in the name.

@m-iwanicki m-iwanicki self-assigned this Jul 11, 2024
@m-iwanicki m-iwanicki linked a pull request Jul 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants