From 025edeb911a8b78a7842bb6df6dde3fbdcd3c1f4 Mon Sep 17 00:00:00 2001
From: Khang Nguyen <khang.nguyen.xw@renesas.com>
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 <duy.dang.yw@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ide29f6272d7c483eeda69a58f61710b2e8a42d6d
---
 meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_1.19.6.bb | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'meta-rcar-gen3/recipes-graphics/xorg-xserver')

diff --git a/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_1.19.6.bb b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_1.19.6.bb
index 7e8a954..bec021d 100644
--- a/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_1.19.6.bb
+++ b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_1.19.6.bb
@@ -1,5 +1,7 @@
 require xserver-xorg.inc
 
+COMPATIBLE_MACHINE = "(salvator-x|ebisu|ulcb)"
+
 SRC_URI += "file://musl-arm-inb-outb.patch \
             file://0001-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch \
             file://0003-modesetting-Fix-16-bit-depth-bpp-mode.patch \
-- 
cgit