summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-10 13:54:37 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-12 16:46:17 +0000
commit4d53c09e53914a7ebaea9fa0ca2e419aca06a47b (patch)
tree26cce7263bcaccb7934a66d44f81bf33a18e1641
parent798a958b6afc256d00d4357c582b06b59e040e69 (diff)
downloaddefinitions-4d53c09e53914a7ebaea9fa0ca2e419aca06a47b.tar.gz
Enable CONFIG_BT, needed for bluez
Add only to x86 and Jetson-tk1 kernels, given that these are the BSP used on systems with audio-bluetooth (bluez) Change-Id: Iff16d49079a55f00377ad0ee5831eb8aa657762c
-rw-r--r--strata/bsp-jetson/linux-jetson-tk1.morph1
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph1
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph1
3 files changed, 3 insertions, 0 deletions
diff --git a/strata/bsp-jetson/linux-jetson-tk1.morph b/strata/bsp-jetson/linux-jetson-tk1.morph
index 395ac136..bffe390e 100644
--- a/strata/bsp-jetson/linux-jetson-tk1.morph
+++ b/strata/bsp-jetson/linux-jetson-tk1.morph
@@ -218,6 +218,7 @@ configure-commands:
- scripts/config -e SCSI_LOWLEVEL
- scripts/config -e NOUVEAU_PLATFORM_DRIVER
- scripts/config -e DRM_TEGRA_STAGING
+- scripts/config -e BT
- yes '' | make ARCH=arm oldconfig
build-commands:
- make $MAKEFLAGS ARCH=arm LOADADDR=0x80200000 zImage dtbs
diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
index 529b74bd..8102cea5 100644
--- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
+++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
@@ -267,6 +267,7 @@ configure-commands:
- scripts/config -e CONFIG_SND_INTEL8X0
- scripts/config -m CONFIG_DRM_CIRRUS_QEMU
- scripts/config -m CONFIG_DRM_BOCHS
+- scripts/config -e BT
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS
diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
index 4393f89d..08541c2b 100644
--- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
+++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
@@ -268,6 +268,7 @@ configure-commands:
- scripts/config -m CONFIG_DRM_CIRRUS_QEMU
- scripts/config -m CONFIG_DRM_BOCHS
- scripts/config -m CONFIG_DRM_VIRTIO_GPU
+- scripts/config -e BT
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS