templates/default: fix the banner
authorJackie Huang <jackie.huang@windriver.com>
Tue, 6 Aug 2019 02:36:44 +0000 (10:36 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 10 Oct 2019 02:26:55 +0000 (10:26 +0800)
Issue-ID: INF-4
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ie645474da8cf3545f5a11156506f4882154de66b

meta-oran/templates/default/template.conf

index 71d0124..05ca820 100644 (file)
@@ -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 ''}"