summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-10-18 10:06:37 +0200
committerMartin Borg <martin.borg@enea.com>2016-10-19 14:53:17 +0200
commitef85de4d3f9bf8e71beba69e9b5639246eb68a0d (patch)
tree73976424d7674cb031753d5c04bc8e60cbad4d75
parent60d6f4423387e9a1faae8b6c70a05eccb958daaf (diff)
downloadmeta-el-standard-ef85de4d3f9bf8e71beba69e9b5639246eb68a0d.tar.gz
conf/templates: Replace meta-fsl-arm/ppc with meta-freescaleHEADmaster
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/template.ls1021aiot/bblayers.conf.sample2
-rw-r--r--conf/template.p2041rdb/bblayers.conf.sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/template.ls1021aiot/bblayers.conf.sample b/conf/template.ls1021aiot/bblayers.conf.sample
index e8a488e..62273b0 100644
--- a/conf/template.ls1021aiot/bblayers.conf.sample
+++ b/conf/template.ls1021aiot/bblayers.conf.sample
@@ -8,7 +8,7 @@ BBFILES ?= ""
8BBLAYERS ?= " \ 8BBLAYERS ?= " \
9 ##OEROOT##/meta \ 9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \ 10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-fsl-arm \ 11 ##OEROOT##/meta-freescale \
12 ##OEROOT##/meta-enea-bsp-common \ 12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-arm \ 13 ##OEROOT##/meta-enea-bsp-arm \
14 ##OEROOT##/meta-el-common \ 14 ##OEROOT##/meta-el-common \
diff --git a/conf/template.p2041rdb/bblayers.conf.sample b/conf/template.p2041rdb/bblayers.conf.sample
index 879c3b1..187abbd 100644
--- a/conf/template.p2041rdb/bblayers.conf.sample
+++ b/conf/template.p2041rdb/bblayers.conf.sample
@@ -11,7 +11,7 @@ BBLAYERS ?= " \
11 ##OEROOT##/meta-el-standard \ 11 ##OEROOT##/meta-el-standard \
12 ##OEROOT##/meta-enea-bsp-common \ 12 ##OEROOT##/meta-enea-bsp-common \
13 ##OEROOT##/meta-enea-bsp-ppc \ 13 ##OEROOT##/meta-enea-bsp-ppc \
14 ##OEROOT##/meta-fsl-ppc \ 14 ##OEROOT##/meta-freescale \
15 ##OEROOT##/meta-openembedded/meta-oe \ 15 ##OEROOT##/meta-openembedded/meta-oe \
16 ##OEROOT##/meta-openembedded/meta-networking \ 16 ##OEROOT##/meta-openembedded/meta-networking \
17 ##OEROOT##/meta-openembedded/meta-filesystems \ 17 ##OEROOT##/meta-openembedded/meta-filesystems \