diff options
author | Kenta <murakami.kenta002@jp.panasonic.com> | 2025-01-15 17:22:25 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-17 08:58:19 +0000 |
commit | 5bf650925c8d8d6cf77139a2a2deee74e2b5cfe7 (patch) | |
tree | 53dd73e7085b6283f2d55f65e00d42036ea7d3ec /templates | |
parent | d81cbb24347f42be696984087846d29c67519be8 (diff) |
Unified HMI: Preconfigured Images
A new preconfigured demo image for Unified HMI has been added.
By building and launching the images for both the sender and receiver,
and executing a few commands, you can display the application across
two displays.
It supports three boards: qemu-x86-64, raspberrypi4, and agl-refhw.
Bug-AGL: SPEC-5321
Change-Id: I682f9eef6d1861e9ec2a7153dd8f3c42f1078a05
Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-uhmi-demo/50_bblayers.conf.inc | 3 | ||||
-rw-r--r-- | templates/feature/agl-uhmi-demo/50_local.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-uhmi-demo/included.dep | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/templates/feature/agl-uhmi-demo/50_bblayers.conf.inc b/templates/feature/agl-uhmi-demo/50_bblayers.conf.inc new file mode 100644 index 00000000..9048d828 --- /dev/null +++ b/templates/feature/agl-uhmi-demo/50_bblayers.conf.inc @@ -0,0 +1,3 @@ +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-uhmi/meta-agl-uhmi-demo \ +" diff --git a/templates/feature/agl-uhmi-demo/50_local.conf.inc b/templates/feature/agl-uhmi-demo/50_local.conf.inc new file mode 100644 index 00000000..8ae7b749 --- /dev/null +++ b/templates/feature/agl-uhmi-demo/50_local.conf.inc @@ -0,0 +1 @@ +AGL_EXTRA_IMAGE_FSTYPES = "ext4" diff --git a/templates/feature/agl-uhmi-demo/included.dep b/templates/feature/agl-uhmi-demo/included.dep new file mode 100644 index 00000000..9d33e122 --- /dev/null +++ b/templates/feature/agl-uhmi-demo/included.dep @@ -0,0 +1,2 @@ +agl-demo +agl-uhmi |