From e86886237c390eaf4541625bdb850ca6adac3ba7 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 22 Apr 2022 15:51:38 +0800 Subject: [PATCH] LAT: upgrade to 20220420 The new LAT includes the following fixes on meta-lat[1]: 9cdcb08b lat installer: improve kickstart hook position 9d341a83 lat installer: filter out installer ISO from prompt f7e9befa lat installer: do not install to disk of installer ISO image 774c067f lat installer: fix conflict of multiple installer ISO image 0243956b lat installer: skip to install disk of installer ISO image ca0f4bee lat installer: fix local kickstart not found [1] https://github.com/Wind-River/meta-lat/ Story: 2009964 Task: 45153 PASS - Rebuild LAT container PASS - Build ISO PASS - BIOS Boot/Install ISO on Nuc5,Nuc7 and Dell9010 Depends-On: https://review.opendev.org/c/starlingx/integ/+/838688 Signed-off-by: Hongxu Jia Change-Id: I2cfa24ef2b0c1632d296a1e8b475cea03416cef6 --- 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 69750da56..291c53dc3 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=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20220403 +ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20220420 # Install necessary packages RUN apt-get -y update && apt-get --no-install-recommends -y install \