10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
|
|
PACKAGECONFIG:qoriq-ppc = "qemu yajl lxc test remote macvtap libvirtd netcf udev python"
|
||
|
|
|
||
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||
|
|
SRC_URI:append:qoriq-ppc = " file://qemu.conf"
|
||
|
|
|
||
|
|
do_install:append:qoriq-ppc() {
|
||
|
|
install -m 0644 ${WORKDIR}/qemu.conf ${D}${sysconfdir}/libvirt/qemu.conf
|
||
|
|
}
|
||
|
|
|