Skip to content

Instantly share code, notes, and snippets.

View samvrlewis's full-sized avatar

Sam Lewis samvrlewis

View GitHub Profile
@samvrlewis
samvrlewis / yocto-mender-rpi3.sh
Created November 15, 2018 22:20 — forked from drewmoseley/yocto-mender-rpi3.sh
Script to build Yocto+Mender for Raspberry Pi 3
#!/bin/bash
#
if [ "$(/bin/ls -1A | wc -l)" -ne "0" ]; then
echo Please run this from an empty directory.
exit 1
fi
BASE=$(pwd -P)