Skip to content

Commit

Permalink
projects: lkft: devices: rb5: update ptable_url to snapshots url
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  • Loading branch information
roxell committed Jun 12, 2024
1 parent 70fe208 commit 08d5e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lava_test_plans/projects/lkft/devices/qrb5165-rb5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% set BOOT_LABEL = "kernel" %}
{% set BOOT_LABEL_OVERRIDE = true %}
{% set DOCKER_PTABLE_FILE = DOCKER_PTABLE_FILE|default("gpt_both0.bin") %}
{% set PTABLE_URL = PTABLE_URL|default("https://people.linaro.org/~anders.roxell/rb5-bootloader-ufs-linux-21/gpt_both0.bin") %}
{% set PTABLE_URL = PTABLE_URL|default("https://images.validation.linaro.org/snapshots.linaro.org/96boards/qrb5165-rb5/linaro/rescue/27/rb5-bootloader-ufs-linux-27/gpt_both0.bin") %}
{% set MODULES_URL_COMP = MODULES_URL_COMP|default("xz") %}
{% set OVERLAY_KSELFTEST_URL_FORMAT = OVERLAY_KSELFTEST_URL_FORMAT|default("tar") %}
{% set OVERLAY_KSELFTEST_URL_COMP = OVERLAY_KSELFTEST_URL_COMP|default("xz") %}
Expand Down

0 comments on commit 08d5e27

Please sign in to comment.