Compare commits

..

2 commits

Author SHA1 Message Date
ae537db20c add run_docker script 2022-02-10 11:21:11 +01:00
08fc70813b update tsgrain-controller 2022-02-10 11:21:03 +01:00
2 changed files with 5 additions and 1 deletions

4
run_docker.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
set -e
docker run -it --rm --privileged --user "$(id -u)":"$(id -g)" -v "$(pwd)":"$(pwd)" -w "$(pwd)" thetadev256/yoctobuild

View file

@ -1,4 +1,4 @@
require tsgrain-controller.inc
SRC_URI = "https://code.thetadev.de/TSGRain/Controller/archive/v${PV}.tar.gz"
SRC_URI[sha256sum] = "f74b61b8a34c661798eb62399b875d6259dc522478b987bfbc71aece7b91dfcb"
SRC_URI[sha256sum] = "d76309ff51b3362471217ca9aa5d3b6568aa5bbea00dec3d3f101079c8cc80d0"