aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-02-16 13:40:15 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2017-02-23 17:36:25 +0000
commitc0970f3d221df0d6129849af1edab76b88fa9c1e (patch)
tree24614d7c132749d348e033a75fe86c36ab6615d3
parent851383467cde64e3666e0244b4ca97bfbd244768 (diff)
common.base: add linaro-base-arm64
The default config fragment list in common.base is for arm64 platforms, which should be including linaro-base-arm64.conf by default. 32-bit arm platforms override the config fragment list and will not include the arm64 file. Change-Id: I9fc43ebffaa54cee0c8ec410e266f7a8fe586100 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--platforms/common/common.base6
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms/common/common.base b/platforms/common/common.base
index 7524493..f398542 100644
--- a/platforms/common/common.base
+++ b/platforms/common/common.base
@@ -77,15 +77,15 @@ declare -A LINUX_mobile_oe
LINUX_mobile_oe[path]="linux"
LINUX_mobile_oe[outpath]="linux"
source $DIR/big-LITTLE-conf.sh
-LINUX_mobile_oe[config]="linaro-base $BL_SUPPORT distribution vexpress64"
+LINUX_mobile_oe[config]="linaro-base linaro-base-arm64 $BL_SUPPORT distribution vexpress64"
declare -A LINUX_mobile_bb
LINUX_mobile_bb[path]="linux"
LINUX_mobile_bb[outpath]="linux"
-LINUX_mobile_bb[config]="linaro-base $BL_SUPPORT vexpress64"
+LINUX_mobile_bb[config]="linaro-base linaro-base-arm64 $BL_SUPPORT vexpress64"
declare -A LINUX_android
LINUX_android[path]="linux"
LINUX_android[outpath]="linux"
-LINUX_android[config]="linaro-base $BL_SUPPORT android vexpress64"
+LINUX_android[config]="linaro-base linaro-base-arm64 $BL_SUPPORT android vexpress64"
#Default linux configs per OS - These can be overridden.
BUSYBOX_LINUX_CONFIG_LIST=mobile_bb
OE_LINUX_CONFIG_LIST=mobile_oe