From b4cccfa2d3ba1b4d429e8e60abb0ea98e8309048 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 20 Jul 2021 15:45:33 +0200 Subject: [PATCH] base-image: Add socat for all hardware BugzID: 73593 --- 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 837435e..4946a31 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -49,6 +49,7 @@ IMAGE_INSTALL_append = " \ gps-utils \ curl \ less \ + socat \ nmhw-auto-part \ ${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \ @@ -69,7 +70,6 @@ IMAGE_INSTALL_append = " \ " IMAGE_INSTALL_append_am335x-nmhw21 = " \ - socat \ cryptodev-module \ imu-setup \ gnss-mgr \