All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH 1/3] conf/machine/include/nanopi-m4.inc: add full include path
@ 2021-06-28 15:15 Trevor Woerner
  2021-06-28 15:15 ` [meta-rockchip][PATCH 2/3] IMAGE_FSTYPES: remove ext4 Trevor Woerner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Trevor Woerner @ 2021-06-28 15:15 UTC (permalink / raw)
  To: yocto

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

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-30 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28 15:15 [meta-rockchip][PATCH 1/3] conf/machine/include/nanopi-m4.inc: add full include path Trevor Woerner
2021-06-28 15:15 ` [meta-rockchip][PATCH 2/3] IMAGE_FSTYPES: remove ext4 Trevor Woerner
2021-06-30 16:10   ` Trevor Woerner
2021-06-28 15:15 ` [meta-rockchip][PATCH 3/3] wic/wks cleanup Trevor Woerner
2021-06-30 16:10   ` Trevor Woerner
2021-06-30 16:09 ` [meta-rockchip][PATCH 1/3] conf/machine/include/nanopi-m4.inc: add full include path Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.