Skip to content

Commit 9861e42

Browse files
committed
Supporting new lmp-factory-image
1 parent f7c5ea4 commit 9861e42

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require recipes-samples/images/lmp-partner-image.inc

recipes-samples/images/lmp-partner-arduino-image.bb renamed to recipes-samples/images/lmp-partner-image.inc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
SUMMARY = "Minimal partner image which includes OTA Lite, Docker, and OpenSSH support"
1+
SUMMARY = "Arduino factory image which includes OTA Lite, Docker, and OpenSSH support"
2+
23
FILESEXTRAPATHS:prepend := "${THISDIR}/configs:"
34

45
require recipes-samples/images/lmp-image-common.inc
@@ -19,10 +20,6 @@ require recipes-samples/images/lmp-feature-wifi.inc
1920
require recipes-samples/images/lmp-feature-ota-utils.inc
2021
require recipes-samples/images/lmp-feature-sbin-path-helper.inc
2122

22-
SRC_URI += "\
23-
file://sudoers-arduino-lmp \
24-
"
25-
2623
IMAGE_FEATURES += "ssh-server-dropbear"
2724

2825
CORE_IMAGE_BASE_INSTALL_GPLV3 = "\
@@ -39,7 +36,9 @@ CORE_IMAGE_BASE_INSTALL += " \
3936
${@bb.utils.contains('LMP_DISABLE_GPLV3', '1', '', '${CORE_IMAGE_BASE_INSTALL_GPLV3}', d)} \
4037
"
4138

42-
# Arduino additions
39+
SRC_URI += "\
40+
file://sudoers-arduino-lmp \
41+
"
4342

4443
LMP_EXTRA = " \
4544
lmp-device-tree \

0 commit comments

Comments
 (0)