commit 30e7b7c3141cbc99cb431d910e0feab299e151aa
parent 94132cf36cbdb14cb4c1e942efe917631bda3dd8
Author: parazyd <parazyd@dyne.org>
Date: Fri, 26 Jan 2018 13:06:21 +0100
Change overrides sourcing order.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sdk b/sdk
@@ -109,12 +109,13 @@ load() {
source $boardlib ## XXX: remove this line
source $oslib
source $boardlib && act "$device_name build script loaded"
+ source $R/lib/overrides
+
[[ -f $blendlib ]] && {
source $blendlib || zerr
act "$os blend loaded"
export BLEND=1
}
- source $R/lib/overrides
workdir="$R/tmp/${os}-${arch}-build"
strapdir="$workdir/bootstrap"