From 1125597f8a80d2d2387d76dc687471d42f85ef56 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 19 Oct 2020 22:42:31 +0200 Subject: [PATCH] HW25: Remove bluetooth tools Bluetooth is not supported on this board, therefor the related tools are not required. BugzID: 66158 --- conf/machine/am335x-hw25.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/machine/am335x-hw25.conf b/conf/machine/am335x-hw25.conf index fc790aa..4307cd2 100644 --- a/conf/machine/am335x-hw25.conf +++ b/conf/machine/am335x-hw25.conf @@ -10,3 +10,8 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-hw25" KERNEL_DEVICETREE = "am335x-hw25.dtb " SERIAL_CONSOLES = "115200;ttyS0" + +MACHINE_FEATURES_remove = " \ + bluetooth \ + tibluetooth \ + "