From 8fe2c4327a582c5ec26c45ece47135891e048d7f Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 22 Mar 2017 23:13:35 +0100 Subject: [PATCH] temporary hack when loading boards --- .gitignore | 2 ++ sdk | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a5662a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +tmp/* +gcc/* diff --git a/sdk b/sdk index a2b7856..b36f4fc 100755 --- a/sdk +++ b/sdk @@ -105,8 +105,9 @@ load() { [[ -f $oslib ]] || { die "no valid distro specified"; exit 1 } [[ -f $blendlib ]] || { warn "no valid blend specified" } - source $boardlib && act "$device_name build script loaded" + source $boardlib ## XXX: remove this line source $oslib + source $boardlib && act "$device_name build script loaded" [[ -f $blendlib ]] && { source $blendlib || zerr act "$os blend loaded"