From: Jackie Huang Date: Tue, 6 Aug 2019 02:36:44 +0000 (+0800) Subject: templates/default: fix the banner X-Git-Tag: bronze-rc0~161 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6101a7e3e99f0bdcc8c0d07231a1ceff558bc171;p=pti%2Frtp.git templates/default: fix the banner Issue-ID: INF-4 Signed-off-by: Jackie Huang Change-Id: Ie645474da8cf3545f5a11156506f4882154de66b --- diff --git a/meta-oran/templates/default/template.conf b/meta-oran/templates/default/template.conf index 71d0124..05ca820 100644 --- a/meta-oran/templates/default/template.conf +++ b/meta-oran/templates/default/template.conf @@ -1 +1,8 @@ -CONFIG_BANNER[meta-oran_default] = "meta-oran default template has been included." +BANNER_ORAN_DEFAULT = "" + +BANNER_ORAN_DEFAULT_meta-oran = "\ +The default kernel will build the host kernel for the wrlinux-oran \ +distribution. Add the feature/oran-guest to enable the guest \ +kernel." + +CONFIG_BANNER[meta-oran_default] = "${@'${BANNER_ORAN_DEFAULT}' if d.getVar('WRLINUX_OVP_ENABLE') != "guest" else ''}"