From: Marek Andrus <marek.andrus@wp.pl>
To: yocto@yoctoproject.org
Subject: Re: put symlink into /usr in sysroot
Date: Fri, 13 Jun 2014 17:22:31 +0200 [thread overview]
Message-ID: <539B1737.20402@wp.pl> (raw)
In-Reply-To: <53983E7B.6070001@wp.pl>
I've found the solution. I created a function (fun) and added it to the
functions called during populate_sysroot:
SYSROOT_PREPROCESS_FUNCS += "fun"
The function fun does the work: ln -s lib ${SYSROOT_DESTDIR}usr/lib64
BR,
Marek
On 11.06.2014 13:33, ext Marek Andrus wrote:
> Hi,
>
> I have to make symbolic link /usr/lib64 to /usr/lib in target sysroot.
> I create it in install phase and it appears in output rpm package.
> Unfortunately it doesn't appear in sysroot. I've found that if I
> create links/files inside eg. /usr/lib the same way, they appear in
> sysroot. So probably the question should be like this: how to put
> anything into /usr or / in sysroot?
>
> BR,
> Marek Andrus
prev parent reply other threads:[~2014-06-13 15:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-11 11:33 put symlink into /usr in sysroot Marek Andrus
2014-06-13 15:22 ` Marek Andrus [this message]
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=539B1737.20402@wp.pl \
--to=marek.andrus@wp.pl \
--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.