From e7b1512691efeaf09feb5e52c5c3a4e9882e2c6c Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Sat, 22 Jun 2019 13:35:02 -0700 Subject: [PATCH] DRAFT pg-ros-world-crystal.inc: Drop "ets-plugin" until it builds for Arm --- recipes-core/packagegroups/packagegroup-ros-world-crystal.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc index 5a53987..d03e614 100644 --- a/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc +++ b/recipes-core/packagegroups/packagegroup-ros-world-crystal.inc @@ -65,6 +65,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)}"