All of lore.kernel.org
 help / color / mirror / Atom feed
* Updates to meta-fsl-arm (master) in 2015-04-01
@ 2015-04-01 20:55 Otavio Salvador
  2015-04-02 18:45 ` Lauren Post
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2015-04-01 20:55 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit bfe01a0ebde407086f4a7710ea165c6beff310d7 (yocto/master)
Author: Max Krummenacher <max.oss.09@gmail.com>
Date:   Mon Mar 30 23:49:32 2015 +0200

    fsl-dynamic-packagearch: add all MACHINE_SOCARCH feeds
    
    This ensures that all MACHINE_SOCARCH feeds are part of PACKAGE_EXTRA_ARCHS.
    
    oe-core now puts packages into feed dirs dependent on the used instruction sets.
    http://cgit.openembedded.org/openembedded-core/commit/?id=3e760031f91fb87c3e2f62b77a117eb41164f259
    
    This is true also for packages in MACHINE_SOCARCH, i.e. we get in deploy/ipk for
    an angstrom based build:
    armv7ahf-vfp-neon-mx6qdl  armv7at2hf-vfp-neon-mx6qdl
    so we must put both into PACKAGE_EXTRA_ARCHS.
    
    TUNE_FEATURES defines if arm and/or thumb feeds are possible with the
    current configuration.
    
    Change-Id: I47ed7c3a5cbdc488801cd9198e822f9845565559
    Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: Updates to meta-fsl-arm (master) in 2015-04-01
  2015-04-01 20:55 Updates to meta-fsl-arm (master) in 2015-04-01 Otavio Salvador
@ 2015-04-02 18:45 ` Lauren Post
  2015-04-02 19:49   ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Lauren Post @ 2015-04-02 18:45 UTC (permalink / raw)
  To: Otavio Salvador, meta-freescale

We are having a problem with this patch with our new cortexa7 hardware.

We used to be able to build multiple machine types in same build directory to generate all our uboot variations.  We count on this so we can build all possible variations in our daily build.

After this patch we get following error.  I reverted this one patch and error is gone.  This means we have to use a separate build directory to build hardware that varies between a7 and a9 arm.

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Error, the PACKAGE_ARCHS variable contains duplicates. The following archs are listed more than once: cortexa7hf-vfp-neon

Can we work on this patch more until we find a solution that works better for building a7 and a9 in same build directory.

Lauren

-----Original Message-----
From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Otavio Salvador
Sent: Wednesday, April 01, 2015 3:56 PM
To: meta-freescale@yoctoproject.org
Subject: [meta-freescale] Updates to meta-fsl-arm (master) in 2015-04-01

Hello,

I pushed following updates:

commit bfe01a0ebde407086f4a7710ea165c6beff310d7 (yocto/master)
Author: Max Krummenacher <max.oss.09@gmail.com>
Date:   Mon Mar 30 23:49:32 2015 +0200

    fsl-dynamic-packagearch: add all MACHINE_SOCARCH feeds
    
    This ensures that all MACHINE_SOCARCH feeds are part of PACKAGE_EXTRA_ARCHS.
    
    oe-core now puts packages into feed dirs dependent on the used instruction sets.
    http://cgit.openembedded.org/openembedded-core/commit/?id=3e760031f91fb87c3e2f62b77a117eb41164f259
    
    This is true also for packages in MACHINE_SOCARCH, i.e. we get in deploy/ipk for
    an angstrom based build:
    armv7ahf-vfp-neon-mx6qdl  armv7at2hf-vfp-neon-mx6qdl
    so we must put both into PACKAGE_EXTRA_ARCHS.
    
    TUNE_FEATURES defines if arm and/or thumb feeds are possible with the
    current configuration.
    
    Change-Id: I47ed7c3a5cbdc488801cd9198e822f9845565559
    Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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

* Re: Updates to meta-fsl-arm (master) in 2015-04-01
  2015-04-02 18:45 ` Lauren Post
@ 2015-04-02 19:49   ` Otavio Salvador
  0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2015-04-02 19:49 UTC (permalink / raw)
  To: Lauren Post; +Cc: meta-freescale

Hello Lauren,

On Thu, Apr 2, 2015 at 3:45 PM, Lauren Post <Lauren.Post@freescale.com> wrote:
> We are having a problem with this patch with our new cortexa7 hardware.
>
> We used to be able to build multiple machine types in same build directory to generate all our uboot variations.  We count on this so we can build all possible variations in our daily build.
>
> After this patch we get following error.  I reverted this one patch and error is gone.  This means we have to use a separate build directory to build hardware that varies between a7 and a9 arm.
>
> ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
>     Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
>     Following is the list of potential problems / advisories:
>
>     Error, the PACKAGE_ARCHS variable contains duplicates. The following archs are listed more than once: cortexa7hf-vfp-neon
>
> Can we work on this patch more until we find a solution that works better for building a7 and a9 in same build directory.

I use a single build directory for all machines and I am not having
this problem. This covers A9, ARM9 and others.

I think I found the root cause and I am cooking  a patch for test.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2015-04-02 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-01 20:55 Updates to meta-fsl-arm (master) in 2015-04-01 Otavio Salvador
2015-04-02 18:45 ` Lauren Post
2015-04-02 19:49   ` Otavio Salvador

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.