Move all asteroid apps to recipes-asteroid-apps#89
Move all asteroid apps to recipes-asteroid-apps#89LecrisUT wants to merge 1 commit intoAsteroidOS:masterfrom
recipes-asteroid-apps#89Conversation
|
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 <git@lecris.me>
meta-asteroid-appsrecipes-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. |
d83c298 to
dd515ab
Compare
By
appsI 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