From 6ba0c6f93908f3b57742c87f86bf87716dad616a Mon Sep 17 00:00:00 2001 From: Valentin Raevsky Date: Sun, 18 Aug 2024 23:53:14 +0300 Subject: [PATCH] iotdin-imx8p: Update the devices contract Disable bluetooth and wifi in the devices contracts files. Reason: the CompuLab Autokit came without an IFM-WB i/o module. Change-type: patch Signed-off-by: Valentin Raevsky --- contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json | 4 ++-- contracts/hw.device-type/iotdin-imx8p/contract.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json b/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json index 0fa66b4a..81ab2bd0 100644 --- a/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json +++ b/contracts/hw.device-type/iotdin-imx8p-d1d8/contract.json @@ -15,8 +15,8 @@ "hdmi": false, "led": false, "connectivity": { - "bluetooth": true, - "wifi": true + "bluetooth": false, + "wifi": false }, "storage": { "internal": true diff --git a/contracts/hw.device-type/iotdin-imx8p/contract.json b/contracts/hw.device-type/iotdin-imx8p/contract.json index 16a2713e..41b8a547 100644 --- a/contracts/hw.device-type/iotdin-imx8p/contract.json +++ b/contracts/hw.device-type/iotdin-imx8p/contract.json @@ -15,8 +15,8 @@ "hdmi": false, "led": false, "connectivity": { - "bluetooth": true, - "wifi": true + "bluetooth": false, + "wifi": false }, "storage": { "internal": true