-
Notifications
You must be signed in to change notification settings - Fork 44
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
Move all asteroid apps to recipes-asteroid-apps
#89
base: master
Are you sure you want to change the base?
Conversation
Thanks again fro you valuable work on this! However, I feel like the separation between This separation makes maintenance less straightforward. |
Not with some hard-coding exceptions, which would have to change as things are added. The three triggers implemented are:
The first one is the most versatile and friendly to outside contributors. But it also triggers excessive rebuilds which do not affect any specific watch as it is built for But I also think it is more meaningful to do this separation, as well as separate the bblayer to be on top of each other |
The obvious one to chose here in my opinion is the first. One, reducing the know how required by outside contributors is a great addition. We shouldn't make contributions less straightforward to benefit CI (It's a tool that's supposed to help us after all). I'm still not entirely sold on why you'd want this specific separation between the @FlorentRevest What are your suggestions on this? |
Actually, I forgot to consider that. Yeah that works perfectly well, either as I've done more reading on what the layer priority does and I don't see that it would do anything for the apps, the smartwatch layer though should be higher in priority. Found out that what I was trying to achieve is a packages only image/target without the We can have |
Signed-off-by: Cristian Le <[email protected]>
meta-asteroid-apps
recipes-asteroid-apps
It is preferable as a recipes-*/ directory yes.
Indeed.
We could.
Note that the boot tutorial can be skipped with a long-press of the next button. |
By
apps
I mean all GUI based packages that should not depend on any watch specific layer. Have to confirm that none of these have a daemon attached to it. This PR is intended to lessen the build triggers for the CICurrently the relevant repository is at LecrisUT/meta-asteroid-apps