summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2019-12-30 00:44:50 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-02-18 07:28:31 -0800
commit984959dc041f4d0f5f8d74f43e08516af7fd14cc (patch)
tree9a793b07e46fb3905ffeeee2a9d8ad1368352ad7
parent4bb688feaee50d1dacc98889c131fe016abbc6c3 (diff)
downloadmeta-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.inc4
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"
32PACKAGECONFIG_remove = "kvm" 32PACKAGECONFIG_remove = "kvm"
33PACKAGECONFIG_append = " fdt" 33PACKAGECONFIG_append = " fdt"
34 34
35# Enable libgcrypt
36PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt,"
37PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc"
38
39DISABLE_STATIC_pn-${PN} = "" 35DISABLE_STATIC_pn-${PN} = ""
40 36
41PTEST_ENABLED = "" 37PTEST_ENABLED = ""