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 <jackie.huang@windriver.com>
Change-Id: Ifd7745aae1e9b71c5e6edc5437d23a28b6911339
This commit is contained in:
Jackie Huang 2021-05-26 14:50:45 +08:00
parent c11a9ee02b
commit 191cb91a30

View File

@ -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 "