diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-refhw-h3/50_bblayers.conf.inc | 3 | ||||
-rw-r--r-- | templates/feature/agl-refhw-h3/50_local.conf.inc | 2 | ||||
-rw-r--r-- | templates/feature/agl-refhw-h3/README_feature_agl-refhw-h3.md | 8 |
3 files changed, 13 insertions, 0 deletions
diff --git a/templates/feature/agl-refhw-h3/50_bblayers.conf.inc b/templates/feature/agl-refhw-h3/50_bblayers.conf.inc new file mode 100644 index 000000000..7aee6eac5 --- /dev/null +++ b/templates/feature/agl-refhw-h3/50_bblayers.conf.inc @@ -0,0 +1,3 @@ +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-agl-refhw/meta-agl-refhw-gen3 \ + " diff --git a/templates/feature/agl-refhw-h3/50_local.conf.inc b/templates/feature/agl-refhw-h3/50_local.conf.inc new file mode 100644 index 000000000..dc39dd52a --- /dev/null +++ b/templates/feature/agl-refhw-h3/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl/meta-agl-bsp/conf/include/agl_refhw-h3.inc +require conf/include/agl_refhw-h3.inc diff --git a/templates/feature/agl-refhw-h3/README_feature_agl-refhw-h3.md b/templates/feature/agl-refhw-h3/README_feature_agl-refhw-h3.md new file mode 100644 index 000000000..57720bef1 --- /dev/null +++ b/templates/feature/agl-refhw-h3/README_feature_agl-refhw-h3.md @@ -0,0 +1,8 @@ +--- +description: AGL H3-based reference hardware support +authors: Scott Murray <scott.murray@konsulko.com> +--- + +### Feature agl-refhw-h3 + +Enable support for AGL H3-based reference hardware. Should only be used with "h3ulcb" or "h3ulcb-nogfx" machine types. |