]> code.ossystems Code Review - meta-freescale.git/commitdiff
fmlib: update to 43fa98f
authorChunrong Guo <B40290@freescale.com>
Fri, 22 Jan 2016 06:13:53 +0000 (14:13 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
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 <ting.liu@nxp.com>
recipes-dpaa/fmlib/fmlib_git.bb

index 7038f101fccc9675cb8464b9d29fbdb98604c582..8b8ba6dfb65a5e71ea1ae529aea7265cdec462cd 100644 (file)
@@ -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)"