diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-20 23:33:56 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-20 23:33:56 +0200 |
commit | d8a159ad1fdc64c65453484c4a5750a3426f765e (patch) | |
tree | 030d07b3efdb7d95a86b15f19cb025df251efdbb /recipes-platform | |
parent | 63960ca3c91849920bdbaa96090e208816d344ea (diff) |
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-platform')
-rw-r--r-- | recipes-platform/images/agl-cluster-demo-platform.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-cluster-demo-platform.bb b/recipes-platform/images/agl-cluster-demo-platform.bb index f11d883c3..8a3b9a793 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)} \ " |