Harrison Mutai | a197d5d | 2022-09-15 13:45:21 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2022 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | fetch_tf_resource() { | ||||
9 | kernel_type="qemu-busybox" get_kernel | ||||
10 | url="$rootfs_url" filename="rootfs.bin" fetch_and_archive | ||||
11 | } |