summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-10-14 23:08:37 -0700
committerArmin Kuster <akuster808@gmail.com>2016-11-01 09:03:15 -0700
commitdbf381e349e3c6fe75b13255062e44438cc636e1 (patch)
tree02f6937ea81ade4361ab6ac0f4fbade5fd77cbf7 /recipes-devtools
parentcaa6bc74fb97c9fae92f0a83a9b8e8c6551543ac (diff)
downloadmeta-security-dbf381e349e3c6fe75b13255062e44438cc636e1.tar.gz
qemu: Add tpm flag
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu_2.7.0.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu_2.7.0.bbappend b/recipes-devtools/qemu/qemu_2.7.0.bbappend
new file mode 100644
index 0000000..d4cecb9
--- /dev/null
+++ b/recipes-devtools/qemu/qemu_2.7.0.bbappend
@@ -0,0 +1 @@
EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'tpm', '--enable-tpm', '', d)}"