Index: build/build.sh =================================================================== diff -u -rc30fcf626d81911871ef01e903df2532d151e0fb -r250a8ce08ccc9910d65207a07eaa9c454a538b93 --- build/build.sh (.../build.sh) (revision c30fcf626d81911871ef01e903df2532d151e0fb) +++ build/build.sh (.../build.sh) (revision 250a8ce08ccc9910d65207a07eaa9c454a538b93) @@ -47,10 +47,14 @@ export minorVersion=${buildVariables[1]} export buildNumber=${buildVariables[2]} +echo "before tag $(pwd)" + # Call this function to check # if the repository has to be tagged or not tagUIRepository +echo "after tag $(pwd)" + # gcc env gcc_qmake="/opt/Qt$QT_VER/5.12.5/gcc_64/bin/qmake" gcc_make="/usr/bin/make" @@ -202,6 +206,8 @@ #./cppcheck.sh ../$out_path/ #TODO remove cd .. +echo "after cppcheck $(pwd)" + echo " ------------------------------ set the build type (debug/release)" buildType "$1" cd $out_path @@ -243,6 +249,8 @@ echo "" >> $STATUS_REPORT cd .. +echo "After poky build $(pwd)" + # ============================================================= echo " ------------------------------ Start building [$poky_out]" mkdir -p $poky_out