All of lore.kernel.org
 help / color / mirror / Atom feed
* dev manual, multilib sample code looks wrong
@ 2014-08-03  8:48 Robert P. J. Day
  2014-08-03 20:06 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2014-08-03  8:48 UTC (permalink / raw)
  To: Yocto discussion list


  dev manual, section 5.5.2.2 suggests example configuration in
local.conf:

     MACHINE = "qemux86-64"
     require conf/multilib.conf
     MULTILIBS = "multilib:lib32"
     DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
     IMAGE_INSTALL = "lib32-connman"   <---- ?????????

isn't that last assignment going to wipe out the entire typical
assignment to IMAGE_INSTALL? maybe that should be using "_append"?
thoughts? am i just misreading this?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: dev manual, multilib sample code looks wrong
  2014-08-03  8:48 dev manual, multilib sample code looks wrong Robert P. J. Day
@ 2014-08-03 20:06 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2014-08-03 20:06 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Yocto discussion list

On 14-08-03 04:48:13, Robert P. J. Day wrote:
> 
>   dev manual, section 5.5.2.2 suggests example configuration in
> local.conf:
> 
>      MACHINE = "qemux86-64"
>      require conf/multilib.conf
>      MULTILIBS = "multilib:lib32"
>      DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
>      IMAGE_INSTALL = "lib32-connman"   <---- ?????????
> 
> isn't that last assignment going to wipe out the entire typical
> assignment to IMAGE_INSTALL? maybe that should be using "_append"?
> thoughts? am i just misreading this?

Most of images used IMAGE_INSTAL += so this may work in some case but
for documentation we should use IMAGE_INSTALL += or append.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-03 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-03  8:48 dev manual, multilib sample code looks wrong Robert P. J. Day
2014-08-03 20:06 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.