diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-18 22:52:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-19 09:21:08 +0000 |
commit | 23f9990ee5be19162d6622fe64af4c801c732dc2 (patch) | |
tree | 417b67a0aacf139537e6e5cddd6cbd23825fc356 /templates | |
parent | dbe4baf278183852fced3eb3b5e34dc94fb39281 (diff) |
Rename meta-yocto to meta-poky as done in upstream
Upstream renamed meta-yocto to meta-poky.
Thus rename it in our bblayers.conf.sample file, too.
Change-Id: I8d88592ef6e4ca8d673cef4592a21de0326d2807
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/bblayers.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample index 313a58208..1feb53429 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -14,7 +14,7 @@ METADIR := "${@os.path.abspath('##OEROOT##/..')}" #---------------------------------- YOCTO_LAYERS = " \ ${METADIR}/poky/meta \ - ${METADIR}/poky/meta-yocto \ + ${METADIR}/poky/meta-poky \ ${METADIR}/poky/meta-yocto-bsp \ " |