From ad6a13ccd65097cc4f094788b211b1a4aa7573ff Mon Sep 17 00:00:00 2001 From: Luis Sampaio Date: Fri, 15 Jul 2022 09:37:58 -0700 Subject: [PATCH] Update welcome message on stx-builder Update the message and commands to reflect the latest version of the build tools. Test Plan: Pass: rebuild containers and stx shell shows the updated message. Signed-off-by: Luis Sampaio Change-Id: I43a55af29cb6d3caf5f6d894984884a6913c9c54 --- stx/toCOPY/builder/userenv | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/stx/toCOPY/builder/userenv b/stx/toCOPY/builder/userenv index aa6964333..2d42913c8 100644 --- a/stx/toCOPY/builder/userenv +++ b/stx/toCOPY/builder/userenv @@ -21,8 +21,8 @@ fi if echo $- | grep -q i ; then cat < git config --global user.email @@ -38,14 +38,17 @@ To start a fresh source tree: repo init -u https://opendev.org/starlingx/manifest.git -m default.xml repo sync -To download the sources & 3rd-party to local mirror: - downloader -b -s +To download binary, sources & 3rd-party to local mirror: + downloader -b -s -B std,rt To build all packages: build-pkgs -a | build-pkgs -p -To make image: - build-image [ --std|--rt ] +To clean and re-build all packages: + build-pkgs --clean --all + +To make image (std and rt kernels are included): + build-image EOF fi