diff options
Diffstat (limited to 'templates/machine')
-rw-r--r-- | templates/machine/dragonboard-820c/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/dragonboard-820c/50_local.conf.inc | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/dragonboard-820c/50_bblayers.conf.inc b/templates/machine/dragonboard-820c/50_bblayers.conf.inc new file mode 100644 index 000000000..01ffb7f17 --- /dev/null +++ b/templates/machine/dragonboard-820c/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/meta-qcom" diff --git a/templates/machine/dragonboard-820c/50_local.conf.inc b/templates/machine/dragonboard-820c/50_local.conf.inc new file mode 100644 index 000000000..1cd53d60c --- /dev/null +++ b/templates/machine/dragonboard-820c/50_local.conf.inc @@ -0,0 +1,3 @@ +MACHINE = "dragonboard-820c" +#see meta-agl/meta-agl-bsp/conf/include/agl_dragonboard-410c.inc +require conf/include/agl_dragonboard-820c.inc |