mirror of https://github.com/parazyd/arm-sdk.git
Change overrides sourcing order.
This commit is contained in:
parent
94132cf36c
commit
30e7b7c314
3
sdk
3
sdk
|
|
@ -109,12 +109,13 @@ load() {
|
||||||
source $boardlib ## XXX: remove this line
|
source $boardlib ## XXX: remove this line
|
||||||
source $oslib
|
source $oslib
|
||||||
source $boardlib && act "$device_name build script loaded"
|
source $boardlib && act "$device_name build script loaded"
|
||||||
|
source $R/lib/overrides
|
||||||
|
|
||||||
[[ -f $blendlib ]] && {
|
[[ -f $blendlib ]] && {
|
||||||
source $blendlib || zerr
|
source $blendlib || zerr
|
||||||
act "$os blend loaded"
|
act "$os blend loaded"
|
||||||
export BLEND=1
|
export BLEND=1
|
||||||
}
|
}
|
||||||
source $R/lib/overrides
|
|
||||||
|
|
||||||
workdir="$R/tmp/${os}-${arch}-build"
|
workdir="$R/tmp/${os}-${arch}-build"
|
||||||
strapdir="$workdir/bootstrap"
|
strapdir="$workdir/bootstrap"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue