diff mbox series

[1/2] beaglebone-yocto: Remove the redundant kernel-devicetree

Message ID 20240102115709.4165033-1-kexin.hao@windriver.com (mailing list archive)
State New
Headers show
Series [1/2] beaglebone-yocto: Remove the redundant kernel-devicetree | expand

Commit Message

Kevin Hao Jan. 2, 2024, 11:57 a.m. UTC
The kernel-devicetree is set in both MACHINE_ESSENTIAL_EXTRA_RDEPENDS
and MACHINE_EXTRA_RRECOMMENDS. Since it is an essential package for
boot, drop the one in MACHINE_EXTRA_RRECOMMENDS.

[YOCTO #15229]

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
---
 meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni Jan. 2, 2024, 6:17 p.m. UTC | #1
Please follow https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#fixing-your-from-identity

On 02/01/2024 19:57:08+0800, Kevin Hao via lists.yoctoproject.org wrote:
> The kernel-devicetree is set in both MACHINE_ESSENTIAL_EXTRA_RDEPENDS
> and MACHINE_EXTRA_RRECOMMENDS. Since it is an essential package for
> boot, drop the one in MACHINE_EXTRA_RRECOMMENDS.
> 
> [YOCTO #15229]
> 
> Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
> ---
>  meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
> index 9f389711b3b4..0c1741235368 100644
> --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
> +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
> @@ -4,7 +4,7 @@
>  
>  PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
>  
> -MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree"
> +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
>  
>  EXTRA_IMAGEDEPENDS += "virtual/bootloader"
>  
> -- 
> 2.39.2
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#13239): https://lists.yoctoproject.org/g/poky/message/13239
> Mute This Topic: https://lists.yoctoproject.org/mt/103479682/3617179
> Group Owner: poky+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index 9f389711b3b4..0c1741235368 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -4,7 +4,7 @@ 
 
 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
 
-MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
 
 EXTRA_IMAGEDEPENDS += "virtual/bootloader"