diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/hmi-framework/50_bblayers.conf.inc | 5 | ||||
-rw-r--r-- | templates/feature/hmi-framework/50_local.conf.inc | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/templates/feature/hmi-framework/50_bblayers.conf.inc b/templates/feature/hmi-framework/50_bblayers.conf.inc new file mode 100644 index 00000000..8fbfa728 --- /dev/null +++ b/templates/feature/hmi-framework/50_bblayers.conf.inc @@ -0,0 +1,5 @@ + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-hmi-framework \ + " + diff --git a/templates/feature/hmi-framework/50_local.conf.inc b/templates/feature/hmi-framework/50_local.conf.inc new file mode 100644 index 00000000..2ee6737f --- /dev/null +++ b/templates/feature/hmi-framework/50_local.conf.inc @@ -0,0 +1,6 @@ +# In order to enable the agl virtualization features (agl-egvirt), +# each supported board needs to add in one of its configuration +# files (see for instance meta-agl/meta-agl-bsp/conf/include) +# the following line: +# +IMAGE_INSTALL_append = "" |