Closed Paullgk closed 1 month ago
Currently, we discard them from the recipe view. This would indeed allow users to keep browsing their files and determine why it was skipped. The implementation should be simple enough:
Here's a preview that's going to be part of the next release
Currently, when scanning the project the extension prevents to add in recipes explorer the recipe that have been skipped by Bitbake. As an example, if I want to add the the package
virt-manager
frommeta-virtualization
(https://git.yoctoproject.org/meta-virtualization/tree/recipes-extended/virt-manager/virt-manager_4.1.0.bb?h=master); it requires by defaultwayland
orx11
distro features, and so will be skipped if the latter are not in the image being built:The behavior of the extension is to not show at all the skipped recipe:
A nice feature would be to show the skipped recipe and display them maybe with a warning. The fact that recipe is not showing at all may lead to think a bug although this is an expected behavior.