On Wed, 8 Mar 2023 at 17:34, Sourabh Hegde <[email protected]> wrote:
> Update: Tried below approach
>
> do_install() {
>     install -d ${D}${custom}/
>     install -m 0755 ${S}/sample.sh ${D}${custom}/sample.sh
> }
>
> FILES_${PN} = " \
>     ${custom}/sample.sh \
> "
>
> But, getting the error "Files/directories were installed but not shipped in 
> any package"

This is not enough information. To be able to help, I need to see the
complete recipe, the command you are issuing, and the complete error
message that happens. You can simply publish your work in public git
somewhere as well.

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59370): https://lists.yoctoproject.org/g/yocto/message/59370
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