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

egt-samples-contribution_1.1.bb: Inherit from missing siteinfo class #243

Closed
wants to merge 1 commit into from

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Feb 19, 2023

Since we use SITEINFO_ENDIANNESS this class is required or else this recipe will be parsed but wont find libegl and fail with errors like

ERROR: Nothing PROVIDES 'libegt' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-atmel/recipes-egt/apps/egt-samples-contribution_1.1.bb DEPENDS on or otherwise requires it) libegt was skipped: Requires little-endian target. libegt was skipped: Requires little-endian target. ERROR: Nothing RPROVIDES 'egt-samples-contribution' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-atmel/recipes-egt/apps/egt-samples-contribution_1.1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'egt-samples-contribution' NOTE: Runtime target 'egt-samples-contribution' is unbuildable, removing... Missing or unbuildable dependency chain was: ['egt-samples-contribution']

Since we use SITEINFO_ENDIANNESS this class is required or else this
recipe will be parsed but wont find libegl and fail with errors like

ERROR: Nothing PROVIDES 'libegt' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-atmel/recipes-egt/apps/egt-samples-contribution_1.1.bb DEPENDS on or otherwise requires it)
libegt was skipped: Requires little-endian target.
libegt was skipped: Requires little-endian target.
ERROR: Nothing RPROVIDES 'egt-samples-contribution' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-atmel/recipes-egt/apps/egt-samples-contribution_1.1.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'egt-samples-contribution'
NOTE: Runtime target 'egt-samples-contribution' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['egt-samples-contribution']

Signed-off-by: Khem Raj <[email protected]>
Copy link
Contributor

@gehariprasath gehariprasath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @kraj

Thanks for your patch.

Generally we remove old version recipes when we introduce new recipe for all our components especially when we migrate to new Yocto project version. This particular recipe is missed out when we migrated from dunfell to kirkstone. The siteinfo class is present in the latest revision of this recipe 1.4. So we will be removing this recipe itself,hence I am not taking this patch for now.

@kraj
Copy link
Contributor Author

kraj commented Feb 21, 2023

Hello @kraj

Thanks for your patch.

Generally we remove old version recipes when we introduce new recipe for all our components especially when we migrate to new Yocto project version. This particular recipe is missed out when we migrated from dunfell to kirkstone. The siteinfo class is present in the latest revision of this recipe 1.4. So we will be removing this recipe itself,hence I am not taking this patch for now.

removal will fix it too. Go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants