From 025edeb911a8b78a7842bb6df6dde3fbdcd3c1f4 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Wed, 17 Jul 2019 19:09:52 +0700 Subject: rcar-gen3: Add COMPATIBLE_MACHINE This adds COMPATIBLE_MACHINE to R-Car specific recipes to avoid error when run "bitbake world" for non-R-Car platforms. Signed-off-by: Duy Dang Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: Ide29f6272d7c483eeda69a58f61710b2e8a42d6d --- .../recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.1.bb') diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.1.bb b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.1.bb index f1f2b5e..59dadab 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.1.bb +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.1.bb @@ -7,6 +7,8 @@ inherit autotools pkgconfig PN = "gstreamer1.0-plugin-vspfilter" +COMPATIBLE_MACHINE = "(salvator-x|ulcb|ebisu)" + EXTRA_AUTORECONF_append = " -I ${STAGING_DATADIR}/aclocal" VSPFILTER_CONF_r8a7795 = "gstvspfilter-${MACHINE}_r8a7795.conf" -- cgit 1.2.3-korg