Re: [yocto] Recipe Debug - QA Issue

2016-06-02 Thread Oleksandr Poznyak
WinSystems, Inc. > > (972) 571-8657 > > www.winsystems.com > > > > *From:* Oleksandr Poznyak [mailto:oleksandr.pozn...@gmail.com] > *Sent:* Wednesday, June 01, 2016 11:20 AM > > *To:* Paul DeMetrotion > *Cc:* yocto@yoctoproject.org > *Subject:* Re: [yocto] Recipe Debug -

Re: [yocto] Recipe Debug - QA Issue

2016-06-01 Thread Paul DeMetrotion
ksandr Poznyak [mailto:oleksandr.pozn...@gmail.com] Sent: Wednesday, June 01, 2016 11:20 AM To: Paul DeMetrotion Cc: yocto@yoctoproject.org Subject: Re: [yocto] Recipe Debug - QA Issue oops! FILES_${PN} += "${base_libdir}" That's it On Wed, Jun 1, 2016 at 6:42 PM, Paul DeMetrot

Re: [yocto] Recipe Debug - QA Issue

2016-06-01 Thread Oleksandr Poznyak
eksandr Poznyak [mailto:oleksandr.pozn...@gmail.com] > *Sent:* Wednesday, June 01, 2016 8:40 AM > *To:* Paul DeMetrotion > *Cc:* yocto@yoctoproject.org > *Subject:* Re: [yocto] Recipe Debug - QA Issue > > > > Hi, > 1) It's more common to use FILES_${PN} += ... >

Re: [yocto] Recipe Debug - QA Issue

2016-06-01 Thread Paul DeMetrotion
) 571-8657 www.winsystems.com<http://www.winsystems.com/> From: Oleksandr Poznyak [mailto:oleksandr.pozn...@gmail.com] Sent: Wednesday, June 01, 2016 8:40 AM To: Paul DeMetrotion Cc: yocto@yoctoproject.org Subject: Re: [yocto] Recipe Debug - QA Issue Hi, 1) It's more common to use

Re: [yocto] Recipe Debug - QA Issue

2016-06-01 Thread Oleksandr Poznyak
Hi, 1) It's more common to use FILES_${PN} += ... 2) Please, remove ${D} from FILES_${PN} Try this: FILES_${PN} += " \ ${kmoddir}/onebox_common_gpl.ko \ ${kmoddir}/onebox_gpl.ko \ ${kmoddir}/onebox_nongpl.ko \ ${kmoddir}/onebox_wlan_gpl.ko \ ${kmoddir}/onebox_wlan_nongpl.ko \

[yocto] Recipe Debug - QA Issue

2016-06-01 Thread Paul DeMetrotion
I have created a simple (?) recipe to copy some existing drivers and scripts into my kernel image. I am getting the following error when I attempt to bitbake the recipe. Is this a license issue? ERROR: QA Issue: rs9113: Files/directories were installed but not shipped /lib /lib/modules /li