From 628201de96144e4a3aa475920ee4b3774b0aa8bd Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 31 May 2019 23:36:24 +0200 Subject: Fix the location of the qemu bbappend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-agl-profile-core/recipes-core/qemu/qemu_2.%.bbappend | 1 - meta-agl-profile-core/recipes-devtools/qemu/qemu_%.bbappend | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 meta-agl-profile-core/recipes-core/qemu/qemu_2.%.bbappend create mode 100644 meta-agl-profile-core/recipes-devtools/qemu/qemu_%.bbappend diff --git a/meta-agl-profile-core/recipes-core/qemu/qemu_2.%.bbappend b/meta-agl-profile-core/recipes-core/qemu/qemu_2.%.bbappend deleted file mode 100644 index 1a6a98b7f..000000000 --- a/meta-agl-profile-core/recipes-core/qemu/qemu_2.%.bbappend +++ /dev/null @@ -1 +0,0 @@ -QEMU_TARGETS_class-target_aglegvirt = " aarch64 x86_64" 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" -- cgit 1.2.3-korg