diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-04-16 07:34:41 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-17 13:57:28 -0400 |
commit | 7d2ee2dfa266f339d57823a72560ca2fcf01bd49 (patch) | |
tree | c20ecaa4218d867af677acc6f69aa105e33c6020 /recipes-networking/openvswitch/openvswitch-git/0001-Python3-compatibility-Convert-print-statements.patch | |
parent | 500e5d2ad58f78d3aa5132081123955b6681bb8c (diff) | |
download | meta-virtualization-7d2ee2dfa266f339d57823a72560ca2fcf01bd49.tar.gz |
sysvinit: fix DISTRO decode
the yocto-check-layer failed with:
Dependency on variable DISTRO_FEATURES_LIBC was added
Variable do_install value changed:
@@ -32,3 +32,7 @@
done
echo "" >> ${D}${sysconfdir}/inittab
fi
+ if echo "${DISTRO_FEATURES}" | grep -q 'xen'; then
+ echo "" >> ${D}${sysconfdir}/inittab
+ echo "X0:12345:respawn:/sbin/getty 115200 hvc0" >> ${D}${sysconfdir}/inittab
+ fi
used idea from meta-selinux
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/0001-Python3-compatibility-Convert-print-statements.patch')
0 files changed, 0 insertions, 0 deletions