summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-01-25 14:28:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-26 16:48:49 -0200
commit10536933e8c8c02e733c9ba1fffdcabd8cbf4be6 (patch)
tree0ef566b3b701e53268a227a4c065aa29cec2ef96 /conf
parent01cb666cbb57b2d3264b11e8833257b707ebfe46 (diff)
downloadmeta-freescale-10536933e8c8c02e733c9ba1fffdcabd8cbf4be6.tar.gz
qoriq-ppc.inc: add recipes
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qoriq-ppc.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc
new file mode 100644
index 00000000..b40e1489
--- /dev/null
+++ b/conf/machine/include/qoriq-ppc.inc
@@ -0,0 +1,10 @@
1# Provides the common settings for QorIQ PPC
2
3KERNEL_IMAGETYPE ?= "uImage"
4
5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
6SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
7
8MACHINEOVERRIDES =. "qoriq-ppc:"
9
10require conf/machine/include/qoriq-base.inc