[poky] [yocto] [PATCH] meta-yocto-bsp: mpc8315e-rdb: Change kernel provider assignment to a weaker one

Bruce Ashfield bruce.ashfield at windriver.com
Mon Jun 18 20:12:55 PDT 2018


Acked-by: Bruce Ashfield <bruce.ashfield at windriver.com>

On 2018-06-18 11:03 PM, He Zhe wrote:
> Currently mpc8315e-rdb.conf comes after local.conf during parsing. We should
> give local.conf a chance to overwrite the kernel provider assignment, like
> other BSPs.
> 
> Signed-off-by: He Zhe <zhe.he at windriver.com>
> ---
>   meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> index 34f12303a1..72f52912eb 100644
> --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
> @@ -15,7 +15,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
>   MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
>   
>   PREFERRED_VERSION_linux-yocto ?= "4.15%"
> -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
>   
>   PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
>   XSERVER ?= "xserver-xorg \
> 



More information about the poky mailing list