From bcd5135dd96d258c5a7b4f1bdb39923de5706bef Mon Sep 17 00:00:00 2001 From: Colin McAllister Date: Wed, 30 Dec 2020 18:29:05 +0000 Subject: [PATCH] Added testing script Signed-off-by: Colin McAllister --- test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..3d50f83 --- /dev/null +++ b/test.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git clone git://git.yoctoproject.org/poky && \ + source poky/oe-init-build-env && \ + bitbake --dry-run core-image