From cbc84a332eafc558a1976205d1dcc064abc13ba3 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Fri, 12 Oct 2018 13:15:09 +0200 Subject: [PATCH] nmhw21: replace canutils with can-utils can-utils v1.0 are way more powerful than older canutils 4.x BugzID: 53699 Signed-off-by: Patrick Zysset --- recipes-core/images/netmodule-linux-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index b412b27..3365f79 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -92,7 +92,7 @@ IMAGE_INSTALL_append_am335x-vcu = " \ tibluetooth \ bluez5-obex \ bluez5-noinst-tools \ - canutils \ + can-utils \ spitools \ socat \ libgpiod \