Hi Matt,

Sorry for the delay in the response, i'll test again your patches with
the new one and the same error appears when build
core-image-full-cmdline or core-image-sato.

        MACHINE ??= "qemux86-64"

        IMAGE_INSTALL_append = " lib32-connman"
        require conf/multilib.conf
        MULTILIBS = "multilib:lib32"
        DEFAULTTUNE_virtclass-multilib-lib32 = "x86"


I'm reviewing if this an error in the meta data (because
core-image-minimal builds) or in the class.

Best regards,
        alimon

On 12/18/2015 08:34 AM, Matt Madison wrote:
> This adds a third patch that fixes the problem where APT couldn't
> resolve dependencies between when two packages of different architectures
> both depended on an allarch package.
> 
> Matt Madison (3):
>   package_deb.bbclass, cross-canadian.bbclass: DPKG_ARCH mapping
>     function
>   package_manager.py: fixes for multilib deb packaging builds
>   package_deb.bbclass: add 'Multi-Arch: foreign' tag to allarch packages
> 
>  meta/classes/cross-canadian.bbclass |  2 +-
>  meta/classes/package_deb.bbclass    | 37 
> +++++++++++++++++++++++++++----------
>  meta/lib/oe/package_manager.py      | 17 +++++++++++------
>  3 files changed, 39 insertions(+), 17 deletions(-)
> 
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to