diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-25 14:41:47 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-25 21:00:11 +0000 |
commit | 79bad97da5d13e457d2847ba52dbc04597c93a86 (patch) | |
tree | 878cf5ebb4adc5df154b18fcf2e0ad5bf8809c34 /templates | |
parent | d74970172514cc5bc9d2942c0a24656d8be955bf (diff) |
Add sabrelite template
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/imx6qsabrelite/50_bblayers.conf.inc | 4 | ||||
-rw-r--r-- | templates/machine/imx6qsabrelite/50_local.conf.inc | 2 |
2 files changed, 6 insertions, 0 deletions
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" + |