Re: [poky] Changing permission for udev file devices in poky
Tim Orling <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANx9H-D=YcoVUK+xJJdKTZg0haFeLZyojUvUuY2g_1UQjRo0pg@mail.gmail.com> |
On Fri, May 3, 2024 at 2:09 PM Tim Orling via lists.yoctoproject.org <[email protected]> wrote: > > > 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. > or chown might be more appropriate for your custom group use case. > > >> >> >> > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13344): > https://lists.yoctoproject.org/g/poky/message/13344 > Mute This Topic: https://lists.yoctoproject.org/mt/105896480/924729 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [ > [email protected]] > -=-=-=-=-=-=-=-=-=-=-=- > >