Openmoko Bug #2182: [openembedded] build fails due to duplicates in PACKAGE_ARCHS

Openmoko Public Trac bugs at docs.openmoko.org
Fri Dec 19 01:17:09 CET 2008


#2182: [openembedded] build fails due to duplicates in PACKAGE_ARCHS
---------------------+------------------------------------------------------
 Reporter:  joel     |          Owner:  openmoko-devel
     Type:  defect   |         Status:  new           
 Priority:  normal   |      Milestone:                
Component:  unknown  |        Version:  unspecified   
 Severity:  normal   |       Keywords:                
 Haspatch:  0        |      Blockedby:                
Estimated:           |    Patchreview:                
 Blocking:           |   Reproducible:                
---------------------+------------------------------------------------------
 I had to remove "armv4t" in om-gta02.conf (see diff below) since tune-
 arm920t.inc is included and also defines "armv4t".

 /joel

 Error:
 {{{
 $ cd shr-testing; make image
 . conf/topdir.conf && test "`pwd`" = "$TOPDIR" || echo
 "TOPDIR='`pwd`'" > conf/topdir.conf
 . ./setup-env; exec bitbake "shr-image"
 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?

 make: *** [image] Error 1
 }}}

 Diff for shr-testing/openembedded:
 {{{
 #!diff

 diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
 index f3e746b..37c5c89 100644
 --- a/conf/machine/om-gta02.conf
 +++ b/conf/machine/om-gta02.conf
 @@ -5,7 +5,7 @@
 #-----------------------------------------------------------------------------

  TARGET_ARCH = "arm"
 -PACKAGE_EXTRA_ARCHS = "armv4t"
 +# PACKAGE_EXTRA_ARCHS = "armv4t"

  PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko"
  PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo"
 }}}

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/2182>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac


More information about the buglog mailing list