From d8a159ad1fdc64c65453484c4a5750a3426f765e Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 20 Apr 2023 23:33:56 +0200 Subject: Add helper to enable both displays in qemu This supports testing the drm-leasemanager in qemu. We can bring up two outputs, but the 2nd output is disabled until it is connected. See https://jira.automotivelinux.org/browse/SPEC-4464 and https://gitlab.com/qemu-project/qemu/-/issues/1107 This adds a helper tool that will bring up the 2nd screen. Bug-AGL: SPEC-4464 Change-Id: I145a1b947916337daa9c8e7aed38e64919b35df8 Signed-off-by: Jan-Simon Moeller --- recipes-platform/images/agl-cluster-demo-platform.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-platform') diff --git a/recipes-platform/images/agl-cluster-demo-platform.bb b/recipes-platform/images/agl-cluster-demo-platform.bb index f11d883c..8a3b9a79 100644 --- a/recipes-platform/images/agl-cluster-demo-platform.bb +++ b/recipes-platform/images/agl-cluster-demo-platform.bb @@ -15,4 +15,5 @@ IMAGE_INSTALL:append = " \ packagegroup-agl-cluster-demo-platform \ ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "cluster-demo-config", "", d)} \ ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "weston-ini-conf-landscape-inverted", "weston-ini-conf-landscape", d)} \ + ${@bb.utils.contains("AGL_FEATURES", "AGLCI", "qemu-set-display", "", d)} \ " -- cgit 1.2.3-korg