URI: 
       tChange overrides sourcing order. - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 30e7b7c3141cbc99cb431d910e0feab299e151aa
   DIR parent 94132cf36cbdb14cb4c1e942efe917631bda3dd8
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 26 Jan 2018 13:06:21 +0100
       
       Change overrides sourcing order.
       
       Diffstat:
         M sdk                                 |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/sdk b/sdk
       t@@ -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"