From 80efccaa346c2387ea1e5d7711fce07166ef83e8 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 29 Oct 2025 16:59:49 -0300 Subject: [PATCH] lmp/jobserv: Bring lmp-base distro build back for LTS Based on [1] bring back the DISTRO=lmp-base build for scarthgap/lts branch, but using the current machine list. https://github.com/foundriesio/ci-scripts/commit/7c58dc74c8915c19a4f4e67f88b637ca0dd982f Signed-off-by: Daiane Angolini --- lmp/jobserv.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/lmp/jobserv.yml b/lmp/jobserv.yml index 663ea1e6..09e2c0b1 100644 --- a/lmp/jobserv.yml +++ b/lmp/jobserv.yml @@ -175,6 +175,28 @@ triggers: persistent-volumes: bitbake: /var/cache/bitbake + - name: build-lmp-base-{loop} + container: hub.foundries.io/lmp-sdk + host-tag: amd64-partner-gcp-nocache + loop-on: + - param: MACHINE + values: + - beaglebone-yocto + - generic-arm64 + - intel-corei7-64 + - qemuarm64-secureboot + - raspberrypi4-64 + - raspberrypi5 + params: + BITBAKE_EXTRA_ARGS: --continue + DISTRO: lmp-base + IMAGE: lmp-base-console-image + script-repo: + name: fio + path: lmp/build.sh + persistent-volumes: + bitbake: /var/cache/bitbake + # wayland distro flavor - name: build-lmp-wayland-{loop} container: hub.foundries.io/lmp-sdk