Skip to content

Commit e8dc177

Browse files
committed
Fix file name
1 parent 979f342 commit e8dc177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require recipes-samples/images/lmp-feature-sysctl-hang-crash-helper.inc
1414
EXTRA_IMAGE_FEATURES = "package-management tools-debug"
1515

1616
SRC_URI += "\
17-
file://sudoers-arduino \
17+
file://sudoers-arduino-lmp-base \
1818
"
1919

2020
IMAGE_FEATURES += "ssh-server-dropbear"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require recipes-samples/images/lmp-feature-ota-utils.inc
2020
require recipes-samples/images/lmp-feature-sbin-path-helper.inc
2121

2222
SRC_URI += "\
23-
file://sudoers-arduino \
23+
file://sudoers-arduino-lmp \
2424
"
2525

2626
IMAGE_FEATURES += "ssh-server-dropbear"

0 commit comments

Comments
 (0)