diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-12-30 00:44:50 -0800 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-02-18 07:28:31 -0800 |
commit | 984959dc041f4d0f5f8d74f43e08516af7fd14cc (patch) | |
tree | 9a793b07e46fb3905ffeeee2a9d8ad1368352ad7 | |
parent | 4bb688feaee50d1dacc98889c131fe016abbc6c3 (diff) | |
download | meta-xilinx-984959dc041f4d0f5f8d74f43e08516af7fd14cc.tar.gz |
qemu-xilinx.inc: Remove stale packageconfig options
OE-core provides the packageconfig option in qemu.inc, use it from
upstream.
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc index e3d2ee4c..4d463294 100644 --- a/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc +++ b/meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx.inc | |||
@@ -32,10 +32,6 @@ S = "${WORKDIR}/git" | |||
32 | PACKAGECONFIG_remove = "kvm" | 32 | PACKAGECONFIG_remove = "kvm" |
33 | PACKAGECONFIG_append = " fdt" | 33 | PACKAGECONFIG_append = " fdt" |
34 | 34 | ||
35 | # Enable libgcrypt | ||
36 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt," | ||
37 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" | ||
38 | |||
39 | DISABLE_STATIC_pn-${PN} = "" | 35 | DISABLE_STATIC_pn-${PN} = "" |
40 | 36 | ||
41 | PTEST_ENABLED = "" | 37 | PTEST_ENABLED = "" |