From: Chunrong Guo Date: Fri, 22 Jan 2016 06:13:53 +0000 (+0800) Subject: fmlib: update to 43fa98f X-Git-Tag: 2.2~317 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1df56dbb9b54f31b7f7c8011fd05ccf350aee111;p=meta-freescale.git 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 --- diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 7038f101..8b8ba6df 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb @@ -8,16 +8,15 @@ 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 = ".*" -COMPATIBLE_HOST ?= "(none)" +TARGET_ARCH_FMLIB_ls1043ardb = "arm64a53" EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" @@ -43,3 +42,5 @@ do_install_virtclass-native () { ALLOW_EMPTY_${PN} = "1" BBCLASSEXTEND = "native" +COMPATIBLE_HOST_qoriq = ".*" +COMPATIBLE_HOST ?= "(none)"