Hello,

I have some files which I need to install them to a custom partition (to 
/mnt/custom). But, I couldn't find any installation variables to install files 
to /mnt/ (partiton other than rootfs).
I want to do something like below:

do_install() {
install -d ${D}$<mnt>/custom
install -m 0755 ${S}/sample.sh ${D}$<mnt>/custom/sample.sh
}

But I think this is not supported or not easily possible.

Can anyone please let me know how to install files to partition other than / ?

Thanks in advance
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59363): https://lists.yoctoproject.org/g/yocto/message/59363
Mute This Topic: https://lists.yoctoproject.org/mt/97467970/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to