Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alperak
Copy link
Contributor

@alperak alperak commented Jun 6, 2024

…m WORKDIR.

  • Using S = ${WORKDIR} is no longer supported.

  • UNPACKDIR is new contruct for do_unpack things in latest master we should be using that instead of WORKDIR for referencing those files.

  • We don't know yet what changes will be needed to stay compatible with final styhead, but we already know that the last changes for UNPACKDIR aren't compatible with scarthgap, nanbield or others.

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

…m WORKDIR.

* Using S = ${WORKDIR} is no longer supported.

* UNPACKDIR is new contruct for do_unpack things in latest master we should be using that instead of WORKDIR for referencing those files.

* We don't know yet what changes will be needed to stay compatible with final styhead, but we already know that the last changes for UNPACKDIR aren't compatible with scarthgap, nanbield or others.

https://lists.openembedded.org/g/openembedded-architecture/message/2007
https://docs.yoctoproject.org/dev/ref-manual/variables.html?highlight=unpackdir#term-UNPACKDIR

Signed-off-by: alperak <alperyasinak1@gmail.com>
@ajlennon
Copy link
Member

ajlennon commented Jun 6, 2024

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
Copy link
Contributor Author

alperak commented Jun 6, 2024

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

This changes not compatible with scarthgap, nanbield.

@ajlennon
Copy link
Member

ajlennon commented Jun 6, 2024

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

@ajlennon
Copy link
Member

ajlennon commented Jun 6, 2024

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

@ajlennon
Copy link
Member

ajlennon commented Jun 6, 2024

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

@alperak
Copy link
Contributor Author

alperak commented Jun 6, 2024

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
Copy link
Member

ajlennon commented Jun 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants