summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \
"