diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-15 07:30:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:24 +0100 |
commit | e975d26e84100ccd4c7fd675d29304f8d5bdfbcc (patch) | |
tree | aba10105b82f994e1b6d7d72b9749a9e5b75fdfa /documentation/toaster-manual/toaster-manual-setup-and-use.xml | |
parent | 84452ee325c6a9e01d6b09f2defbcd480ca51390 (diff) | |
download | poky-e975d26e84100ccd4c7fd675d29304f8d5bdfbcc.tar.gz |
documentation: Converted "meta-yocto" to "meta-poky"
Occurrences in many manuals and one figure.
(From yocto-docs rev: 26d30cd162083c62216fb4ab526d0b231f453de1)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index e8fb168ce8..963b211223 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -316,7 +316,7 @@ | |||
316 | $ cd /var/www/toaster/poky/ | 316 | $ cd /var/www/toaster/poky/ |
317 | $ ./bitbake/lib/toaster/manage.py syncdb | 317 | $ ./bitbake/lib/toaster/manage.py syncdb |
318 | $ ./bitbake/lib/toaster/manage.py migrate | 318 | $ ./bitbake/lib/toaster/manage.py migrate |
319 | $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-yocto/conf/toasterconf.json ./bitbake/lib/toaster/manage.py checksettings | 319 | $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json ./bitbake/lib/toaster/manage.py checksettings |
320 | $ ./bitbake/lib/toaster/manage.py collectstatic | 320 | $ ./bitbake/lib/toaster/manage.py collectstatic |
321 | </literallayout> | 321 | </literallayout> |
322 | </para> | 322 | </para> |