[OE-core] [PATCH 1/1] multilib: Drop MULTILIB_IMAGE_INSTALL

Richard Purdie richard.purdie at linuxfoundation.org
Tue Nov 8 14:29:35 UTC 2011


On Tue, 2011-11-08 at 14:19 +0800, Dongxiao Xu wrote:
> There should just be a single IMAGE_INSTALL variable. If the package
> backends need this split into different multilib components they should
> be responsible for doing this, not the user.
> 
> This commit removes the MULTILIB_IMAGE_INSTALL variable.
> 
> [YOCTO #1564]
> 
> Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
> ---
>  meta/classes/image.bbclass       |    4 +---
>  meta/classes/multilib.bbclass    |    5 ++---
>  meta/classes/package_ipk.bbclass |   31 ++++++++++++++++++++++++++++---
>  meta/classes/package_rpm.bbclass |   37 +++++++++----------------------------
>  meta/classes/rootfs_ipk.bbclass  |    3 +--
>  meta/classes/rootfs_rpm.bbclass  |    3 +--
>  6 files changed, 42 insertions(+), 41 deletions(-)

I'll take this as its a definite improvement over the current situation.
I did however wonder what happens if we try something tri-arch e.g.
i586, x86_64 and x32?

I get the feeling both package backends could really use some cleanup
now we have the basics working and better abstraction of the code so we
can loop over something like tri-arch (or more) easily...

Cheers,

Richard





More information about the Openembedded-core mailing list