diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index 7f708ac..024a0ff 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -67,6 +67,9 @@ RDEPENDS_${PN}_remove = "keystroke" RDEPENDS_${PN}_remove = "fmi-adapter" RDEPENDS_${PN}_remove = "fmi-adapter-examples" +# Only builds for Intel achitectures; could build for emulator, but don't because its rootfs contents should be kept the same as +# that of the actual device. +RDEPENDS_${PN}_remove = "ets-plugin" # OE won't let us build ffmpeg unless LICENSE_FLAGS_WHITELIST contains "commerical". RDEPENDS_${PN}_remove = "${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', '', 'ffmpeg', d)}"