Compare commits
2 commits
b973af2e76
...
ae537db20c
Author | SHA1 | Date | |
---|---|---|---|
ae537db20c | |||
08fc70813b |
2 changed files with 5 additions and 1 deletions
4
run_docker.sh
Normal file
4
run_docker.sh
Normal 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
|
|
@ -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"
|
Loading…
Reference in a new issue