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
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
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
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,
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
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