Re: [yocto] [meta-rockchip][PATCH v4 2/3] NanoPi-M4: declare "usbhost" and "serial" in MACHINE_FEATURES

2021-05-04 Thread Trevor Woerner
On Mon 2021-04-26 @ 04:58:09 PM, yann.dir...@blade-group.com wrote:
> From: Yann Dirson 
> 
> Signed-off-by: Yann Dirson 

applied to master, thanks!

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#53372): https://lists.yoctoproject.org/g/yocto/message/53372
Mute This Topic: https://lists.yoctoproject.org/mt/82379951/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [meta-rockchip][PATCH v4 2/3] NanoPi-M4: declare "usbhost" and "serial" in MACHINE_FEATURES

2021-04-26 Thread Yann Dirson
From: Yann Dirson 

Signed-off-by: Yann Dirson 
---
 conf/machine/include/nanopi-m4.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine/include/nanopi-m4.inc 
b/conf/machine/include/nanopi-m4.inc
index 603160f..a14b705 100644
--- a/conf/machine/include/nanopi-m4.inc
+++ b/conf/machine/include/nanopi-m4.inc
@@ -3,6 +3,8 @@
 
 require rk3399.inc
 
+MACHINE_FEATURES += "usbhost serial"
+
 KMACHINE = "nanopi-m4"
 KERNEL_DEVICETREE = "rockchip/rk3399-nanopi-m4.dtb"
 
-- 
2.30.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#53275): https://lists.yoctoproject.org/g/yocto/message/53275
Mute This Topic: https://lists.yoctoproject.org/mt/82379951/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-