remove wipeos build script

This commit is contained in:
David Todd 2021-01-11 17:03:30 -06:00
parent 7f71960a59
commit ca3d62952d
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/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