* Re: [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev
[not found] <20081218161337.32EA0189349@amethyst.openembedded.net>
@ 2008-12-18 17:27 ` Robert Schuster
2008-12-19 4:32 ` John Lee
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Robert Schuster @ 2008-12-18 17:27 UTC (permalink / raw)
To: openembedded-devel; +Cc: John Lee
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
Hi,
GIT User account schrieb:
> TARGET_ARCH = "arm"
> -MACHINE_CLASS = "neo1973"
> -PACKAGE_EXTRA_ARCHS = "fic-gta02 ${MACHINE_CLASS}"
> +PACKAGE_EXTRA_ARCHS = "armv4t"
Something may be missing. When the change is applied I cannot build
anything because I get an error from the sanity checker:
ERROR: Openembedded'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, Your PACKAGE_ARCHS field contains duplicates. Perhaps you set
EXTRA_PACKAGE_ARCHS twice accidently through some tune file?
Regards
Robert
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev
2008-12-18 17:27 ` [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev Robert Schuster
@ 2008-12-19 4:32 ` John Lee
2008-12-19 5:09 ` John Lee
2008-12-19 8:42 ` Valentin Longchamp
2 siblings, 0 replies; 4+ messages in thread
From: John Lee @ 2008-12-19 4:32 UTC (permalink / raw)
To: openembedded-devel
I just shot myself in the foot do I?
(checking everything over again...)
- John
On Thu, Dec 18, 2008 at 06:27:37PM +0100, Robert Schuster wrote:
> Hi,
>
> GIT User account schrieb:
> > TARGET_ARCH = "arm"
> > -MACHINE_CLASS = "neo1973"
> > -PACKAGE_EXTRA_ARCHS = "fic-gta02 ${MACHINE_CLASS}"
> > +PACKAGE_EXTRA_ARCHS = "armv4t"
> Something may be missing. When the change is applied I cannot build
> anything because I get an error from the sanity checker:
>
> ERROR: Openembedded'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, Your PACKAGE_ARCHS field contains duplicates. Perhaps you set
> EXTRA_PACKAGE_ARCHS twice accidently through some tune file?
>
>
> Regards
> Robert
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev
2008-12-18 17:27 ` [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev Robert Schuster
2008-12-19 4:32 ` John Lee
@ 2008-12-19 5:09 ` John Lee
2008-12-19 8:42 ` Valentin Longchamp
2 siblings, 0 replies; 4+ messages in thread
From: John Lee @ 2008-12-19 5:09 UTC (permalink / raw)
To: openembedded-devel
On Thu, Dec 18, 2008 at 06:27:37PM +0100, Robert Schuster wrote:
> Hi,
>
> GIT User account schrieb:
> > TARGET_ARCH = "arm"
> > -MACHINE_CLASS = "neo1973"
> > -PACKAGE_EXTRA_ARCHS = "fic-gta02 ${MACHINE_CLASS}"
> > +PACKAGE_EXTRA_ARCHS = "armv4t"
> Something may be missing. When the change is applied I cannot build
> anything because I get an error from the sanity checker:
>
> ERROR: Openembedded'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, Your PACKAGE_ARCHS field contains duplicates. Perhaps you set
> EXTRA_PACKAGE_ARCHS twice accidently through some tune file?
>
>
> Regards
> Robert
>
I just love these new tune files.. :)
fix commited.
- John
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev
2008-12-18 17:27 ` [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev Robert Schuster
2008-12-19 4:32 ` John Lee
2008-12-19 5:09 ` John Lee
@ 2008-12-19 8:42 ` Valentin Longchamp
2 siblings, 0 replies; 4+ messages in thread
From: Valentin Longchamp @ 2008-12-19 8:42 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org; +Cc: John Lee
Robert Schuster wrote:
> GIT User account schrieb:
>> TARGET_ARCH = "arm"
>> -MACHINE_CLASS = "neo1973"
>> -PACKAGE_EXTRA_ARCHS = "fic-gta02 ${MACHINE_CLASS}"
>> +PACKAGE_EXTRA_ARCHS = "armv4t"
> Something may be missing. When the change is applied I cannot build
> anything because I get an error from the sanity checker:
>
> ERROR: Openembedded'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, Your PACKAGE_ARCHS field contains duplicates. Perhaps you set
> EXTRA_PACKAGE_ARCHS twice accidently through some tune file?
>
I don't know where this git change comes from, but for me it looks
wrong, it looks like a commit going _backwards_. The error you get is
because PACKAGE_ARCHS contains duplicates, and this comes from the
PACKAGE_EXTRA_ARCHS that is set in the above patch. You cannot have
duplicates in the PACKAGE_ARCHS variable. Here you certainly have armv4t
twice !
I think that now PACKAGE_EXTRA_ARCHS variables no longer are define in
conf/machine/files but in conf/machiine/include/tune-proc files.
Val
--
Valentin Longchamp, PhD Student, EPFL-STI-LSRO1
valentin.longchamp@epfl.ch, Phone: +41216937827
http://people.epfl.ch/valentin.longchamp
MEA3485, Station 9, CH-1015 Lausanne
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-12-19 8:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20081218161337.32EA0189349@amethyst.openembedded.net>
2008-12-18 17:27 ` [oe-commits] John Lee : om-gta02.conf: bring over this conf from om.dev Robert Schuster
2008-12-19 4:32 ` John Lee
2008-12-19 5:09 ` John Lee
2008-12-19 8:42 ` Valentin Longchamp
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.