Skip to content

Commit 88c4b56

Browse files
angoliniricardosalveti
authored andcommitted
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. 7c58dc7 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
1 parent bfb6e73 commit 88c4b56

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

lmp/jobserv.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,28 @@ triggers:
175175
persistent-volumes:
176176
bitbake: /var/cache/bitbake
177177

178+
- name: build-lmp-base-{loop}
179+
container: hub.foundries.io/lmp-sdk
180+
host-tag: amd64-partner-gcp-nocache
181+
loop-on:
182+
- param: MACHINE
183+
values:
184+
- beaglebone-yocto
185+
- generic-arm64
186+
- intel-corei7-64
187+
- qemuarm64-secureboot
188+
- raspberrypi4-64
189+
- raspberrypi5
190+
params:
191+
BITBAKE_EXTRA_ARGS: --continue
192+
DISTRO: lmp-base
193+
IMAGE: lmp-base-console-image
194+
script-repo:
195+
name: fio
196+
path: lmp/build.sh
197+
persistent-volumes:
198+
bitbake: /var/cache/bitbake
199+
178200
# wayland distro flavor
179201
- name: build-lmp-wayland-{loop}
180202
container: hub.foundries.io/lmp-sdk

0 commit comments

Comments
 (0)