[oe-commits] [Bug 5156] New: meta-toolchain doesn't produce any *.pc files in deployed file

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Fri Jun 12 23:18:38 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5156

           Summary: meta-toolchain doesn't produce any *.pc files in
                    deployed file
           Product: Openembedded
           Version: Angstrom 2008.x
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: quickx at hotmail.com
   Estimated Hours: 0.0


My apologies if this is how it is suppose to be.  I compared a toolchain I made
via "bitbake meta-toolchain" with a toolchain I found online and noticed that
there is no pkgconfig folder in my version.

I'm building for a at91sam9261ek MACHINE type, and using the latest dev branch.
 I'm using the local.conf.sample file modified for at91sam9261ek.  My host is a
Ubuntu machine.  I can "bitbake x11-image" fine and it creates a image that
works on the board.  When I "bitbake meta-toolchain" it creates two compressed
files in my deploy/sdk directory, however, the "*-extras" file is empty.


dustin at dds186:/usr/local/angstrom/arm$ find -name '*.pc'
./lib/pkgconfig/libopkg.pc
./lib/pkgconfig/zlib.pc
dustin at dds186:/usr/local/angstrom/arm$ find -name 'pkgconfig'
./lib/pkgconfig
dustin at dds186:/usr/local/angstrom/arm$

>From the looks of it, the pkgconfig should contain a fair bit of files and be
located here:
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib/pkgconfig

In my ${OETREE}/build/tmp/ folder there are hundreds of *.pc files, and, I
believe the pkgconfig data is needed to compile gpe applications manually.  At
the very least the "environment-setup" file provided sets up the folder for the
pkgconfig to a non-existing folder in my case.

Thanks.  There were 0 fails during the "bitbake meta-toolchain" build and I'm
unsure what logs to provide if any.  My end goal is to build the simple
gpe-hello application via commandline (then Eclipse).  I'm able to make a
bitbake recipe which lets OE compiles it fine.

If any extra information is needed I can try to provide.  If you have
suggestions for my goal it would much appreciated as well.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list