Change cluster display from HDMI-A-1 to HDMI-A-2 in r-car gen3 with kf 44/26844/7
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Wed, 6 Oct 2021 14:46:13 +0000 (23:46 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 16 Nov 2021 20:40:16 +0000 (21:40 +0100)
AGL IC integration use two display, one of the ivi, one of the cluster
in R-Car H3/M3 with Kingfisher environment.

This patch change cluster display from HDMI-A-1 to HDMI-A-2 only
a R-Car H3/M3 with Kingfisher environment.

Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: Idf1db5daba668e62a05bc7795da2e9d4a3e7e7cf

meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bbappend [new file with mode: 0644]

diff --git a/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bbappend b/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-container/lxc-config/lxc-config-cluster-demo_1.0.bbappend
new file mode 100644 (file)
index 0000000..63c4526
--- /dev/null
@@ -0,0 +1,2 @@
+
+DRM_LEASE_DEVICE ?= "${@bb.utils.contains("AGL_FEATURES", "kingfisher", "card0-HDMI-A-2", "card0-HDMI-A-1" ,d)}"