aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.xml.in
blob: d735ce2bcceb9150f5ba382a84d2df430de58eca (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
  <name>@PROJECT_NAME@</name>
  <icon src="icon.png"/>
  <content src="libs" type="application/vnd.agl.service"/>
  <description>This is a demo application used to control and dialog with HVAC system</description>
  <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
  <license>APL 2.0</license>
</widget>
ss="o">/kernel not being linux-dummy # in order to allow building the demo images as containers. # Comment this out to switch to selecting the kernel modules # individually. IMAGE_INSTALL:append = " ${@'kernel-modules' if d.getVar('PREFERRED_PROVIDER_virtual/kernel') != 'linux-dummy' else ''}" # enable the layer AGL_FEATURES:append = " agldemo" # install virtualbox drivers for vmdk #IMAGE_INSTALL:append = "${@bb.utils.contains_any('IMAGE_FSTYPES', 'wic.vmdk wic.vmdk.xz', ' open-vm-tools vboxguestdrivers', '', d)}" # It is not clear these definitions affect image generation in a robust # way, but define them to both show our intent and quiet the warnings # that get spammed otherwise. PREFERRED_RPROVIDER_kuksa-val-certificates-ca = "kuksa-certificates-agl" PREFERRED_RPROVIDER_kuksa-val-certificates-server = "kuksa-certificates-agl" PREFERRED_RPROVIDER_kuksa-val-certificates-client = "kuksa-certificates-agl"