summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-02 16:25:15 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-03 14:04:59 +0100
commit7819e67a9badd9dc0382557f90b1a3397c09f08f (patch)
treebc0e0a933f1f633200aa333d9087516219c5eba5
parent7ebbe699cb94c717d7f07b4f98c865c3d0d16592 (diff)
downloadpoky-7819e67a9badd9dc0382557f90b1a3397c09f08f.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: removed MULTILIB_IMAGE_INSTALL
Fixes [YOCTO #1980]. Changed MULTILIB_IMAGE_INSTALL to IMAGE_INSTALL in the multilib example. This variable is no longer used. Reported-by: Matthew McClintock <msm@freescale.com> (From yocto-docs rev: dfcbecf945b19e559b39b5824dc6b8bb37c18702) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 2b2635423a..a32085d678 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1590,7 +1590,7 @@ so that there are some definite steps on how to do this. I need more detail her
1590 require conf/multilib.conf 1590 require conf/multilib.conf
1591 MULTILIBS = "multilib:lib32" 1591 MULTILIBS = "multilib:lib32"
1592 DEFAULTTUNE_virtclass-multilib-lib32 = "x86" 1592 DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
1593 MULTILIB_IMAGE_INSTALL = "lib32-connman" 1593 IMAGE_INSTALL = "lib32-connman"
1594 </literallayout> 1594 </literallayout>
1595 This example enables an 1595 This example enables an
1596 additional library named <filename>lib32</filename> alongside the 1596 additional library named <filename>lib32</filename> alongside the