dev-pkgs tools-sdk in nitrogen6x build

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

dev-pkgs tools-sdk in nitrogen6x build

1,069 Views
niklasmolin
Senior Contributor I

Hi.

I'm trying to build for my sabrelite board in Yocto (using machine nitrogen6x).

I'm trying to include the gcc compile, tools etc., so I add following lines in my local.conf file

IMAGE_FEATURES += " \

   dev-pkgs \

    tools-sdk \

"

But I get an error when I compile with this features (using core-image-base image):

ERROR: QA Issue: package libxml-parser-perl contains bad RPATH ...../build/tmp/sysroots/nitrogen6x/usr/lib in file ...../build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/libxml-parser-perl/2.41-r3/packages-split/libxml-parser-perl/usr/lib/perl/vendor_perl/5.14.3/auto/XML/Parser/Expat/Expat.so

ERROR: QA run found fatal errors. Please consider fixing them.

ERROR: Function failed: do_package_qa

ERROR: Logfile of failure stored in: ...../build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/libxml-parser-perl/2.41-r3/temp/log.do_package.11612

ERROR: Task 2598 (...../sources/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb, do_package) failed with exit code '1'

Is there anything I'm missing here?


Best regards,

Niklas

Labels (2)
0 Kudos
0 Replies