Switch to bitbake nodistro#1658
Merged
ricardosalveti merged 3 commits intoqualcomm-linux:masterfrom Feb 27, 2026
Merged
Conversation
lumag
previously approved these changes
Feb 27, 2026
Contributor
Author
|
There is a bug in kas that sets the |
Since [1-6] nodistro have mostly the same as in poky-alt distro. [1] https://git.openembedded.org/openembedded-core/commit/?id=2e1e7c86064ce36580953650b27cca9ae7c269c4 [2] https://git.openembedded.org/openembedded-core/commit/?id=175fcf9fad699dd122680d3f6961af9bf8487046 [3] https://git.openembedded.org/openembedded-core/commit/?id=4c2d64c10a5b0437ab1ea04df22386f0f95124d1 [4] https://git.openembedded.org/openembedded-core/commit/?id=03fc931bfe9ea3fa9f33553e6020cbc067b24291 [5] https://git.openembedded.org/openembedded-core/commit/?id=722897f96d30e978b20e140419fb044d850f5c74 [6] https://git.openembedded.org/openembedded-core/commit/?id=0b4061c5d50261f826d0edb4b478d2d305274b7c Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
With the switch to bitbake nodistro we no longer need that layer. Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
Contributor
Then we probably can explicitly use "nodistro". |
7226eed to
3cafbe3
Compare
Contributor
Author
Yup, I was trying to validate locally but Clang wouldn't let me :) |
The 'pam' is one of the missing distro features in the nodistro when compared to poky-alt. This is required by the weston-examples which is installed in the initramfs-kerneltest-full-image: | weston RPROVIDES weston-examples but was skipped: using DISTRO 'nodistro', which is missing required DISTRO_FEATURES: 'pam' | missing or unbuildable dependency chain was: ['initramfs-kerneltest-full-image', 'weston-examples'] Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
lumag
approved these changes
Feb 27, 2026
ricardosalveti
approved these changes
Feb 27, 2026
5d04d29
into
qualcomm-linux:master
235 of 334 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since [1-6] nodistro have mostly the same as in poky-alt distro.
[1] https://git.openembedded.org/openembedded-core/commit/?id=2e1e7c86064ce36580953650b27cca9ae7c269c4
[2] https://git.openembedded.org/openembedded-core/commit/?id=175fcf9fad699dd122680d3f6961af9bf8487046
[3] https://git.openembedded.org/openembedded-core/commit/?id=4c2d64c10a5b0437ab1ea04df22386f0f95124d1
[4] https://git.openembedded.org/openembedded-core/commit/?id=03fc931bfe9ea3fa9f33553e6020cbc067b24291
[5] https://git.openembedded.org/openembedded-core/commit/?id=722897f96d30e978b20e140419fb044d850f5c74
[6] https://git.openembedded.org/openembedded-core/commit/?id=0b4061c5d50261f826d0edb4b478d2d305274b7c
Consequently discard the meta-yocto layer.