All of lore.kernel.org
 help / color / mirror / Atom feed
* [openbmc] Adding new recipe qa error
@ 2016-10-13 13:07 Arjun Padmanabhan
  2016-10-13 13:25 ` Patrick Williams
  0 siblings, 1 reply; 2+ messages in thread
From: Arjun Padmanabhan @ 2016-10-13 13:07 UTC (permalink / raw)
  To: openbmc@lists.ozlabs.org; +Cc: Balaji Marimuthu

[-- Attachment #1: Type: text/plain, Size: 1480 bytes --]

Hi,

I was using host usb passthorugh for testing my application in emulated environment when using qemu-x86-64.  I could access host usb by adding "-usb -device usb-host,hostbus=x,hostaddr=y" to qemu. Usb will be added in /mnt/.

Same command is not working as expected in qemuarm emulated environment. Command is passing but I could not access usb in emulated environment. When executing qemu command, usb is getting ejected from host system.

-Anyone have idea on emulating a host usb in qemuarm environment?

As an alternative way, I am adding a custom recipe which includes my application. Application folder structure includes cross-compiled *.a and *.so.

I am getting following errors while do_package_qa().


-          Mycode-1.0-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library ...............

-          Mycode-1.0-r0 do_package_qa: QA Issue:No GNU_HASH in elf binary .......................

-Is there any way to include static library in my recipe to openbmc image by getting past qa issue?

-Is there a way to skip GNU_HASH check in so files which is in my custom development recipe?

-          A way I found while searching through google was to add export LD="${LD} --hash-style=gnu" before compiling my binaries. Is there any other way where I can disable GNU_CHECK for my recipe?


Thanks and Regards
Arjun Padmanabhan
Software Design Engineer
Microsemi Storage Solutions India Pvt. Ltd.








[-- Attachment #2: Type: text/html, Size: 9428 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-13 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 13:07 [openbmc] Adding new recipe qa error Arjun Padmanabhan
2016-10-13 13:25 ` Patrick Williams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.