I will merge this in thud too and set -rt kernel to 4.14 there so the default kernel version remains same even after introduction of 4.19 recipe.
Thanks, Anuj On Mon, 2019-02-11 at 15:00 +0800, Anuj Mittal wrote: > Explicitly set the kernel to be used when building an image with > linux-intel-rt kernel. > > Signed-off-by: Anuj Mittal <[email protected]> > --- > conf/machine/include/meta-intel.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/conf/machine/include/meta-intel.inc > b/conf/machine/include/meta-intel.inc > index 9927e692..6b0a2285 100644 > --- a/conf/machine/include/meta-intel.inc > +++ b/conf/machine/include/meta-intel.inc > @@ -8,6 +8,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" > PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel" > PREFERRED_VERSION_linux-intel_linuxstdbase ?= "4.19%" > PREFERRED_VERSION_linux-intel ?= "4.19%" > +PREFERRED_VERSION_linux-intel-rt ?= "4.19%" > > XSERVER_X86_ASPEED_AST = "xf86-video-ast \ > " > -- > 2.17.1 > -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
