-
Notifications
You must be signed in to change notification settings - Fork 11
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
Handle varying buildConfigurations in the Recipes Explorer #359
Comments
Yes, that describes my environment.
I look forward to one day seeing it appear in my daily workflow. Thanks!
Yes, I agree that having recipes listed under each Related to this is the "
I like both of these options 😀. Thankyou for your consideration. |
Sounds good, we could use a "warning" symbol, just like for the "skipped" recipes. To have the recipe file available, you would need to switch to the proper |
Implementation breakdown:
|
Firstly, thankyou for this extension. It is impressive! It takes lots of the tediom out of everyday yocto activities.
Environment
I'm using v2.7.0 (the latest currently available). I have a multiple-machine configuration with thousands of recipes for each machine, although I work on about a dozen recipes at a time.
Issue
In the Yocto-Recipe explorer, I can see recipes listed for each machine, however only recipes for the selected machine are "active", meanwhile recipes for the inactive MACHINE are displayed as "Recipe not found" (see image below). I have to switch back and forth between each MACHINE and then refresh the RECIPE EXPLORER view to see all the recipes. This is a daunting task.
Proposed Solution
Ideally, the MACHINE name could be introduced as a top-level node in the RECIPES EXPLORER hierarchy. E.g.
I need all MACHINE configurations to be active (scanned and parsed) simultaneously. At the moment, I have to select the MACHINE and refresh RECIPE EXPLORER, which triggers bitbake scan and parse, to view each machine's set of recipes. E.g. from the above structure, to view
recipe4
, I need to make MACHINE2 active, refresh RECIPE EXPLORER. Switching back and forth between MACHINEs to see each of the recipes becomes a daunting task.UI/UX Feedback
If there is still a need to activate just one machine, then I have a some UI/UX feedback:
Recipes not found for inactive machine
You can't see which machine is active by looking at the RECIPE EXPLORER. Also, recipes that are not part of the active machine show as "Recipe not found".
The text was updated successfully, but these errors were encountered: