From 5f613896ee90920baf9fe110faf5c8a4a249a9f9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Oct 2014 16:53:39 -0700 Subject: adt-manual: Scrubbed and fixed user-supplied input formatting. Throughout the manual I was using angled brackets to denote user-supplied input. This is confusing so I changed to using the tag set. (From yocto-docs rev: 79ec3f1b1330539ab2b3bdfb1c94e58c2d0feead) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-package.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/adt-manual/adt-package.xml') diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index da032eee5b..5c3196ea91 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -80,17 +80,17 @@ Next, source the environment setup script found in the Source Directory. Follow that by setting up the installation destination to point to your - sysroot as <sysroot_dir>. - Finally, have an OPKG configuration file <conf_file> + sysroot as sysroot_dir. + Finally, have an OPKG configuration file conf_file that corresponds to the opkg repository you have just created. The following command forms should now work: - $ opkg-cl –f <conf_file> -o <sysroot_dir> update - $ opkg-cl –f <cconf_file> -o <sysroot_dir> \ + $ opkg-cl –f conf_file -o sysroot_dir update + $ opkg-cl –f cconf_file -o sysroot_dir \ --force-overwrite install libglade - $ opkg-cl –f <cconf_file> -o <sysroot_dir> \ + $ opkg-cl –f cconf_file -o sysroot_dir \ --force-overwrite install libglade-dbg - $ opkg-cl –f <conf_file> -o <sysroot_dir> \ + $ opkg-cl –f conf_file> -o sysroot_dir> \ --force-overwrite install libglade-dev -- cgit v1.2.3-54-g00ecf