diff options
Diffstat (limited to 'templates')
4 files changed, 0 insertions, 24 deletions
diff --git a/templates/feature/agl-egvirt/50_bblayers.conf.inc b/templates/feature/agl-egvirt/50_bblayers.conf.inc deleted file mode 100644 index 7bb6d3bf..00000000 --- a/templates/feature/agl-egvirt/50_bblayers.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ - -BBLAYERS =+ " \ - ${METADIR}/meta-agl-devel/meta-egvirt \ - " - diff --git a/templates/feature/agl-egvirt/50_local.conf.inc b/templates/feature/agl-egvirt/50_local.conf.inc deleted file mode 100644 index 48590c40..00000000 --- a/templates/feature/agl-egvirt/50_local.conf.inc +++ /dev/null @@ -1,9 +0,0 @@ -#see meta-agl-devel/meta-egvirt/conf/include/agl_egvirt.inc -require conf/include/agl_egvirt.inc - -# 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: -# -# MACHINE_FEATURES += "agl-egvirt" diff --git a/templates/feature/agl-hmi-framework/50_bblayers.conf.inc b/templates/feature/agl-hmi-framework/50_bblayers.conf.inc deleted file mode 100644 index 8fbfa728..00000000 --- a/templates/feature/agl-hmi-framework/50_bblayers.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ - -BBLAYERS =+ " \ - ${METADIR}/meta-agl-devel/meta-hmi-framework \ - " - diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc deleted file mode 100644 index 845a5270..00000000 --- a/templates/feature/agl-hmi-framework/50_local.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ -# In order to enable the hmi-framework features , -# enables the following line: -# -DISTRO_FEATURES_append = " agl-hmi-framework" -PREFERRED_RPROVIDER_virtual/navigation = "navigation" |