From 10536933e8c8c02e733c9ba1fffdcabd8cbf4be6 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 25 Jan 2018 14:28:31 +0800 Subject: [PATCH] qoriq-ppc.inc: add recipes Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/include/qoriq-ppc.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/machine/include/qoriq-ppc.inc 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 -- 2.40.1