From f3200f7f4a5275d729c2065d55ba8fd6b326b18f Mon Sep 17 00:00:00 2001 From: Lee Campbell Date: Tue, 26 Jul 2016 09:49:45 -0700 Subject: Remove sensors and lights hal Edison module has no sensors or lights, so remove the hals BUG: 30395870 Change-Id: I68b274e7b5e8f0ba607f75f3914b591a62ecbb9c --- BoardConfig.mk | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 0688720..ab93a36 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -21,12 +21,8 @@ $(call set_soc, intel, edison) $(call add_peripheral, intel, wifi/bcm43340) # Add bt controller $(call add_peripheral, intel, bluetooth/bcm43340) -# Add lights HAL -$(call add_peripheral, intel, light/mraa) # Add audio support $(call add_peripheral, intel, audio/generic/usb) -# Add sensor support -$(call add_peripheral, intel, sensors/mraa) # Add HW Keystore support $(call add_peripheral, intel, keystore/chaabi/src) # Bootctrl HAL @@ -37,16 +33,6 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 BOARD_U_BOOT_ENV_SIZE := 0x10000 -# Specific sensors to be built into the sensors HAL -PLATFORM_SENSOR_LIST += GroveLight -PLATFORM_SENSOR_LIST += GroveTemperature -PLATFORM_SENSOR_LIST += MMA7660Accelerometer -PLATFORM_SENSOR_LIST += MPU9150Accelerometer -PLATFORM_SENSOR_LIST += LSM303dAccelerometer -PLATFORM_SENSOR_LIST += LSM303dOrientation -PLATFORM_SENSOR_LIST += LSM9DS0Accelerometer -PLATFORM_SENSOR_LIST += ProximityGPIO - PRODUCT_COPY_FILES += \ device/intel/edison/flash_tools/brillo-flashall-edison.sh:provision-device \ device/intel/edison/fstab.device:root/fstab.${soc_name} -- cgit v1.2.3