blob: 26c7235638bcb6ada9015b19573190c0a19188b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/bash
REQUIRED_GIT="
https://gitlab.com/qemu-project/qemu.git||${CONFIG_QEMU_VERSION:-v9.1.0}
"
# copy everything since there is a clean installation done by 'make install'
REQUIRED_DIRECTORIES="/"
|