diff options
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-hmi-framework/50_bblayers.conf.inc (renamed from templates/feature/hmi-framework/50_bblayers.conf.inc) | 0 | ||||
-rw-r--r-- | templates/feature/agl-hmi-framework/50_local.conf.inc | 4 | ||||
-rw-r--r-- | templates/feature/hmi-framework/50_local.conf.inc | 6 |
3 files changed, 4 insertions, 6 deletions
diff --git a/templates/feature/hmi-framework/50_bblayers.conf.inc b/templates/feature/agl-hmi-framework/50_bblayers.conf.inc index 8fbfa728..8fbfa728 100644 --- a/templates/feature/hmi-framework/50_bblayers.conf.inc +++ b/templates/feature/agl-hmi-framework/50_bblayers.conf.inc diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc new file mode 100644 index 00000000..2b72a8e2 --- /dev/null +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -0,0 +1,4 @@ +# In order to enable the hmi-framework features , +# enables the following line: +# +DISTRO_FEATURES_append = " agl-hmi-framework " diff --git a/templates/feature/hmi-framework/50_local.conf.inc b/templates/feature/hmi-framework/50_local.conf.inc deleted file mode 100644 index 2ee6737f..00000000 --- a/templates/feature/hmi-framework/50_local.conf.inc +++ /dev/null @@ -1,6 +0,0 @@ -# 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 = "" |