All of lore.kernel.org
 help / color / mirror / Atom feed
From: Surya <surya.n@easyarm.com>
To: yocto@yoctoproject.org
Subject: Copying Static library to libdir of YOCTO
Date: Tue, 28 Mar 2017 16:32:38 +0530	[thread overview]
Message-ID: <58DA42CE.4040809@easyarm.com> (raw)

Hello ,

I am facing some issues , when trying to copy static libraries like 
libaccess.a  & liblang.a to ${libdir} of rootfs.

I can see those libraries in the  "usr/lib" directory of that particular 
package which is generated in "tmp/work" folder . But somehow these 
libraries are not copied to rootfs "/usr/lib" directory.

I am using below instructions:

         install -d ${D}${libdir}/
         install -m 0755 ${S}/accesslib_new/libaccess.a ${D}${libdir}

         install -d ${D}${libdir}/
         install -m 0755 ${S}/WebServices_LanguageLibrary/liblang.a 
${D}${libdir}


Any suggestion...


Thanks & regards
Surya


             reply	other threads:[~2017-03-28 12:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 11:02 Surya [this message]
2017-03-28 12:18 ` Copying Static library to libdir of YOCTO Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58DA42CE.4040809@easyarm.com \
    --to=surya.n@easyarm.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.