Add read-only file to /etc/ in WP76xx module using yocto

Hi all,

I want to add files under /etc/test using yocto for the WP76xx module OS, but I want this file test to be a read-only file. How do add this file?

does this help?

Well yes for adding a file, but what about “Read-only”?

does this document help?

I saw it would do something like " install -m 0755 … "

1 Like