[yocto] Warning: QA Issue: requires libc.so.6(GLIBC_2.7), but no providers in its RDEPENDs

2017-07-17 Thread S.R.Sasi Kumar
Greetings! I am new to Yocto project. I am building a simple sample application using Yocto Project, Krogoth branch. I am getting a warning "do_package_qa: QA Issue: requires libc.so.6(GLIBC_2.7)(64-bit) , bit no providers in (file-rdeps), however the application builds and runs. Can anyone k

Re: [yocto] WARNING: QA Issue

2015-02-22 Thread Bruce Ashfield
On Sun, Feb 22, 2015 at 10:32 AM, Kai Ulrich wrote: > Hi, > > > During a "bitbake core-image-sato-sdk" > WARNING: QA Issue: smstools3 requires /bin/bash, but no providers in its > RDEPENDS [file-rdeps] > > You can find the sources > https://github.com/kaiulrich/meta-smstools3 > > Any thing I can

[yocto] WARNING: QA Issue

2015-02-22 Thread Kai Ulrich
Hi, During a "bitbake core-image-sato-sdk" WARNING: QA Issue: smstools3 requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] You can find the sources https://github.com/kaiulrich/meta-smstools3 Any thing I can do against this? Friendly regards Kai log.do_package_qa: DEBUG: Exec

Re: [yocto] WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.0.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr)

2012-08-25 Thread Tomas Frydrych
On 25/08/12 16:29, Andrei Gherzan wrote: > The obvious fix would be to move libgudev in /usr but before > doing this we need to be sure that nobody needs this in the early stages of > booting. That does not really matter; as things are if something is trying to use libgudev before /usr is mounted,

Re: [yocto] WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.0.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr)

2012-08-25 Thread Andrei Gherzan
On Sat, Aug 25, 2012 at 4:14 PM, Elvis Dowson wrote: > Hi, > I have added support for gcc-4.5 and eglibc-2.13, in the retired > tool-chain layer, and ran the build, against the latest poky master branch, > and get the following warnings: > > Build Configuration: > BB_VERSION= "1.15.3

[yocto] WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.0.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr)

2012-08-25 Thread Elvis Dowson
Hi, I have added support for gcc-4.5 and eglibc-2.13, in the retired tool-chain layer, and ran the build, against the latest poky master branch, and get the following warnings: Build Configuration: BB_VERSION= "1.15.3" TARGET_ARCH = "powerpc" TARGET_OS = "linux" MACHI