From 0aada8e2c6165e2ae1f7a454a8a2809ab55908b3 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 21 Nov 2022 14:52:35 +0800 Subject: [PATCH] build_inf_debian.sh: use stx build use stx build instead of stx shell Issue-ID: INF-281 Signed-off-by: Jackie Huang Change-Id: Ia66a8e8c063c9729777e8d4ba5d32054baa1e796 --- scripts/build_inf_debian/build_inf_debian.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/build_inf_debian/build_inf_debian.sh b/scripts/build_inf_debian/build_inf_debian.sh index 13e4ca8..31f205e 100755 --- a/scripts/build_inf_debian/build_inf_debian.sh +++ b/scripts/build_inf_debian/build_inf_debian.sh @@ -351,10 +351,12 @@ build_image () { RUN_CMD="stx repomgr list" run_cmd "repomgr list" - RUN_CMD="stx shell -c 'build-pkgs -a --parallel 10'" + #RUN_CMD="stx shell -c 'build-pkgs -a --parallel 10'" + RUN_CMD="stx build world" run_cmd "Build-pkgs" - RUN_CMD="stx shell -c 'build-image'" + #RUN_CMD="stx shell -c 'build-image'" + RUN_CMD="stx build image" run_cmd "Build ISO image" cp -f ${STX_LOCAL_DIR}/deploy/starlingx-intel-x86-64-cd.iso ${STX_PRJ_OUTPUT}/${ISO_INF_DEB} -- 2.16.6