From 1275dc128f6db1109c599672aeefd4a585013a39 Mon Sep 17 00:00:00 2001 From: Zhang Xiao Date: Thu, 7 Dec 2023 07:13:16 -0800 Subject: [PATCH] LAT: update to lat-sdk-20231206 Update lat-sdk.sh for the meta-lat commit: https://github.com/Wind-River/meta-lat/commit/3ddaf92342 Test plan: PASS: Run "stx-init-env --rebuild". Run "stx shell" to enter new builder container. Run "build-image -c". PASS: Check the boot checksum of new build ostree repos, the order is always standard kernel, rt kernel, vmlinuz and initrd. PASS: Qemu boot OK; Closes-Bug: 2045914 Change-Id: I256c83d213bde76b82879711d8a0e038bcbf394d Signed-off-by: Zhang Xiao --- stx/dockerfiles/stx-lat-tool.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx/dockerfiles/stx-lat-tool.Dockerfile b/stx/dockerfiles/stx-lat-tool.Dockerfile index 099b6bc4..a8523236 100644 --- a/stx/dockerfiles/stx-lat-tool.Dockerfile +++ b/stx/dockerfiles/stx-lat-tool.Dockerfile @@ -16,7 +16,7 @@ FROM debian:bullseye MAINTAINER Chen Qi -ARG LAT_BINARY_RESOURCE_PATH=https://mirror.starlingx.windriver.com/mirror/lat-sdk/lat-sdk-20230510 +ARG LAT_BINARY_RESOURCE_PATH=https://mirror.starlingx.windriver.com/mirror/lat-sdk/lat-sdk-20231206 # Update certificates RUN apt-get -y update && apt-get -y install --no-install-recommends ca-certificates && update-ca-certificates