Skip to content

Commit

Permalink
projects: lkft: devices: fastboot: fix kir update
Browse files Browse the repository at this point in the history
Fixes: 0ac4b22 ("projects: lkft: fastboot: kir: use trixie rootfs")
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Jun 6, 2024
1 parent cb53520 commit 7091cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lava_test_plans/projects/lkft/fastboot.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% set DEPLOY_TARGET = DEPLOY_TARGET|default("downloads") %}
{% set DOCKER_IMAGE_DEPLOY = DOCKER_IMAGE_DEPLOY|default("linaro/kir:20240605") %}
{% set DOCKER_IMAGE_BOOT = DOCKER_IMAGE_BOOT|default("linaro/kir:20240605") %}
{% set DOCKER_IMAGE_POSTPROCESS = DOCKER_IMAGE_POSTPROCESS|default("linaro/kir:20240124") %}
{% set DOCKER_IMAGE_POSTPROCESS = DOCKER_IMAGE_POSTPROCESS|default("linaro/kir:20240605") %}
{% set DOCKER_PTABLE_FILE = DOCKER_PTABLE_FILE|default("ptable-linux-8g.img") %}
{% set DOCKER_BOOT_FILE = DOCKER_BOOT_FILE|default("boot.img") %}
{% set DOCKER_ROOTFS_FILE = DOCKER_ROOTFS_FILE|default("rootfs.img") %}
Expand Down

0 comments on commit 7091cd3

Please sign in to comment.