remove use of meta-virtualization
Remove meta-virtualization from any bblayer.conf.samples. It was
originally added for the python-pyyaml and python-gevent recipes
but better maintained versions of these recipes are provided by
meta-python.
Before this can be done the python-gevent bbappend in the phosphor
layer must be removed. The version scope was wildcarded to any version
but the patches don't apply to python-gevent_1.2.2, which becomes the
default from meta-python when meta-virt is removed. Drop the bbappend.
Change-Id: I6658a163460e3c8e63dc7371ffff803a7b6915b5
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-lanyang/conf/bblayers.conf.sample b/meta-lanyang/conf/bblayers.conf.sample
index cf49c35..baddd56 100644
--- a/meta-lanyang/conf/bblayers.conf.sample
+++ b/meta-lanyang/conf/bblayers.conf.sample
@@ -12,7 +12,6 @@
##OEROOT##/import-layers/meta-openembedded/meta-networking \
##OEROOT##/import-layers/meta-openembedded/meta-perl \
##OEROOT##/import-layers/meta-openembedded/meta-python \
- ##OEROOT##/import-layers/meta-virtualization \
##OEROOT##/meta-phosphor \
##OEROOT##/meta-openbmc-bsp/meta-aspeed \
##OEROOT##/meta-openbmc-machines/meta-openpower \
@@ -26,7 +25,6 @@
##OEROOT##/import-layers/meta-openembedded/meta-networking \
##OEROOT##/import-layers/meta-openembedded/meta-perl \
##OEROOT##/import-layers/meta-openembedded/meta-python \
- ##OEROOT##/import-layers/meta-virtualization \
##OEROOT##/meta-phosphor \
##OEROOT##/meta-openbmc-bsp/meta-aspeed \
##OEROOT##/meta-openbmc-machines/meta-openpower \