base-files: update the ORAN_REL 53/8453/1
authorJackie Huang <jackie.huang@windriver.com>
Tue, 31 May 2022 02:00:05 +0000 (10:00 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 31 May 2022 02:00:05 +0000 (10:00 +0800)
Issud-ID: INF-277

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ic2d21c83a0531469ae16b5dc841d34a802a73469

meta-stx-oran/conf/distro/poky-stx-oran.conf
meta-stx-oran/recipes-core/base-files/base-files_%.bbappend

index b02a1b5..dba3e0a 100644 (file)
@@ -17,4 +17,4 @@ require conf/distro/poky-stx.conf
 
 MAINTAINER = "Jackie Huang <jackie.huang@windriver.com>"
 
-ORAN_REL = "E-Release (5.0)"
+ORAN_REL = "ORAN F-Release (6.0)"
index 4904dfe..bec21c6 100644 (file)
@@ -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*
 }