Skip to content

Commit 731a240

Browse files
committed
qemu: install ivshmem-server/ivshmem-client
Those are needed for testing ipc/ipm in zephyr. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent a06162b commit 731a240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_9.2.1.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ do_configure[cleandirs] += "${B}"
133133
do_install () {
134134
export STRIP=""
135135
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}
136138

137139
# If we built the guest agent, also install startup/udev rules
138140
if [ -e "${D}${bindir}/qemu-ga" ]; then

0 commit comments

Comments
 (0)