qcom-xfce-demo-image: drop IMAGE_BASENAME export - #409
Conversation
|
Discovered in qualcomm-linux/meta-qcom#2199 which triggered https://github.com/qualcomm-linux/meta-qcom/actions/runs/30820261079/job/91718174335 |
|
According to the discovered build failure, it fixes a real issue rather than a cosmetics change. |
be96603 to
3f5c111
Compare
|
Yes, that's true, I modified the commit. |
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
I still can't agree with "it's not necessary" part.
Can you explain why you see this as necessary? |
Because otherwise BB world fails |
Redefine the IMAGE_BASENAME it's basically a cosmetic change capitalizing some letters. The export of IMAGE_BASENAME will reset the PROVIDES, consequently causing the 'bitbake world' to fail: | ERROR: Nothing PROVIDES 'Qualcomm-XFCE-demo-image' | ERROR: Required build target 'qcom-xfce-demo-image' has no buildable providers. | Missing or unbuildable dependency chain was: ['qcom-xfce-demo-image', 'Qualcomm-XFCE-demo-image'] Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
3f5c111 to
3ac820f
Compare
I think we're facing a communication problem, and I'm not expressing myself in the best way. |
51901d6
into
qualcomm-linux:main
|
Successfully created backport PR for |
This is not necessary and only has cosmetic effects, capitalizing some letters.