All of lore.kernel.org
 help / color / mirror / Atom feed
* header file missing in populated SDK
@ 2013-09-02 14:56 Hans Beckérus
  2013-09-03  2:05 ` ChenQi
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Beckérus @ 2013-09-02 14:56 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hi. We are having some issues figuring out why one of our header files
fails to be installed properly into the SDK. The header file is
currently installed using a few lines in one of our recipe:

do_install_append() {
        install -m 0644 ${S}/foo.h
${STAGING_DIR}/${MACHINE}${includedir}/linux/foo.h
}

foo.h ends up ok in our build/tmp/sysroots, but it does not make it to the SDK.
Is our do_install_append wrong in some way, does it have to be updated
to support SDK builds? Maybe it is wrong to use ${MACHINE} here?

Thanks.
Hans


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

end of thread, other threads:[~2013-09-03 15:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02 14:56 header file missing in populated SDK Hans Beckérus
2013-09-03  2:05 ` ChenQi
2013-09-03  8:27   ` Hans Beckérus
2013-09-03 12:37     ` Bruce Ashfield
2013-09-03 12:46       ` Hans Beckérus
2013-09-03 15:27         ` Bruce Ashfield

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.