[meta-freescale] [meta-freescale-layer master][PATCH v2 03/20] fmlib: upgrade to SDK 2.0 GA-1611 release

Zhenhua Luo zhenhua.luo at nxp.com
Tue Dec 20 04:18:50 PST 2016


* add ls1046a targets build support
* include the following changes
  caec18a use mcpu option as 'cortex-a57' for Cortex A72
  1f28ceb Makefile fix for LS1046
  7e73160 Enable support for LS1046(based on LS1043 integration files)

Signed-off-by: Ting Liu <ting.liu at nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 recipes-dpaa/fmlib/fmlib_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index c2d4575..8a7f9a7 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
 PR = "r1"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x"
-SRCREV = "43fa98fdbf0c697167e415c3f060896d5b482791"
+SRCREV = "caec18a71ed702a176892efaf946281b9160e220"
 
 S = "${WORKDIR}/git"
 
@@ -14,6 +14,7 @@ TARGET_ARCH_FMLIB = "${DEFAULTTUNE}"
 TARGET_ARCH_FMLIB_e5500 = "ppc32e5500"
 TARGET_ARCH_FMLIB_e6500 = "ppc32e6500"
 TARGET_ARCH_FMLIB_ls1043a = "arm64a53"
+TARGET_ARCH_FMLIB_ls1046a = "arm64a72"
 
 EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \
         CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}"
-- 
2.7.4



More information about the meta-freescale mailing list