From 31f2abb0adf441e1003c68afcb2b5e3873f22576 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 31 May 2022 10:00:05 +0800 Subject: [PATCH] base-files: update the ORAN_REL Issud-ID: INF-277 Signed-off-by: Jackie Huang Change-Id: Ic2d21c83a0531469ae16b5dc841d34a802a73469 (cherry picked from commit 1f7bd2bbeeb8a8561968cc7a9f27c2b5fa0d08af) --- meta-stx-oran/conf/distro/poky-stx-oran.conf | 2 +- meta-stx-oran/recipes-core/base-files/base-files_%.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-stx-oran/conf/distro/poky-stx-oran.conf b/meta-stx-oran/conf/distro/poky-stx-oran.conf index b02a1b5..dba3e0a 100644 --- a/meta-stx-oran/conf/distro/poky-stx-oran.conf +++ b/meta-stx-oran/conf/distro/poky-stx-oran.conf @@ -17,4 +17,4 @@ require conf/distro/poky-stx.conf MAINTAINER = "Jackie Huang " -ORAN_REL = "E-Release (5.0)" +ORAN_REL = "ORAN F-Release (6.0)" diff --git a/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend b/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend index 4904dfe..bec21c6 100644 --- a/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend +++ b/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend @@ -14,5 +14,5 @@ # limitations under the License. do_install_append() { - sed -i -e 's/${STX_REL}/${ORAN_REL}/' ${D}${sysconfdir}/issue* + sed -i -e 's/\(${STX_REL}\)/\1 - ${ORAN_REL}/' ${D}${sysconfdir}/issue* } -- 2.16.6