carlosedp/riscv-bringup

Correct Unmatched patches branch?

drmpeg opened this issue · 4 comments

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?

Fixed by f385e48.

Thank you!

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.

Done, pushed.
Thanks!