From e975d26e84100ccd4c7fd675d29304f8d5bdfbcc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 07:30:40 -0700 Subject: documentation: Converted "meta-yocto" to "meta-poky" Occurrences in many manuals and one figure. (From yocto-docs rev: 26d30cd162083c62216fb4ab526d0b231f453de1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 00cad99599..927dcf021b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -72,7 +72,7 @@ meta, meta-skeleton, meta-selftest, - meta-yocto, and + meta-poky, and meta-yocto-bsp. Each of these folders represents a distinct layer. @@ -165,12 +165,12 @@ directory to the BBPATH. On the other hand, distro layers, such as - meta-yocto, can choose + meta-poky, can choose to enforce their own precedence over BBPATH. For an example of that syntax, see the layer.conf file for - the meta-yocto layer. + the meta-poky layer. The recipes for the layers are appended to @@ -444,7 +444,7 @@ BBLAYERS ?= " \ $HOME/poky/meta \ - $HOME/poky/meta-yocto \ + $HOME/poky/meta-poky \ $HOME/poky/meta-yocto-bsp \ $HOME/poky/meta-mylayer \ " @@ -870,7 +870,7 @@ BBLAYERS = ?" \ /usr/local/src/yocto/meta \ - /usr/local/src/yocto/meta-yocto \ + /usr/local/src/yocto/meta-poky \ /usr/local/src/yocto/meta-yocto-bsp \ /usr/local/src/yocto/meta-mylayer \ " @@ -5511,14 +5511,14 @@ poky/build/conf directory needs to have the path to your local meta-mylayer layer. By default, the BBLAYERS variable contains paths to - meta, meta-yocto, and + meta, meta-poky, and meta-yocto-bsp in the poky Git repository. Add the path to your meta-mylayer location: BBLAYERS ?= " \ $HOME/poky/meta \ - $HOME/poky/meta-yocto \ + $HOME/poky/meta-poky \ $HOME/poky/meta-yocto-bsp \ $HOME/poky/meta-mylayer \ " @@ -5987,7 +5987,7 @@ By default, TEMPLATECONF is set as follows in the poky repository: - TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf} + TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf} This is the directory used by the build system to find templates from which to build some key configuration files. @@ -6039,7 +6039,7 @@ Aside from the *.sample configuration files, the conf-notes.txt also resides in the - default meta-yocto/conf directory. + default meta-poky/conf directory. The scripts that set up the build environment (i.e. &OE_INIT_FILE; @@ -10215,7 +10215,7 @@ One thing a development organization might want to consider for end-user convenience is to modify - meta-yocto/conf/bblayers.conf.sample to + meta-poky/conf/bblayers.conf.sample to ensure that when the end user utilizes the released build system to build an image, the development organization's layers are included in the bblayers.conf @@ -10230,7 +10230,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta \ - ##OEROOT##/meta-yocto \ + ##OEROOT##/meta-poky \ ##OEROOT##/meta-yocto-bsp \ ##OEROOT##/meta-mylayer \ " -- cgit v1.2.3-54-g00ecf