From 9fd9b39e05574209df776c473c6db6d9abdbae38 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 28 Jan 2017 22:27:58 +0100 Subject: Fix remaining occurrence of meta-yocto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- templates/base/bblayers.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base') 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 \ " -- cgit 1.2.3-korg