From 82ff73d0f30cfe613669fa026b57acda871175cc Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Fri, 8 Jun 2018 13:51:38 +0200 Subject: [PATCH] fct: add python-smbus --- recipes-core/images/nmrouter-image-prodtest.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/images/nmrouter-image-prodtest.bb b/recipes-core/images/nmrouter-image-prodtest.bb index 2f74734..0bbe455 100644 --- a/recipes-core/images/nmrouter-image-prodtest.bb +++ b/recipes-core/images/nmrouter-image-prodtest.bb @@ -3,6 +3,7 @@ require nmrouter-image-minimal.bb IMAGE_INSTALL_append = " \ iperf \ python3 \ + python-smbus \ tibluetooth \ ti-wl18xx-calibrator \ linux-firmware-wl18xx \