mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

To ensure yocto compatibility, we should not be changing the behaviour of recipes simply when meta-virt is included. As such, we change our sysvinit-inittab changes to only trigger when virtualization is in the distro features. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
10 lines
268 B
PHP
10 lines
268 B
PHP
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
|
|
SRC_URI += "file://getty-wrapper"
|
|
|
|
do_install_append() {
|
|
install -d ${D}${base_sbindir}
|
|
install -m 0755 ${WORKDIR}/getty-wrapper ${D}${base_sbindir}/getty-wrapper
|
|
}
|
|
FILES_${PN} += "${base_sbindir}/getty-wrapper"
|