fslmachine is too generic, use qoriq-ppc instead.
Signed-off-by: Ting Liu <b28495@freescale.com>
require conf/machine/include/tune-ppce500mc.inc
require conf/machine/include/qoriq-base.inc
-MACHINEOVERRIDES .= ":e500mc:fslmachine"
+MACHINEOVERRIDES .= ":e500mc"
require conf/machine/include/tune-ppce500v2.inc
require conf/machine/include/qoriq-base.inc
-MACHINEOVERRIDES .= ":e500v2:fslmachine"
+MACHINEOVERRIDES .= ":e500v2"
require conf/machine/include/tune-ppce5500.inc
require conf/machine/include/qoriq-base.inc
-MACHINEOVERRIDES .= ":e5500-64b:fslmachine"
+MACHINEOVERRIDES .= ":e5500-64b"
require conf/machine/include/tune-ppce5500.inc
require conf/machine/include/qoriq-base.inc
-MACHINEOVERRIDES .= ":e5500:fslmachine"
+MACHINEOVERRIDES .= ":e5500"
require conf/machine/include/tune-ppce6500.inc
require conf/machine/include/qoriq-base.inc
-MACHINEOVERRIDES .= ":e6500-64b:fslmachine"
+MACHINEOVERRIDES .= ":e6500-64b"
require conf/machine/include/tune-ppce6500.inc
require conf/machine/include/qoriq-base.inc
-MACHINEOVERRIDES .= ":e6500:fslmachine"
+MACHINEOVERRIDES .= ":e6500"
BUILD_64BIT_KERNEL = "1"
PACKAGES += "${PN}-image"
FILES_${PN}-image += "/boot"
-COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST_qoriq-ppc = ".*"
COMPATIBLE_HOST ?= "(none)"
ALLOW_EMPTY_${PN} = "1"
# the package get built. COMPATIBLE_HOST would not work
# because it was too generic
COMPATIBLE_MACHINE = "a^"
-COMPATIBLE_MACHINE_libc-glibc_fslmachine = ".*"
+COMPATIBLE_MACHINE_libc-glibc_qoriq-ppc = ".*"
TARGET_ARCH_FMLIB = "${DEFAULTTUNE}"
TARGET_ARCH_FMLIB_e5500 = "ppc32e5500"
TARGET_ARCH_FMLIB_e6500 = "ppc32e6500"
-COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST_qoriq-ppc = ".*"
COMPATIBLE_HOST ?= "(none)"
EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \
PARALLEL_MAKE_pn-${PN} = ""
FILES_${PN} += "/root/SOURCE_THIS /usr/etc/"
-COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST_qoriq-ppc = ".*"
COMPATIBLE_HOST ?= "(none)"
SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \
http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \
"
-SRC_URI_append_fslmachine = " file://SoftFloat-powerpc-1.patch \
+SRC_URI_append_qoriq-ppc = " file://SoftFloat-powerpc-1.patch \
file://TestFloat-powerpc-E500v2-SPE-1.patch \
file://Yocto-replace-COMPILE_PREFIX-gcc.patch \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl"
-SRC_URI_fslmachine = "git://github.com/nmav/cryptodev-linux.git \
+SRC_URI_qoriq-ppc = "git://github.com/nmav/cryptodev-linux.git \
file://0001-add-support-for-composite-TLS-SHA1-AES-algorithm-off.patch \
file://0002-use-function-local-storage-for-cipher-and-hmac-keys.patch \
file://0003-Add-support-for-aead-keys-for-composite-algorithms.patch \
file://0015-Add-RSA-Key-generation-offloading.patch \
file://0016-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch \
"
-SRCREV_fslmachine = "e8609a408d40c83ae8fc11bbe9a7b3847612669b"
+SRCREV_qoriq-ppc = "e8609a408d40c83ae8fc11bbe9a7b3847612669b"
-S_fslmachine = "${WORKDIR}/git"
+S_qoriq-ppc = "${WORKDIR}/git"
inherit qoriq_build_64bit_kernel
-do_install_append_fslmachine () {
+do_install_append_qoriq-ppc () {
rm -fr ${D}/usr
}
PACKAGES += "${PN}-image"
FILES_${PN}-image += "/boot"
-COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST_qoriq-ppc = ".*"
COMPATIBLE_HOST ?= "(none)"
ALLOW_EMPTY_${PN} = "1"
DEFCONFIG = "defconfig"
DEFCONFIG_powerpc64 = "64bit_defconfig"
-COMPATIBLE_HOST_fslmachine = ".*"
+COMPATIBLE_HOST_qoriq-ppc = ".*"
COMPATIBLE_HOST ?= "(none)"
inherit cml1