From 3097686cc0b1ccf1b9c998752b1faa7514a16f8f Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 11 Jul 2019 09:22:18 -0700 Subject: [PATCH 1/2] Dragonboard: fix tabs in options file --- projects/Qualcomm/devices/Dragonboard/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Qualcomm/devices/Dragonboard/options b/projects/Qualcomm/devices/Dragonboard/options index e2dea08a68..6d0c225427 100644 --- a/projects/Qualcomm/devices/Dragonboard/options +++ b/projects/Qualcomm/devices/Dragonboard/options @@ -6,12 +6,12 @@ # generated code. case $TARGET_ARCH in aarch64) - TARGET_CPU="cortex-a53" + TARGET_CPU="cortex-a53" TARGET_CPU_FLAGS="+crc+fp+simd" TARGET_FEATURES="64bit" ;; arm) - TARGET_KERNEL_ARCH="arm64" + TARGET_KERNEL_ARCH="arm64" TARGET_PATCH_ARCH="aarch64" TARGET_FLOAT=hard TARGET_CPU="cortex-a53" From 01c68d9b44474aa9ddef165a52f5927bc644fe9b Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 11 Jul 2019 09:22:39 -0700 Subject: [PATCH 2/2] Dragonboard: build and install driver addons --- projects/Qualcomm/devices/Dragonboard/options | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/Qualcomm/devices/Dragonboard/options b/projects/Qualcomm/devices/Dragonboard/options index 6d0c225427..323525a310 100644 --- a/projects/Qualcomm/devices/Dragonboard/options +++ b/projects/Qualcomm/devices/Dragonboard/options @@ -88,6 +88,14 @@ # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" FIRMWARE="misc-firmware wlan-firmware dvb-firmware firmware-dragonboard" + # build and install driver addons (yes / no) + DRIVER_ADDONS_SUPPORT="yes" + + # driver addons to install: + # for a list of additional drivers see packages/linux-driver-addons + # Space separated list is supported, + DRIVER_ADDONS="crazycat dvb-latest" + # build with installer (yes / no) INSTALLER_SUPPORT="no"