Re: [poky] Changing permission for udev file devices in poky
Tim Orling <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANx9H-DZ3GdmHp9KGGf3QDhxmf+FuRQSqOJd8LwWD_jb78f8DA@mail.gmail.com> |
On Fri, May 3, 2024 at 1:51 PM ruom9900 via lists.yoctoproject.org <[email protected]> wrote: > Hello, > I'm trying to change the file ownership rules for i2c devices by > specifying the group to be a custom group. Im creating the custom group in > my local.conf file with EXTRA_USER_PARAMS , is there a way to modify the > file permissions from the local.conf file instead of the devfs-udev.rules > file ? You probably want to do a bbappend and modify the do_install with chmod command. > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13343): > https://lists.yoctoproject.org/g/poky/message/13343 > Mute This Topic: https://lists.yoctoproject.org/mt/105896480/924729 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [ > [email protected]] > -=-=-=-=-=-=-=-=-=-=-=- > >