diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-28 22:27:58 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-01-28 22:27:58 +0100 |
commit | 9fd9b39e05574209df776c473c6db6d9abdbae38 (patch) | |
tree | 8a45fe9e0018e46e37d2c2b2a9b3e37e44967f42 | |
parent | 942c143a34b1e37d04e7946df59cfad5e6e1c8e0 (diff) |
Fix remaining occurrence of meta-yocto
This changeset replaces the old meta-yocto with meta-poky.
It avoids the warning message
NOTE: Your conf/bblayers.conf has been automatically updated.
Change-Id: I89fa0a2eb1ed794b01539fbeee87bae82cf272dc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-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 1feb53429..ebba0d7f7 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -48,7 +48,7 @@ BBLAYERS ?= " \ BBLAYERS_NON_REMOVABLE ?= " \ ${METADIR}/poky/meta \ - ${METADIR}/poky/meta-yocto \ + ${METADIR}/poky/meta-poky \ ${METADIR}//meta-agl/meta-agl \ " |