#!/usr/bin/env bash | |
# | |
# Copyright (c) 2019-2022, Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
fetch_tf_resource() { | |
busybox_prebuilt=$css_downloads/sgi/sgi575 | |
url="$busybox_prebuilt/grub-busybox.img" saveas="rootfs.bin" fetch_file | |
archive_file "rootfs.bin" | |
} | |
generate_lava_job_template() { | |
uart="0" file="linux-rd-busybox.exp" track_expect | |
payload_type="linux" gen_fvp_yaml_template | |
} |