diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-23 15:30:14 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-12-14 16:27:39 +0000 |
commit | d666d4921f2c09cc6b64150d9f1b7d8d3c36e995 (patch) | |
tree | d1358c46e1caf24c84700b41d3da75785cf9d5f4 /recipes-graphics/wayland/weston-ini-conf.bbappend | |
parent | 0994f23f0a7f9f5ea6887705079880a91697b623 (diff) |
weston-ini-conf: rework to add KVM host version
Add a canned weston.ini template and install it with the
appropriate guest VM app ids as weston-ini-conf-kvm.
The guest VM images/ids can be overriden with the variables
GUEST_VM1_IMAGE and GUEST_VM2_IMAGE (from e.g. site.conf).
Bug-AGL: SPEC-4618
Change-Id: I053a956fd5af78b13095f15b6e6c40e81a0ff0c9
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 6e5c561e962d0b900b8f6225f27467a193c43dee)
Diffstat (limited to 'recipes-graphics/wayland/weston-ini-conf.bbappend')
-rw-r--r-- | recipes-graphics/wayland/weston-ini-conf.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend index b509b38e1..423a46944 100644 --- a/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -1 +1 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'agl-flutter', 'weston-ini-conf_aglflutter.inc', '', d)} +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'weston-ini-conf_agldemo.inc', '', d)} |