Skip to content

Commit e7d16cc

Browse files
committed
Create sudoers file for lmp
1 parent 8f6dcb0 commit e7d16cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

recipes-samples/images/lmp-partner-arduino-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ IMAGE_INSTALL:append:portenta-x8 = " openocd"
7878
fakeroot do_populate_rootfs_add_custom_sudoers () {
7979
# Allow sudo group users to use sudo
8080
bbwarn Changing sudoers for arduino ootb!
81-
install -m 0440 ${WORKDIR}/sudoers-arduino ${IMAGE_ROOTFS}${sysconfdir}/sudoers.d/51-arduino
81+
install -m 0440 ${WORKDIR}/sudoers-arduino-lmp ${IMAGE_ROOTFS}${sysconfdir}/sudoers.d/51-arduino
8282
}
8383

8484
IMAGE_PREPROCESS_COMMAND += "do_populate_rootfs_add_custom_sudoers; "

0 commit comments

Comments
 (0)