diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:26 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | 922f847431ca21be2300a14ecaff514a7f3c9b81 (patch) | |
tree | 060cf465d323c81847f032406b6a7328119502af /conf | |
parent | f9cbcd440b8856d07d7bfd9d4a2df7c6a41fbc57 (diff) | |
download | meta-freescale-922f847431ca21be2300a14ecaff514a7f3c9b81.tar.gz |
qoriq-arm64.inc: add
move KERNEL_IMAGETYPE setting from qoriq-base.inc as qoriq-arm64
has a different value.
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/qoriq-arm.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/qoriq-arm64.inc | 10 | ||||
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/qoriq-ppc.inc | 2 |
4 files changed, 14 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc index cc314925..eb03af43 100644 --- a/conf/machine/include/qoriq-arm.inc +++ b/conf/machine/include/qoriq-arm.inc | |||
@@ -1,5 +1,7 @@ | |||
1 | # Provides the common settings for QorIQ ARM | 1 | # Provides the common settings for QorIQ ARM |
2 | 2 | ||
3 | KERNEL_IMAGETYPE ?= "uImage" | ||
4 | |||
3 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" |
4 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
5 | 7 | ||
diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc new file mode 100644 index 00000000..e8d99a6e --- /dev/null +++ b/conf/machine/include/qoriq-arm64.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | # Provides the QorIQ common settings for ARM64 | ||
2 | |||
3 | KERNEL_IMAGETYPE ?= "Image" | ||
4 | |||
5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | ||
6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
7 | |||
8 | MACHINEOVERRIDES =. "qoriq-arm64:" | ||
9 | |||
10 | require conf/machine/include/qoriq-base.inc | ||
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index c5cbe299..f65eea3e 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -11,9 +11,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" | 12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" |
13 | 13 | ||
14 | # Define the default image type | ||
15 | IMAGE_CLASSES ?= "image_types_uboot" | 14 | IMAGE_CLASSES ?= "image_types_uboot" |
16 | KERNEL_IMAGETYPE ?= "uImage" | ||
17 | 15 | ||
18 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 16 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
19 | MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq" | 17 | MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq" |
diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc index 54ab6e30..b40e1489 100644 --- a/conf/machine/include/qoriq-ppc.inc +++ b/conf/machine/include/qoriq-ppc.inc | |||
@@ -1,5 +1,7 @@ | |||
1 | # Provides the common settings for QorIQ PPC | 1 | # Provides the common settings for QorIQ PPC |
2 | 2 | ||
3 | KERNEL_IMAGETYPE ?= "uImage" | ||
4 | |||
3 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
4 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
5 | 7 | ||