Create patches directory structure under USERPATCHES_PATH (#1628)

Closes [AR-74]
This commit is contained in:
Igor Pečovnik
2019-11-24 19:57:57 +01:00
committed by GitHub
parent 55641dffc5
commit 8f4b6bfc99

View File

@@ -808,6 +808,9 @@ prepare_host()
fi
mkdir -p $DEST/debs-beta/extra $DEST/debs/extra $DEST/{config,debug,patch} $USERPATCHES_PATH/overlay $SRC/cache/{sources,toolchains,utility,rootfs} $SRC/.tmp
# create patches directory structure under USERPATCHES_PATH
find $SRC/patch -maxdepth 2 -type d ! -name . | sed "s%/.*patch%/$USERPATCHES_PATH%" | xargs mkdir -p
display_alert "Checking for external GCC compilers" "" "info"
# download external Linaro compiler and missing special dependencies since they are needed for certain sources