[meta-rockchip][PATCH 1/3] conf/machine/include/nanopi-m4.inc: add full include path


Trevor Woerner
 

Specify the full include path to the rk3399.inc file.

Signed-off-by: Trevor Woerner <twoerner@...>
---
conf/machine/include/nanopi-m4.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/nanopi-m4.inc b/conf/machine/include/nanopi-m4.inc
index 7ca91db..b5251a1 100644
--- a/conf/machine/include/nanopi-m4.inc
+++ b/conf/machine/include/nanopi-m4.inc
@@ -1,7 +1,7 @@
# Copyright (C) 2021 Blade SAS
# Common definitions for all NanoPi M4 RK3399 board variants

-require rk3399.inc
+require conf/machine/include/rk3399.inc

MACHINE_FEATURES += "usbhost serial"

--
2.30.0.rc0

Join yocto@lists.yoctoproject.org to automatically receive all group messages.