X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-oran%2Ftemplates%2Fdefault%2Ftemplate.conf;h=05ca8208ea587121bce678e22ebb29f6faf599fd;hb=49b9b9b8b50d8c20e655b77d175122ca5ff1da2e;hp=71d01247e43e316515516db6c7d8ea6a6c049b8d;hpb=989b3cfedc80d7bc916aec54e3dc252e73799524;p=pti%2Frtp.git 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 ''}"