diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-01-25 14:28:31 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-26 16:48:49 -0200 |
commit | 10536933e8c8c02e733c9ba1fffdcabd8cbf4be6 (patch) | |
tree | 0ef566b3b701e53268a227a4c065aa29cec2ef96 | |
parent | 01cb666cbb57b2d3264b11e8833257b707ebfe46 (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/include/qoriq-ppc.inc | 10 |
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 | |||
3 | KERNEL_IMAGETYPE ?= "uImage" | ||
4 | |||
5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
7 | |||
8 | MACHINEOVERRIDES =. "qoriq-ppc:" | ||
9 | |||
10 | require conf/machine/include/qoriq-base.inc | ||