From e621af42cae4c8828d4f915007b061a065d24636 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 28 Feb 2018 17:01:08 +0100 Subject: Add db-820c as community board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add templates for the db-820c as community board alongside the 410c. Only works with rocko/master. v2: - fixed 96board-tools inclusion - added kernel bbappend Change-Id: I411505ae0aeb5939338bb94f5db04c2572fc6612 Signed-off-by: Jan-Simon Möller --- templates/machine/dragonboard-820c/50_bblayers.conf.inc | 1 + templates/machine/dragonboard-820c/50_local.conf.inc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 templates/machine/dragonboard-820c/50_bblayers.conf.inc create mode 100644 templates/machine/dragonboard-820c/50_local.conf.inc (limited to 'templates') 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 -- cgit 1.2.3-korg