]> code.ossystems Code Review - meta-freescale.git/commitdiff
qoriq-arm64.inc: add
authorTing Liu <ting.liu@nxp.com>
Fri, 15 Jul 2016 16:31:26 +0000 (00:31 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 22 Jul 2016 14:32:36 +0000 (11:32 -0300)
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>
conf/machine/include/qoriq-arm.inc
conf/machine/include/qoriq-arm64.inc [new file with mode: 0644]
conf/machine/include/qoriq-base.inc
conf/machine/include/qoriq-ppc.inc

index cc314925c2acac2052998e15c3fb5fc609df727f..eb03af432f68681a68a032eac324c3b22aa856b2 100644 (file)
@@ -1,5 +1,7 @@
 # Provides the common settings for QorIQ ARM
 
+KERNEL_IMAGETYPE ?= "uImage"
+
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
 
diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc
new file mode 100644 (file)
index 0000000..e8d99a6
--- /dev/null
@@ -0,0 +1,10 @@
+# Provides the QorIQ common settings for ARM64
+
+KERNEL_IMAGETYPE ?= "Image"
+
+SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
+SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
+
+MACHINEOVERRIDES =. "qoriq-arm64:"
+
+require conf/machine/include/qoriq-base.inc
index c5cbe299406d90aaaa1face2fa1920733bf41ffe..f65eea3eedbf6c1fb6f68b0acaf3af97bdb1e3e3 100644 (file)
@@ -11,9 +11,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
 PREFERRED_PROVIDER_qemu = "qemu-qoriq"
 
-# Define the default image type
 IMAGE_CLASSES ?= "image_types_uboot"
-KERNEL_IMAGETYPE ?= "uImage"
 
 MACHINE_FEATURES ?= "pci ext2 ext3 serial"
 MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq"
index 54ab6e30ed94f9e18bddae874ac91c65a2a0015e..b40e1489cf6edb70d6c428e9599e1d8e00a20294 100644 (file)
@@ -1,5 +1,7 @@
 # Provides the common settings for QorIQ PPC
 
+KERNEL_IMAGETYPE ?= "uImage"
+
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"