diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-24 20:44:57 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:37 +0000 |
commit | 44033ce67bb27f785a850e53fe80466572e05dfb (patch) | |
tree | 336d9d0bef70162742e9be829b4941ca0503ed45 /scripts | |
parent | bb599a08b49f31272ed6192230b4469f6dc2f048 (diff) | |
download | openembedded-core-44033ce67bb27f785a850e53fe80466572e05dfb.tar.gz openembedded-core-44033ce67bb27f785a850e53fe80466572e05dfb.tar.bz2 openembedded-core-44033ce67bb27f785a850e53fe80466572e05dfb.zip |
poky-setup-builddir: Update references to the manual
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-setup-builddir | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir index 7a1452f7ce..7a49a8fb9c 100755 --- a/scripts/poky-setup-builddir +++ b/scripts/poky-setup-builddir @@ -66,8 +66,8 @@ you with some default values. You may wish to edit it to use a different MACHINE cores for example. See the file for more information as common configuration options are commented. -Also, for more information see the Poky handbook: -http://pokylinux.org/doc/poky-handbook.html +Also, for more information see the Poky Reference Manual: + http://yoctoproject.org/community/documentation EOM cp -f $POKYLOCALCONF $BUILDDIR/conf/local.conf @@ -82,8 +82,8 @@ You had no conf/bblayers.conf file. Poky has created this configuration file for you with some default values. To add additional metadata layers into your configuration please add entries to this file. -For more information see the Poky handbook: - http://pokylinux.org/doc/poky-handbook.html +For more information see the Poky Reference Manual: + http://yoctoproject.org/community/documentation EOM |