Re: [meta-freescale] [PATCH 06/32] fmlib: update SRC_URL

2017-10-13 Thread Otavio Salvador
On Thu, Oct 12, 2017 at 6:24 AM, Chunrong Guo  wrote:
> From: Chunrong Guo 
>
> *include the following changes
> 9f20cab - fmlib libraries (LS1043/46 and 32/64bit)  unification under 
> libfm-arm.a
> 553b87d - Makefile: fix build issue for flexbuild
>
> Signed-off-by: Chunrong Guo >
> ---
>  recipes-dpaa/fmlib/fmlib_git.bb | 12 +++-
>  1 file changed, 3 insertions(+), 9 deletions(-)
>
> diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
> index 8a7f9a7..11783c5 100644
> --- a/recipes-dpaa/fmlib/fmlib_git.bb
> +++ b/recipes-dpaa/fmlib/fmlib_git.bb
> @@ -5,22 +5,16 @@ 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 = "caec18a71ed702a176892efaf946281b9160e220"
> +SRC_URI = "git://github.com/qoriq-open-source/fmlib.git;nobranch=1"
> +SRCREV = "9f20cab379212e8fab907b17910e31a6a86380dd"
>
>  S = "${WORKDIR}/git"
>
> -TARGET_ARCH_FMLIB = "${DEFAULTTUNE}"
> -TARGET_ARCH_FMLIB_e5500 = "ppc32e5500"
> -TARGET_ARCH_FMLIB_e6500 = "ppc32e6500"
> -TARGET_ARCH_FMLIB_ls1043a = "arm64a53"
> -TARGET_ARCH_FMLIB_ls1046a = "arm64a72"

No documented change.

>  EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \
>  CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}"
>
> -FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}"
> -FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l"
> +FMLIB_TARGET = "libfm-arm"

No documented change.

>  do_compile () {
>  oe_runmake ${FMLIB_TARGET}.a
>  }
> --
> 1.9.0
>
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] [PATCH 06/32] fmlib: update SRC_URL

2017-10-12 Thread Chunrong Guo
From: Chunrong Guo 

*include the following changes
9f20cab - fmlib libraries (LS1043/46 and 32/64bit)  unification under 
libfm-arm.a
553b87d - Makefile: fix build issue for flexbuild

Signed-off-by: Chunrong Guo >
---
 recipes-dpaa/fmlib/fmlib_git.bb | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index 8a7f9a7..11783c5 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -5,22 +5,16 @@ 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 = "caec18a71ed702a176892efaf946281b9160e220"
+SRC_URI = "git://github.com/qoriq-open-source/fmlib.git;nobranch=1"
+SRCREV = "9f20cab379212e8fab907b17910e31a6a86380dd"
 
 S = "${WORKDIR}/git"
 
-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}"
 
-FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}"
-FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l"
+FMLIB_TARGET = "libfm-arm"
 do_compile () {
 oe_runmake ${FMLIB_TARGET}.a
 }
-- 
1.9.0

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale