]> code.ossystems Code Review - meta-freescale.git/commitdiff
qoriq-ppc.inc: add recipes
authorChunrong Guo <chunrong.guo@nxp.com>
Thu, 25 Jan 2018 06:28:31 +0000 (14:28 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 26 Jan 2018 18:48:49 +0000 (16:48 -0200)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/include/qoriq-ppc.inc [new file with mode: 0644]

diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc
new file mode 100644 (file)
index 0000000..b40e148
--- /dev/null
@@ -0,0 +1,10 @@
+# Provides the common settings for QorIQ PPC
+
+KERNEL_IMAGETYPE ?= "uImage"
+
+SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
+SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
+
+MACHINEOVERRIDES =. "qoriq-ppc:"
+
+require conf/machine/include/qoriq-base.inc