We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06162b commit 731a240Copy full SHA for 731a240
meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_9.2.1.bb
@@ -133,6 +133,8 @@ do_configure[cleandirs] += "${B}"
133
do_install () {
134
export STRIP=""
135
oe_runmake 'DESTDIR=${D}' install
136
+ install -m 0755 ${WORKDIR}/build/contrib/ivshmem-server/ivshmem-server ${D}${bindir}
137
+ install -m 0755 ${WORKDIR}/build/contrib/ivshmem-client/ivshmem-client ${D}${bindir}
138
139
# If we built the guest agent, also install startup/udev rules
140
if [ -e "${D}${bindir}/qemu-ga" ]; then
0 commit comments