summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvinash Mehta <avinash.mehta@arm.com>2020-03-06 18:05:24 +0000
committerRui Miguel Silva <rui.silva@linaro.org>2020-03-09 09:49:41 +0000
commitd09990dd767156402b62171929f8cb313538cf01 (patch)
tree5ee3d493cd6766c625f783b175652b83260760d5
parentde6445b9ca7eb79e8b6e4eb1bf98fb1364377999 (diff)
add support for ca5dsCA5-DESIGNSTART-2020.03.06
Signed-off-by: Avinash Mehta <avinash.mehta@arm.com>
-rw-r--r--bblayers.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/bblayers.conf b/bblayers.conf
index b4869e5..7028640 100644
--- a/bblayers.conf
+++ b/bblayers.conf
@@ -15,12 +15,12 @@ BASELAYERS ?= " \
"
# These layers hold machine specific content, aka Board Support Packages
-# If one want to build for designstart platform swap line below with the
-# one with meta-corstone700:
+# If one want to build for corstone700 platform swap line below with the
+# one with meta-designstart:
BSPLAYERS ?= " \
${OEROOT}/layers/meta-arm/meta-iota \
- ${OEROOT}/layers/meta-arm/meta-corstone700 \
+ ${OEROOT}/layers/meta-arm/meta-designstart \
${OEROOT}/layers/meta-arm/arm \
"