diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-31 23:36:24 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-31 23:36:24 +0200 |
commit | 628201de96144e4a3aa475920ee4b3774b0aa8bd (patch) | |
tree | 54d48c4eded496abcc0bef3fd86b8fbff82bd46d /meta-agl-profile-core/recipes-devtools | |
parent | ef3874b1ae23e7a073a7c42ed7fde416ed02556e (diff) |
Fix the location of the qemu bbappend
The previous commit had it in the wrong folder.
Correct that.
Change-Id: Iadced308d90f4bb0babb40cc7e37f4c20a93a860
Bug-AGL: SPEC-2450
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/qemu/qemu_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/qemu/qemu_%.bbappend b/meta-agl-profile-core/recipes-devtools/qemu/qemu_%.bbappend new file mode 100644 index 000000000..1a6a98b7f --- /dev/null +++ b/meta-agl-profile-core/recipes-devtools/qemu/qemu_%.bbappend @@ -0,0 +1 @@ +QEMU_TARGETS_class-target_aglegvirt = " aarch64 x86_64" |