diff options
author | Chunrong Guo <B40290@freescale.com> | 2016-01-22 14:13:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
commit | 1df56dbb9b54f31b7f7c8011fd05ccf350aee111 (patch) | |
tree | 0d8405a90d2fef045a172be0b750246734102514 /recipes-dpaa | |
parent | ae8494e2fc3baae0a513e46709acdabf25c8cda0 (diff) | |
download | meta-freescale-1df56dbb9b54f31b7f7c8011fd05ccf350aee111.tar.gz |
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 <ting.liu@nxp.com>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
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" | |||
8 | DEPENDS += "virtual/kernel" | 8 | DEPENDS += "virtual/kernel" |
9 | DEPENDS_virtclass-native = "" | 9 | DEPENDS_virtclass-native = "" |
10 | 10 | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v1.9.x" | 11 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x" |
12 | SRCREV = "d697de9b0c867edcdb8851dc7320809cd7add67b" | 12 | SRCREV = "43fa98fdbf0c697167e415c3f060896d5b482791" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | TARGET_ARCH_FMLIB = "${DEFAULTTUNE}" | 16 | TARGET_ARCH_FMLIB = "${DEFAULTTUNE}" |
17 | TARGET_ARCH_FMLIB_e5500 = "ppc32e5500" | 17 | TARGET_ARCH_FMLIB_e5500 = "ppc32e5500" |
18 | TARGET_ARCH_FMLIB_e6500 = "ppc32e6500" | 18 | TARGET_ARCH_FMLIB_e6500 = "ppc32e6500" |
19 | COMPATIBLE_HOST_qoriq-ppc = ".*" | 19 | TARGET_ARCH_FMLIB_ls1043ardb = "arm64a53" |
20 | COMPATIBLE_HOST ?= "(none)" | ||
21 | 20 | ||
22 | EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ | 21 | EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ |
23 | CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" | 22 | CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" |
@@ -43,3 +42,5 @@ do_install_virtclass-native () { | |||
43 | ALLOW_EMPTY_${PN} = "1" | 42 | ALLOW_EMPTY_${PN} = "1" |
44 | 43 | ||
45 | BBCLASSEXTEND = "native" | 44 | BBCLASSEXTEND = "native" |
45 | COMPATIBLE_HOST_qoriq = ".*" | ||
46 | COMPATIBLE_HOST ?= "(none)" | ||