From 1b65d1db563a9f984f90888ac14c1ae62204879c Mon Sep 17 00:00:00 2001 From: Suhaas Joshi Date: Mon, 11 Nov 2024 22:16:46 +0530 Subject: [PATCH] Add BSP version to the names of output tars and wics There is a requirement to include the BSP versions in the names of the images we distribute. So include the version in the name. Signed-off-by: Suhaas Joshi --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 482d029..289fc07 100755 --- a/build.sh +++ b/build.sh @@ -60,6 +60,7 @@ do echo "machine: ${machine}" echo "bsp_version: ${bsp_version}" echo "distro: ${distro}" + echo "distro_bsp_version: ${distro_bsp_version}" echo "host_arch: ${host_arch}" setup_build_tools