templates/default: fix the banner
[pti/rtp.git] / meta-oran / templates / default / template.conf
1 BANNER_ORAN_DEFAULT = ""
2
3 BANNER_ORAN_DEFAULT_meta-oran = "\
4 The default kernel will build the host kernel for the wrlinux-oran \
5 distribution.  Add the feature/oran-guest to enable the guest \
6 kernel."
7
8 CONFIG_BANNER[meta-oran_default] = "${@'${BANNER_ORAN_DEFAULT}' if d.getVar('WRLINUX_OVP_ENABLE') != "guest" else ''}"