From c23b4e5d7dcea76dbb40a397093ff30cadcb83ba Mon Sep 17 00:00:00 2001 From: Andrii Sosiuk <andrii.sosiuk@seco.com> Date: Fri, 3 Jan 2025 09:25:19 +0100 Subject: [PATCH] Some debug output for comparing build in cleaos and yocto-hamburg --- build-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-pipeline.yml b/build-pipeline.yml index 5c5a549b..26ecb632 100644 --- a/build-pipeline.yml +++ b/build-pipeline.yml @@ -157,6 +157,10 @@ workflow: .run_build: &run_build - echo -e "section_start:`date +%s`:bitbake_run\r\e[0KBitbake Log" - echo "bitbake ${YOCTO_IMAGE} -c ${BITBAKE_TASK}" + - echo "================ DEBUG =========================" + - id + - whoami + - echo "================ DEBUG =========================" - bitbake "${YOCTO_IMAGE}" -c "${BITBAKE_TASK}" - echo -e "section_end:`date +%s`:bitbake_run\r\e[0K" -- GitLab