DynamicDevices / meta-mono

A Yocto / OpenEmbedded layer providing Mono and dotNet support
MIT License
15 stars 26 forks source link

recipes: Switch away from S = WORKDIR and transition to UNPACKDIR fro… #225

Open alperak opened 3 months ago

alperak commented 3 months ago

…m WORKDIR.

https://lists.openembedded.org/g/openembedded-architecture/message/2007 https://docs.yoctoproject.org/next/migration-guides/migration-5.1.html#workdir-changes

ajlennon commented 3 months ago

Yes it doesn't like your layerconf @alperak

ERROR: Layer mono is not compatible with the core layer which only supports these series: scarthgap (layer is compatible with styhead)

alperak commented 3 months ago

Yes, apparently CI doesn't like it. The reason is that it uses the scarthgap branch.

This changes not compatible with scarthgap, nanbield.

ajlennon commented 3 months ago

The layer compatibilty needs to stay compatible with the releases the layer is in fact compatible with...

ajlennon commented 3 months ago

Oh I see - so styheadis the upcoming release. Have they abandoned working through the alphabet completely then?

ajlennon commented 3 months ago

ok so I think we need there to be a Poky styhead branch to test against before we can merge this in

alperak commented 3 months ago

styhead branch is not created yet but added as layer compability in master branch. For now, the master branch can be used for testing.

ajlennon commented 3 months ago

We'll need a commit to get the CI building then for master...