diff mbox series

[meta-rockchip,2/3] rock-pi-e.conf: remove redundant MACHINEOVERRIDES

Message ID 20231001130803.18662-3-twoerner@gmail.com
State New
Headers show
Series rock-pi-s | expand

Commit Message

Trevor Woerner Oct. 1, 2023, 1:08 p.m. UTC
The MACHINE name is already added to the MACHINEOVERRIDES implicitly, no need
to add it explicitly.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/rock-pi-e.conf | 2 --
 1 file changed, 2 deletions(-)

Comments

Quentin Schulz Oct. 2, 2023, 4:07 p.m. UTC | #1
Hi Trevor,

On 10/1/23 15:08, Trevor Woerner via lists.yoctoproject.org wrote:
> The MACHINE name is already added to the MACHINEOVERRIDES implicitly, no need
> to add it explicitly.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>

Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

Cheers,
Quentin
Trevor Woerner Oct. 2, 2023, 9:55 p.m. UTC | #2
On Sun 2023-10-01 @ 09:08:02 AM, Trevor Woerner wrote:
> The MACHINE name is already added to the MACHINEOVERRIDES implicitly, no need
> to add it explicitly.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  conf/machine/rock-pi-e.conf | 2 --
>  1 file changed, 2 deletions(-)

Applied to meta-rockchip, master branch.
diff mbox series

Patch

diff --git a/conf/machine/rock-pi-e.conf b/conf/machine/rock-pi-e.conf
index 0e2856ffe1a7..517956c4b9db 100644
--- a/conf/machine/rock-pi-e.conf
+++ b/conf/machine/rock-pi-e.conf
@@ -5,8 +5,6 @@ 
 
 require conf/machine/include/rk3328.inc
 
-MACHINEOVERRIDES =. "rock-pi-e:"
-
 KERNEL_DEVICETREE = "rockchip/rk3328-rock-pi-e.dtb"
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"