From 9534c174b1bdf17b93a355f17065a78e413788d2 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 28 Sep 2021 16:29:26 -0400 Subject: [PATCH] include/nanopi-m4: remove KMACHINE There is no "nanopi-m4" defined in any yocto kernel metadata (yet?), therefore remove this superfluous line. Build (core-image-base) and run tested (both systemd and sysvinit) on: - nanopi-m4 Signed-off-by: Trevor Woerner --- conf/machine/include/nanopi-m4.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/nanopi-m4.inc b/conf/machine/include/nanopi-m4.inc index 3870b51..b8e1db1 100644 --- a/conf/machine/include/nanopi-m4.inc +++ b/conf/machine/include/nanopi-m4.inc @@ -5,5 +5,4 @@ require conf/machine/include/rk3399.inc MACHINE_FEATURES += "usbhost serial" -KMACHINE = "nanopi-m4" KERNEL_DEVICETREE = "rockchip/rk3399-nanopi-m4.dtb"