Closed quic-vkraleti closed 2 months ago
Also could you please expand CI configuration so that such cases can be caught (please submit a PR with CI changes separately so that we can merge it first and then test this PR against the merged tree).
and CI configuration so that such cases can be caught (please submit a PR with CI changes separately so that we can merge it first and then test this
Sure, I'll update CI scripts in a separate PR and get back.
I don't see CI failing after the CI change in #639 . Was it enough to demonstrate the issue being fixed by this PR?
I don't see CI failing after the CI change in #639 . Was it enough to demonstrate the issue being fixed by this PR?
To reproduce need to set INITRAMFS_IMAGE = "". Is there any configuration in CI that tests kernel without initrd?
I don't see CI failing after the CI change in #639 . Was it enough to demonstrate the issue being fixed by this PR?
To reproduce need to set INITRAMFS_IMAGE = "". Is there any configuration in CI that tests kernel without initrd?
I asked you to add necessary CI configuration.
I don't see CI failing after the CI change in #639 . Was it enough to demonstrate the issue being fixed by this PR?
To reproduce need to set INITRAMFS_IMAGE = "". Is there any configuration in CI that tests kernel without initrd?
I asked you to add necessary CI configuration.
https://github.com/Linaro/meta-qcom/pull/644 updated build template to build with & without initramfs.
@quic-vkraleti any chance of getting this done? I'd like to merge the fix and then backport necessary changes to the scarthgap
branch.
@quic-vkraleti any chance of getting this done? I'd like to merge the fix and then backport necessary changes to the
scarthgap
branch.
Sorry for the delay. Updated as requested. Please check.
Thank you! LGTM!
Fixed below error in linux-qcom-uki.bb when INITRAMFS_IMAGE is undefined.
ERROR: Error for linux-qcom-uki.bb:do_configure[depends], dependency '${@ '${INITRAMFS_IMAGE}:do_image_complete' if d.getVar('INITRAMFS_IMAGE') else ''}' does not contain exactly one ':' character. Task 'depends' should be specified in the form 'packagename:task'