summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Khandelwal <tushar.khandelwal@arm.com>2019-09-02 16:10:48 +0100
committerTushar Khandelwal <tushar.khandelwal@arm.com>2019-09-02 16:11:48 +0100
commitde6445b9ca7eb79e8b6e4eb1bf98fb1364377999 (patch)
tree13735e84f314b6369c24a08d17dd4d27c3e24e49
parent59ad928eaaa37cee8488cbdf803e11279470f918 (diff)
Signed-off-by: Tushar Khandelwal <tushar.khandelwal@arm.com>
-rw-r--r--bblayers.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/bblayers.conf b/bblayers.conf
index 7028640..b4869e5 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 corstone700 platform swap line below with the
-# one with meta-designstart:
+# If one want to build for designstart platform swap line below with the
+# one with meta-corstone700:
BSPLAYERS ?= " \
${OEROOT}/layers/meta-arm/meta-iota \
- ${OEROOT}/layers/meta-arm/meta-designstart \
+ ${OEROOT}/layers/meta-arm/meta-corstone700 \
${OEROOT}/layers/meta-arm/arm \
"