build.sh: show local.conf information on build time

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-01-09 18:45:22 +01:00
parent 6974e3fd93
commit cdd1ca5ce7
1 changed files with 3 additions and 0 deletions

View File

@ -273,6 +273,9 @@ for platform in ${DY_PLATFORMS}; do
if [ "${DY_MFG_IMAGE}" = "true" ] && ! grep -qs "meta-digi-mfg" conf/bblayers.conf; then 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 sed -i -e "/meta-digi-dey/a\ ${YOCTO_INST_DIR}/sources/meta-digi-mfg \\\\" conf/bblayers.conf
fi fi
printf "\n[INFO] Show customized local.conf.\n"
cat conf/local.conf
for target in ${platform_targets}; do for target in ${platform_targets}; do
printf "\n[INFO] Building the ${target} target.\n" printf "\n[INFO] Building the ${target} target.\n"
time bitbake ${target} $(swu_recipe_name ${target}) time bitbake ${target} $(swu_recipe_name ${target})