From: "MOHAMMED HASSAN" <hassanchattarki@gmail.com>
To: "aravind posina" <posinaaravind0205@gmail.com>,
yocto@lists.yoctoproject.org
Subject: Re: [yocto] How to install files in root directory
Date: Mon, 09 Dec 2024 03:45:21 -0800 [thread overview]
Message-ID: <15637.1733744721485146927@lists.yoctoproject.org> (raw)
In-Reply-To: <CALvuYrmW4YabKyAPs43GYOihOeEL67=u7+yy_2EMeawSmPzHQg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 498 bytes --]
It didnt work for me guys.
I want to place the file in my root home directory.
# Root home directory
ROOT_HOME ??= "/root"
if you guys have suggestions for me please let me know. I have tried the following lines below but none worked.
install -d ${D}/${HOME}
install -m 0755 my-file ${D}/${HOME}/my-file
and also tried
install -d ${D}/root
install -m 0755 my-file ${D}/root/my-file
none worked.
Please let me know if they are any more options i can try.
Thanks
Hassan
[-- Attachment #2: Type: text/html, Size: 1024 bytes --]
next prev parent reply other threads:[~2024-12-09 11:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-04 4:52 How to install files in root directory MOHAMMED HASSAN
2024-12-04 5:36 ` [yocto] " Ashish Mishra
2024-12-04 5:37 ` aravind posina
2024-12-09 11:45 ` MOHAMMED HASSAN [this message]
2024-12-09 11:51 ` Alexander Kanavin
2024-12-09 12:27 ` Gyorgy Sarvari
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=15637.1733744721485146927@lists.yoctoproject.org \
--to=hassanchattarki@gmail.com \
--cc=posinaaravind0205@gmail.com \
--cc=yocto@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox