BelaPlatform / bela-image-builder

Scripts to build a Bela image from scratch
MIT License
35 stars 16 forks source link

build_bela.sh: Xenomai repo branch renamed #92

Closed jarmitage closed 5 years ago

jarmitage commented 5 years ago

stable-v3.0.x -> stable/v3.0.x

jarmitage commented 5 years ago

This is listed correctly here: https://github.com/BelaPlatform/bela-image-builder/blob/2919267fdd262757b8b15a30a1ec0c0cb9feb78d/scripts/downloads.sh#L35

But:

you need to change it in bela-image-builder/downloads/ti-linux-kernel-dev/scripts/git.sh[...] you can only do it after the downloads have been downloaded

jarmitage commented 5 years ago

Temp fix:

Change: https://github.com/BelaPlatform/bela-image-builder/blob/master/scripts/downloads.sh#L29 To: git_clone_address="https://github.com/giuliomoro/ti-linux-kernel-dev"

And then restart downloads process

giuliomoro commented 5 years ago

the PR has been merged upstream. Workaround no longer needed.