From af4c73d4f427fa87dbc2f9e6bf49416ab8fd63b2 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Sat, 29 Sep 2018 16:59:40 +0800 Subject: fmlib: update to 82d89ad *update to lsdk 1809 tag include the following changes: 82d89ad - Makefile: enable PPC support *set TARGET_ARCH_FMLIB to PPC support *set FMLIB_TARGET to PPC support Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-dpaa/fmlib/fmlib_git.bb | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'recipes-dpaa/fmlib') diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 1f31f631..9be6ef44 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb @@ -6,14 +6,24 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac" PR = "r1" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmlib;nobranch=1" -SRCREV = "22126510006f366981c078a340e012a1e0415429" +SRCREV = "82d89adae917397324c5d74108305f6c9bae8d00" S = "${WORKDIR}/git" EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" -FMLIB_TARGET = "libfm-arm" +TARGET_ARCH_FMLIB = "${DEFAULTTUNE}" +TARGET_ARCH_FMLIB_qoriq-arm = "arm" +TARGET_ARCH_FMLIB_qoriq-rm64 = "arm" +TARGET_ARCH_FMLIB_e5500 = "ppc32e5500" +TARGET_ARCH_FMLIB_e6500 = "ppc32e6500" +TARGET_ARCH_FMLIB_e500mc = "ppce500mc" +TARGET_ARCH_FMLIB_e500v2 = "ppce500v2" + +FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}" +FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l" + do_compile () { oe_runmake ${FMLIB_TARGET}.a } -- cgit v1.2.3-54-g00ecf