[OE-core] proper use of CORE_IMAGE_EXTRA_INSTALL?

2012-06-19 Thread Robert P. J. Day
followup to earlier post, it's easy enough to see the point of this code from core-image.bbclass: ... snip ... CORE_IMAGE_BASE_INSTALL = '\ task-core-boot \ task-base-extended \ \ ${CORE_IMAGE_EXTRA_INSTALL} \ ' CORE_IMAGE_EXTRA_INSTALL ?= IMAGE_INSTALL ?=

Re: [OE-core] proper use of CORE_IMAGE_EXTRA_INSTALL?

2012-06-19 Thread Paul Eggleton
On Tuesday 19 June 2012 13:05:35 Robert P. J. Day wrote: followup to earlier post, it's easy enough to see the point of this code from core-image.bbclass: ... snip ... CORE_IMAGE_BASE_INSTALL = '\ task-core-boot \ task-base-extended \ \ ${CORE_IMAGE_EXTRA_INSTALL} \

Re: [OE-core] proper use of CORE_IMAGE_EXTRA_INSTALL?

2012-06-19 Thread Robert P. J. Day
On Tue, 19 Jun 2012, Paul Eggleton wrote: On Tuesday 19 June 2012 13:05:35 Robert P. J. Day wrote: ... snip ... now this would seem to be exactly what the variable CORE_IMAGE_EXTRA_INSTALL was invented for, no? certainly the above will work but then what's the point of having