From: Chunrong Guo Date: Thu, 25 Jan 2018 06:28:31 +0000 (+0800) Subject: qoriq-ppc.inc: add recipes X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=10536933e8c8c02e733c9ba1fffdcabd8cbf4be6;p=meta-freescale.git qoriq-ppc.inc: add recipes Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- 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 @@ +# 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