Add dumb build script for wipeos

This commit is contained in:
David Todd 2020-10-14 14:30:04 -05:00
parent 80138b9eea
commit d620844432
1 changed files with 12 additions and 0 deletions

12
bin/build Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
# Setup and run a build
: ${1?"Usage: $0 GIT BRANCH/COMMIT/TAG"}
cd ~/WipeOS-Meta
git checkout $1
source poky/oe-init-build-env
bitbake -c clean core-image-wipr-server
bitbake core-image-wipr-server