From 0bf6a08f85d70278b5185756ce26afe0b1002bfc Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 22 Jan 2016 14:13:53 +0800 Subject: fmlib: update to 43fa98f Changelog: 43fa98f fmlib: fix typo in Makefile 38ec904 fmlib: Unify makefile for both ppc and arm architectures a1bf8c9 fmlib: add PPPoE insert/remove manipulation d06b20a fmlib: add ls1043 aarch32 support 31c8535 fmlib: insert all changes to maintain coherency with sdk1.9 c33ee64 Merge pull request #4 in DPAAMODULES/fmlib from ~R52568/fmlib:ls1043 to ls1043 b88fbab fmlib: update ls1043 branch according to master branch b51ab91 Merge pull request #1 in DPAAMODULES/fmlib from ~B37577/fmlib:dev-ls1043 to ls1043 3ce82eb fmlib: Update fmlib function name to its correct declaration name 329d31d fmlib: fix compiler name in Makefile f92c13b fmlib: add ls1043 support Signed-off-by: Ting Liu --- recipes-dpaa/fmlib/fmlib_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 7038f10..e766526 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb @@ -8,15 +8,16 @@ PR = "r1" DEPENDS += "virtual/kernel" DEPENDS_virtclass-native = "" -SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v1.9.x" -SRCREV = "d697de9b0c867edcdb8851dc7320809cd7add67b" +SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x" +SRCREV = "43fa98fdbf0c697167e415c3f060896d5b482791" S = "${WORKDIR}/git" TARGET_ARCH_FMLIB = "${DEFAULTTUNE}" TARGET_ARCH_FMLIB_e5500 = "ppc32e5500" TARGET_ARCH_FMLIB_e6500 = "ppc32e6500" -COMPATIBLE_HOST_qoriq-ppc = ".*" +TARGET_ARCH_FMLIB_fsl-lsch2 = "arm64a53" +COMPATIBLE_HOST_qoriq = ".*" COMPATIBLE_HOST ?= "(none)" EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ -- cgit v1.2.3-54-g00ecf