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

ci/base: add the yocto upstream sstate-mirror #38

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

quaresmajose
Copy link
Contributor

@quaresmajose quaresmajose commented Oct 11, 2024

As the development speed of the Poky master is quite fast,
we can take advantage of the sstate-cahce mirror that is made available.
This brings advantages especially when building the toolchain,
which we do not modify in any way and so we can use the existing one.

The Yocto Project now allows you to reuse the Shared State cache from its autobuilder [1].
If the network connection between our server and your machine is faster than you would build recipes from source.

[1] https://docs.yoctoproject.org/dev/migration-guides/release-notes-4.0.html?highlight=sstate_mirrors#new-features-enhancements-in-4-0

As the development speed of the Poky master is quite fast,
we can take advantage of the sstate-cahce mirror that is made available.
This brings advantages especially when building the toolchain,
which we do not modify in any way and so we can use the existing one.

The Yocto Project now allows you to reuse the Shared State cache from its autobuilder [1].
If the network connection between our server and your machine is faster than you would build recipes from source,
[1] https://docs.yoctoproject.org/dev/migration-guides/release-notes-4.0.html?highlight=sstate_mirrors#new-features-enhancements-in-4-0

Signed-off-by: Jose Quaresma <[email protected]>
@quaresmajose quaresmajose requested review from ricardosalveti and a team October 11, 2024 12:28
Copy link
Contributor

@ndechesne ndechesne left a comment

Choose a reason for hiding this comment

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

this is of course a trivial change, but it would help if we can understand why you are making the change by reading the commit message. It is a good practice to include this information, not only for the reviewers, but also for whoever will look at this file in the future.

sorry. this remark applies to your first commit.

ci/base.yml Show resolved Hide resolved
@quaresmajose
Copy link
Contributor Author

this is of course a trivial change, but it would help if we can understand why you are making the change by reading the commit message. It is a good practice to include this information, not only for the reviewers, but also for whoever will look at this file in the future.

sorry. this remark applies to your first commit.

I updated the PR description

@quaresmajose quaresmajose self-assigned this Oct 11, 2024
Copy link
Contributor

@ricardosalveti ricardosalveti left a comment

Choose a reason for hiding this comment

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

LGTM

@ricardosalveti ricardosalveti merged commit 922e7f5 into qualcomm-linux:main Oct 11, 2024
6 checks passed
@quaresmajose quaresmajose deleted the mirror branch October 15, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants