diff options
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index d2ecb619d9..71828d8d8d 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
| @@ -43,8 +43,7 @@ PARALLEL_MAKE = "" | |||
| 43 | 43 | ||
| 44 | S = "${WORKDIR}/git" | 44 | S = "${WORKDIR}/git" |
| 45 | 45 | ||
| 46 | DEPENDS_class-native="util-linux-native iasl-native qemu-native" | 46 | DEPENDS_class-native="util-linux-native iasl-native" |
| 47 | |||
| 48 | DEPENDS_class-target="ovmf-native" | 47 | DEPENDS_class-target="ovmf-native" |
| 49 | 48 | ||
| 50 | DEPENDS_append = " nasm-native" | 49 | DEPENDS_append = " nasm-native" |
| @@ -232,6 +231,10 @@ FILES_ovmf-shell-efi = " \ | |||
| 232 | efi/ \ | 231 | efi/ \ |
| 233 | " | 232 | " |
| 234 | 233 | ||
| 234 | DEPLOYDEP = "" | ||
| 235 | DEPLOYDEP_class-target = "qemu-system-native:do_populate_sysroot" | ||
| 236 | do_deploy[depends] += "${DEPLOYDEP}" | ||
| 237 | |||
| 235 | do_deploy() { | 238 | do_deploy() { |
| 236 | } | 239 | } |
| 237 | do_deploy[cleandirs] = "${DEPLOYDIR}" | 240 | do_deploy[cleandirs] = "${DEPLOYDIR}" |
