From 79bad97da5d13e457d2847ba52dbc04597c93a86 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 25 Oct 2016 14:41:47 +0200 Subject: Add sabrelite template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset adds the imx6qsabrelite board to the mix. It will be used in snapshot builds and tests in the lava lab provided by Andrew Murray / Witekio . Change-Id: Iefc120beeaa14454779ae08c4cd0ff226ce64e73 Signed-off-by: Jan-Simon Möller --- templates/machine/imx6qsabrelite/50_bblayers.conf.inc | 4 ++++ templates/machine/imx6qsabrelite/50_local.conf.inc | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 templates/machine/imx6qsabrelite/50_bblayers.conf.inc create mode 100644 templates/machine/imx6qsabrelite/50_local.conf.inc (limited to 'templates') diff --git a/templates/machine/imx6qsabrelite/50_bblayers.conf.inc b/templates/machine/imx6qsabrelite/50_bblayers.conf.inc new file mode 100644 index 000000000..0198eb464 --- /dev/null +++ b/templates/machine/imx6qsabrelite/50_bblayers.conf.inc @@ -0,0 +1,4 @@ +BBLAYERS =+ "\ + ${METADIR}/meta-fsl-arm \ + ${METADIR}/meta-fsl-arm-extra \ + " diff --git a/templates/machine/imx6qsabrelite/50_local.conf.inc b/templates/machine/imx6qsabrelite/50_local.conf.inc new file mode 100644 index 000000000..83754d860 --- /dev/null +++ b/templates/machine/imx6qsabrelite/50_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "imx6qsabrelite" + -- cgit 1.2.3-korg