Skip to content

Commit

Permalink
Supporting new lmp-factory-image
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed Oct 1, 2024
1 parent f7c5ea4 commit 9861e42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions recipes-samples/images/lmp-factory-image.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require recipes-samples/images/lmp-partner-image.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SUMMARY = "Minimal partner image which includes OTA Lite, Docker, and OpenSSH support"
SUMMARY = "Arduino factory image which includes OTA Lite, Docker, and OpenSSH support"

FILESEXTRAPATHS:prepend := "${THISDIR}/configs:"

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

SRC_URI += "\
file://sudoers-arduino-lmp \
"

IMAGE_FEATURES += "ssh-server-dropbear"

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

# Arduino additions
SRC_URI += "\
file://sudoers-arduino-lmp \
"

LMP_EXTRA = " \
lmp-device-tree \
Expand Down

0 comments on commit 9861e42

Please sign in to comment.