I'm building RasPlex 0.6.0 from source because I see in a later commit VPN support was added back in, however, how do I build an image for RPi1 then another image for RPi2? I'm not sure what changes need to be made to do that. Can someone assist?
Nevermind I just had to edit the buildman script and change PROJECT=RPi to PROJECT=RPi2.
I'm building RasPlex 0.6.0 from source because I see in a later commit VPN support was added back in, however, how do I build an image for RPi1 then another image for RPi2? I'm not sure what changes need to be made to do that. Can someone assist?
You will not get VPN back if you build 0.6.0, it's back in the next release.
I'm actually building rasplex-dev-0.6.X. https://github.com/RasPlex/OpenELEC.tv/commit/3dfaec1d819a9a1208db526c46f3346c94c03981
Ok so every time I try and build from source it fails. I've followed https://github.com/RasPlex/RasPlex/wiki/Native-development-environment-setup and when I go into the OpenELEC.tv directory and run './buildman -t RP-0.6.0 -r -l -f -i' it gets almost all the way through but fails at compiling a part of Kodi. I also noticed that when I run the buildman script that the working directory doesn't change at all meaning that it doesn't checkout the RP-0.6.0 tag?
Probably because the dev branches of Rasplex 0.6.0 are still private and will be until 0.6.0 is released as stable, currently it is still pre-release.Ok so every time I try and build from source it fails. I've followed https://github.com/RasPlex/RasPlex/wiki/Native-development-environment-setup and when I go into the OpenELEC.tv directory and run './buildman -t RP-0.6.0 -r -l -f -i' it gets almost all the way through but fails at compiling a part of Kodi. I also noticed that when I run the buildman script that the working directory doesn't change at all meaning that it doesn't checkout the RP-0.6.0 tag?
root@dev:~/RasPlex/OpenELEC.tv# git tag | grep RP-0.6.0
RP-0.6.0
root@dev:~/RasPlex/OpenELEC.tv# git branch
* (detached from 629d623)
rasplex-dev-0.6.X
What am I doing wrong?
Ugh, that makes more sense. I just wanted to build a new image with PPTP support for RPi2. The 0.5.1 image isn't stable. :(