Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

base: os-release: use LMP_FACTORY_IMAGE for factory-based image #858

Merged
merged 1 commit into from
Oct 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions meta-lmp-base/recipes-core/os-release/os-release.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OS_RELEASE_UNQUOTED_FIELDS += "IMAGE_ID IMAGE_VERSION"
# Default values when not built via our factory CI
LMP_DEVICE_FACTORY ?= "lmp"
LMP_DEVICE_REGISTER_TAG ?= "master"
IMAGE ??= "lmp-factory-image"
LMP_FACTORY_IMAGE ??= "lmp-factory-image"
H_BUILD ??= "local-image"

DEFAULT_HOSTNAME = "${MACHINE}"
Expand All @@ -13,7 +13,7 @@ SUPPORT_URL = "https://support.foundries.io/"
LMP_MACHINE = "${MACHINE}"
LMP_FACTORY = "${LMP_DEVICE_FACTORY}"
LMP_FACTORY_TAG = "${LMP_DEVICE_REGISTER_TAG}"
IMAGE_ID = "${IMAGE}"
IMAGE_ID = "${LMP_FACTORY_IMAGE}"
IMAGE_VERSION = "${H_BUILD}"

inherit deploy
Expand Down