PowerTune
PowerTune copied to clipboard
Incorrect hash issue
Getting incorrect hash error when compiling. Have retried multiple times with no luck.
Any pointers?
Forgot to add. Brand new install of Ubuntu 17.04
Technically this is a buildroot issue. Are you using the buildroot repository here? https://github.com/MarkusIppy/buildroot
Hey JZXpacky, did you ever end up resolving this issue?
have run into same issue myself, wondering if you managed to resolve it
Goto /buildroot/package/rpi-userland
Open rpi-userland.hash and paste the following:
Locally computed
#sha256 476cde13d0d4bbf44ffc4d1d545847464d5c270bb72e4d940e43e5972c4de9da rpi-userland-29835184aa70c13d77a11d721e934a7298bdf46a.tar.gz sha256 46a37eaf0de598ce5804e48a5efc2120e07d753a57ed83463ebfa551562eefe6 rpi-userland-29835184aa70c13d77a11d721e934a7298bdf46a.tar.gz
That will fix this issue up. You will run into 3 more issues after. Github security fix: Run the following - git config --global url."https://".insteadOf git://
QT5 404 Error: Open /buildroot/package/qt5/qt5.mk and comment out the QT5_SITE and add a new mirror - #QT5_SITE = http://download.qt.io/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules QT5_SITE = http://mirrors.ocf.berkeley.edu/qt/archive/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
The final error is going to be a Project ERROR: Unknown module(s) in QT: charts location positioning sensors multimedia
Thats where I have gotten and am currently working on.
Adding qt5multimedia qt5location qt5sensors to POWERTUNE_DEPENDENCIES in /buildroot/package/powertune/powertune.mk fixes most the problems but still leaves me with a charts issue