aboutsummaryrefslogtreecommitdiff
path: root/96boards-helium.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-07-15 14:06:50 +0300
committerLinaro Code Review <review@review.linaro.org>2015-07-15 11:12:14 +0000
commitb33b7a05dcee3c39fde64c3c78c5ab1a336aca22 (patch)
tree2198606f7ac9f51f392b6e25a3ce6b851ad4cd28 /96boards-helium.yaml
parent04b6f460c136b1abe611ae336ca88bccf427eace (diff)
96boards-helium: enabled wl18xx driver
Change-Id: Ifdb93f33064f35d55bc954e2ffa36b7809029642 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-helium.yaml')
-rw-r--r--96boards-helium.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/96boards-helium.yaml b/96boards-helium.yaml
index 7f91fb53..faf78331 100644
--- a/96boards-helium.yaml
+++ b/96boards-helium.yaml
@@ -69,6 +69,18 @@
export tcbindir="${HOME}/srv/toolchain/arm64-tc-15.02/bin"
export toolchain_url=http://releases.linaro.org/15.02/components/toolchain/binaries/aarch64-linux-gnu/gcc-linaro-4.9-2015.02-3-x86_64_aarch64-linux-gnu.tar.xz
+ # FIXME - enable wl18xx driver
+ sed -i "/^CONFIG_RFKILL/d" arch/arm64/configs/pxa1928_defconfig
+ cat << EOF >> arch/arm64/configs/pxa1928_defconfig
+ CONFIG_CFG80211=m
+ CONFIG_MAC80211=m
+ CONFIG_RFKILL=m
+ CONFIG_RFKILL_REGULATOR=m
+ CONFIG_RFKILL_GPIO=m
+ CONFIG_WL18XX=m
+ CONFIG_WLCORE_SDIO=m
+ EOF
+
rm -rf configs lci-build-tools
git clone --depth 1 http://git.linaro.org/ci/lci-build-tools.git
git clone --depth 1 http://git.linaro.org/ci/job/configs.git