blob: 1efbcb73ad81b95844a38b4f2083050499c80820 [file] [log] [blame]
Anurag Koulc7f61ce2021-02-24 19:11:06 +00001#!/usr/bin/env bash
2#
Chris Kay4e8aaf12022-09-01 15:21:55 +01003# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
Anurag Koulc7f61ce2021-02-24 19:11:06 +00004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8fetch_tf_resource() {
Chandni Cherukuri57f4b912021-07-30 14:06:09 +05309 url="$morello_prebuilts/busybox.img" saveas="busybox.bin" fetch_file
Anurag Koulc7f61ce2021-02-24 19:11:06 +000010 archive_file "busybox.bin"
Chris Kay4e8aaf12022-09-01 15:21:55 +010011}
12
13generate_lava_job_template() {
14 uart="1" set_primary="1" file="linux-rd-busybox.exp" track_expect
Anurag Koulc7f61ce2021-02-24 19:11:06 +000015
16 payload_type="linux" gen_fvp_yaml_template
17}