How to get previous tags of meta-polarfire-soc-yocto-bsp project #87
-
Hi, I have a question about release tags. It seems that, regardless of what release tag I attempt to fetch, I always get the latest (=master) branch of the meta-polarfire-soc-yocto-bsp project. How should I proceed if I wanted to obtain the actual state of the meta-polarfire-soc-yocto-bsp project as it was when, let's say, release 2021.08 was tagged ? To illustrate the point, if I fetch the 2021.11 release:
I get 'master' (latest) for the manifest revision of project meta-polarfire-soc-yocto-bsp And if I fetch the 2021.08 release:
... I also get 'master' (latest) for the meta-polarfire-soc-yocto-bsp project. So I am basically always getting the latest for the meta-polarfire-soc-yocto-bsp project. How could I get the meta-polarfire-soc-yocto-bsp project revision that was the current at release time ? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, At the moment, the riscv-yocto.xml manifest and recipes from meta-polarfire-soc will automatically fetch the last commit from main/master branch. This is something that will be addressed in our next release. In the meantime, you could use buildroot to build an image from a previous release (i.e. tag v2021.08) |
Beta Was this translation helpful? Give feedback.
-
Branch created for each previous release, use these branch names with repo init. Please see the readme on each branch for more details. |
Beta Was this translation helpful? Give feedback.
Branch created for each previous release, use these branch names with repo init. Please see the readme on each branch for more details.