From 7819e67a9badd9dc0382557f90b1a3397c09f08f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Apr 2012 16:25:15 -0600 Subject: [PATCH] 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 (From yocto-docs rev: dfcbecf945b19e559b39b5824dc6b8bb37c18702) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" - MULTILIB_IMAGE_INSTALL = "lib32-connman" + IMAGE_INSTALL = "lib32-connman" This example enables an additional library named lib32 alongside the