From 726c2796aa0b8dc74d388bc9fb90cbd2a636dd8a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 26 Apr 2012 14:55:52 -0600 Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: Bad variable The variable substitution had to be changed from "&DISTRO_NAME;-6.0.0.tar.bz2" to "&DISTRO_NAME;-&POKYVERSION;.tar.bz2". (From yocto-docs rev: 258b4c7fb46d2e6fb2da7bf2f59cd4f5c035b15b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index a4c66839df..99ac453496 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -165,11 +165,11 @@ Download page of the Yocto Project website. Here is the specific link for the tarball needed for this example: - . + . Again, be sure that you are already in the poky directory as described previously before installing the tarball: - $ tar xfj crownbay-noemgd-&DISTRO_NAME;-6.0.0.tar.bz2 + $ tar xfj crownbay-noemgd-&DISTRO_NAME;-&POKYVERSION;.tar.bz2 $ cd meta-intel -- cgit v1.2.3-54-g00ecf