aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-10 23:41:08 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-10 23:41:08 +0000
commitb86cac15cecaa6da4e5def9b50b93c46ff464b33 (patch)
tree4bbd44ee11bfba6e4204641ed6a06fc23ef5259f /meta/conf/machine/qemux86.conf
parente56772676ea9be4fa6914af578c5f306643e7e7b (diff)
downloadopenembedded-core-contrib-b86cac15cecaa6da4e5def9b50b93c46ff464b33.tar.gz
qemux86.conf: Add essential dependency on v86d
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3458 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 2378a9990e..cce881043f 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -15,3 +15,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
+
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"