From a5f48460caee79d539ea5696e7a8262b5e1c9af8 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 12 May 2022 16:56:08 +0800 Subject: [PATCH] LAT: upgrade to 20220512 The new version mainly supports: - Improve kernel parameters configuration - Drop net.ifnames=0 from iso - Fix install ISO with standalone rt kernel failed For details, in https://github.com/Wind-River/meta-lat the following commits are added: 0a826fd lat debian: improve kernel parameters configuration 93ac2da debian genimage: drop net.ifnames=0 from iso and \ fix install ISO with standalone rt kernel failed PASS: ReBuild package initramfs-ostree, rebuild container lat PASS: Build image PASS: ISO install on Qemu Story: 2009964 Task: 45358 Depends-On: https://review.opendev.org/c/starlingx/integ/+/841675 Change-Id: I88362937f5ff997e79f8e1271ccc6fbb701056c8 Signed-off-by: Hongxu Jia --- 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 bdef3e9b..30e133da 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-20220508 +ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20220512 # Install necessary packages RUN apt-get -y update && apt-get --no-install-recommends -y install \