Skip to content

Conversation

@ffrancis123
Copy link
Contributor

@ffrancis123 ffrancis123 commented Nov 6, 2025

Integrate yocto-check-layer into the pre-merge checks to validate meta-ar structure and dependencies.
Ensures compatibility with meta-openembedded and helps catch issues before merging.

Integrate yocto-check-layer into the pre-merge checks to validate
meta-ar structure and dependencies. Ensures compatibility with
meta-openembedded and helps catch issues before merging.

Signed-off-by: ffrancis <ffrancis@qti.qualcomm.com>
- name: Clone Poky and Meta-OpenEmbedded
run: |
cd ..
git clone https://git.yoctoproject.org/poky -b master
Copy link
Contributor

@quic-aditrath quic-aditrath Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In git clone cmd "-b master" is not required, as it clones the default branch (master here) by default.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now poky master branch development stopped. so clone below projects.
git clone https://git.openembedded.org/bitbake
git clone https://git.yoctoproject.org/meta-yocto
git clone https://git.openembedded.org/openembedded-core


- name: Source Environment and Run Layer Check
run: |
cd ../poky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd ../openembedded-core

@quic-aditrath
Copy link
Contributor

As we moved back to meta-audioreach layer, with a corresponding PR raised there: AudioReach/meta-audioreach#40

Please help close this PR.

@ffrancis123 ffrancis123 closed this Dec 8, 2025
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.

3 participants