Correct Unmatched patches branch?
drmpeg opened this issue · 4 comments
drmpeg commented
The HiFive Unmatched guide is a little broken (although still extremely useful). The sifive/meta-sifive repository has been updated considerably and no longer matches your instructions. For example, the meta-sifive/recipes-kernel/linux/files/unmatched/ directory no longer exists.
What is the correct branch for sifive/meta-sifive to match your instructions?
drmpeg commented
Thank you!
drmpeg commented
I think you need a pushd meta-sifive
before:
lasttag=$(git describe --tags `git rev-list --tags --max-count=1`)
echo $lasttag
git checkout $lasttag
And popd
after.
carlosedp commented
Done, pushed.
Thanks!