diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-11 23:06:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-06-11 23:06:42 +0000 |
commit | 41488f9613b66ffb767517f3e8b558605448806b (patch) | |
tree | 054522f9b76293f2d0cceb2943805faf9b9202f4 /templates/machine | |
parent | dbe3524f3115797ce05b6144a63c3381371cd907 (diff) | |
parent | 083b4ce830a2bc7ef6574f65a6c75aa221c21f1e (diff) |
Merge "Import aglsetup templates and config for BBE"
Diffstat (limited to 'templates/machine')
-rw-r--r-- | templates/machine/bbe/50_bblayers.conf.inc | 5 | ||||
-rw-r--r-- | templates/machine/bbe/50_local.conf.inc | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/machine/bbe/50_bblayers.conf.inc b/templates/machine/bbe/50_bblayers.conf.inc new file mode 100644 index 000000000..0b42c9bff --- /dev/null +++ b/templates/machine/bbe/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +BBLAYERS =+ " \ + ${METADIR}/bsp/meta-ti \ + ${METADIR}/bsp/meta-sancloud \ + ${METADIR}/bsp/meta-rtlwifi \ + " diff --git a/templates/machine/bbe/50_local.conf.inc b/templates/machine/bbe/50_local.conf.inc new file mode 100644 index 000000000..7f378e5cb --- /dev/null +++ b/templates/machine/bbe/50_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "bbe" +require conf/include/agl_bbe.inc |