From 191cb91a3039cae577ce442e3a39e0bcad750133 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 26 May 2021 14:50:45 +0800 Subject: [PATCH] poky-stx.conf: update release info for stx 5.0 update release info for stx 5.0: * STX_REL: "19.12" -> "21.05" * STX_ID: "3.0" -> "5.0" Story: 2008952 Task: 42576 Signed-off-by: Jackie Huang Change-Id: Ifd7745aae1e9b71c5e6edc5437d23a28b6911339 --- meta-stx-distro/conf/distro/poky-stx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-stx-distro/conf/distro/poky-stx.conf b/meta-stx-distro/conf/distro/poky-stx.conf index 11eb93b..8bfecd5 100644 --- a/meta-stx-distro/conf/distro/poky-stx.conf +++ b/meta-stx-distro/conf/distro/poky-stx.conf @@ -72,10 +72,10 @@ CONTROLLER_IP = "127.0.0.1" HELM_TOOL_KIT_VERSION = "0.1.0" TIS_PATCH_VER = "7" HELM_REPO = "stx-platform" -STX_REL = "19.12" +STX_REL = "21.05" # For the stx /etc/build.info -STX_ID = "3.0" +STX_ID = "5.0" STX_BUILD_DATE := "${@time.strftime('%Y-%m-%d %H:%M:%S',time.gmtime())}" DISTRO_FEATURES_NATIVE_append += " pam systemd "