From cdd1ca5ce7feb4fcef1fd44fe125bfa360beb75b Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 9 Jan 2020 18:45:22 +0100 Subject: [PATCH] build.sh: show local.conf information on build time Signed-off-by: Arturo Buzarra --- sdk/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/build.sh b/sdk/build.sh index f0fa9e6a8..de92967ce 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -273,6 +273,9 @@ for platform in ${DY_PLATFORMS}; do if [ "${DY_MFG_IMAGE}" = "true" ] && ! grep -qs "meta-digi-mfg" conf/bblayers.conf; then sed -i -e "/meta-digi-dey/a\ ${YOCTO_INST_DIR}/sources/meta-digi-mfg \\\\" conf/bblayers.conf fi + printf "\n[INFO] Show customized local.conf.\n" + cat conf/local.conf + for target in ${platform_targets}; do printf "\n[INFO] Building the ${target} target.\n" time bitbake ${target} $(swu_recipe_name ${target})