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

linux-qcom-uki.bb: Initialize INITRAMFS_IMAGE to stop breaking builds #659

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

lumag
Copy link
Collaborator

@lumag lumag commented Sep 17, 2024

Below error seen when INITRAMFS_IMAGE is undefined. Fix it by defining INITRAMFS_IMAGE with a weak assignment.

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'

Signed-off-by: Viswanath Kraleti quic_vkraleti@quicinc.com
(cherry picked from commit 2de73af)

Below error seen when INITRAMFS_IMAGE is undefined. Fix it by defining
INITRAMFS_IMAGE with a weak assignment.

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'

Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
(cherry picked from commit 2de73af)
@lumag lumag merged commit 310670f into Linaro:scarthgap Sep 17, 2024
2 checks passed
@lumag lumag deleted the uki-fix-scarthgap branch September 17, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants