diff mbox series

[02/16] imx-lib: bump to version imx_4.9.11_1.0.0_ga

Message ID 20180103183842.10182-3-gary.bisson@boundarydevices.com
State Changes Requested
Headers show
Series imx: update packages to 4.9.x_1.0.0_ga release | expand

Commit Message

Gary Bisson Jan. 3, 2018, 6:38 p.m. UTC
Also switching to git repository as done in Yocto recipe [1].

[1] https://github.com/Freescale/meta-freescale/blob/rocko/recipes-bsp/imx-lib/imx-lib_git.bb

Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
 package/freescale-imx/imx-lib/imx-lib.hash | 2 +-
 package/freescale-imx/imx-lib/imx-lib.mk   | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

Comments

Thomas Petazzoni Jan. 3, 2018, 8:48 p.m. UTC | #1
Hello,

On Wed,  3 Jan 2018 19:38:28 +0100, Gary Bisson wrote:

> -IMX_LIB_VERSION = 5.4
> -IMX_LIB_SITE = $(FREESCALE_IMX_SITE)
> +IMX_LIB_VERSION = rel_imx_4.9.x_1.0.0_ga
> +IMX_LIB_SITE = https://source.codeaurora.org/external/imx/imx-lib

So now, some stuff will come from FREESCALE_IMX_SITE, some stuff from
https://source.codeaurora.org/external/imx/, and some stuff from
github,Freescale,kernel-module-imx-gpu-viv ?

Is it really that messy ? :-)

Thomas
Gary Bisson Jan. 4, 2018, 9:48 a.m. UTC | #2
Hi Thomas,

On Wed, Jan 3, 2018 at 9:48 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Hello,
>
> On Wed,  3 Jan 2018 19:38:28 +0100, Gary Bisson wrote:
>
>> -IMX_LIB_VERSION = 5.4
>> -IMX_LIB_SITE = $(FREESCALE_IMX_SITE)
>> +IMX_LIB_VERSION = rel_imx_4.9.x_1.0.0_ga
>> +IMX_LIB_SITE = https://source.codeaurora.org/external/imx/imx-lib
>
> So now, some stuff will come from FREESCALE_IMX_SITE, some stuff from
> https://source.codeaurora.org/external/imx/, and some stuff from
> github,Freescale,kernel-module-imx-gpu-viv ?

And some from github.com/codeauroraforum yes.

> Is it really that messy ? :-)

It hasn't changed that much actually:
- freescale.com repositories are moved to codeaurora
- NXPMicro Github repositories are moved to codeauroraforum
- Packages delivered as tarballs are still on FREESCALE_IMX_SITE
- All the community work is still available on github.com/freescale

If anything it is more open than before, many packages now have their
own repo on codeaurora whereas it used to be tarballs.

Regards,
Gary
Thomas Petazzoni Jan. 4, 2018, 9:58 a.m. UTC | #3
Hello,

On Thu, 4 Jan 2018 10:48:18 +0100, Gary Bisson wrote:

> > So now, some stuff will come from FREESCALE_IMX_SITE, some stuff from
> > https://source.codeaurora.org/external/imx/, and some stuff from
> > github,Freescale,kernel-module-imx-gpu-viv ?  
> 
> And some from github.com/codeauroraforum yes.
> 
> > Is it really that messy ? :-)  
> 
> It hasn't changed that much actually:
> - freescale.com repositories are moved to codeaurora
> - NXPMicro Github repositories are moved to codeauroraforum
> - Packages delivered as tarballs are still on FREESCALE_IMX_SITE
> - All the community work is still available on github.com/freescale
> 
> If anything it is more open than before, many packages now have their
> own repo on codeaurora whereas it used to be tarballs.

OK, thanks for the explanation. Makes kind of sense :)

Best regards,

Thomas
diff mbox series

Patch

diff --git a/package/freescale-imx/imx-lib/imx-lib.hash b/package/freescale-imx/imx-lib/imx-lib.hash
index 76dcb23f6f..b3fce59d53 100644
--- a/package/freescale-imx/imx-lib/imx-lib.hash
+++ b/package/freescale-imx/imx-lib/imx-lib.hash
@@ -1,2 +1,2 @@ 
 # locally computed
-sha256 8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0  imx-lib-5.4.tar.gz
+sha256 245ace9b2c50d6c13a804d9c4492a5a850c626e7537f0d0bad81670b2824892f  imx-lib-rel_imx_4.9.x_1.0.0_ga.tar.gz
diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
index 3e0f7d8dee..e82368588d 100644
--- a/package/freescale-imx/imx-lib/imx-lib.mk
+++ b/package/freescale-imx/imx-lib/imx-lib.mk
@@ -4,8 +4,9 @@ 
 #
 ################################################################################
 
-IMX_LIB_VERSION = 5.4
-IMX_LIB_SITE = $(FREESCALE_IMX_SITE)
+IMX_LIB_VERSION = rel_imx_4.9.x_1.0.0_ga
+IMX_LIB_SITE = https://source.codeaurora.org/external/imx/imx-lib
+IMX_LIB_SITE_METHOD = git
 IMX_LIB_LICENSE = LGPL-2.1+
 IMX_LIB_LICENSE_FILES = COPYING-LGPL-2.1
 
@@ -14,8 +15,6 @@  IMX_LIB_INSTALL_STAGING = YES
 # imx-lib needs access to imx-specific kernel headers
 IMX_LIB_DEPENDENCIES += linux
 IMX_LIB_INCLUDE = \
-	-I$(LINUX_DIR)/drivers/mxc/security/rng/include \
-	-I$(LINUX_DIR)/drivers/mxc/security/sahara2/include \
 	-idirafter $(LINUX_DIR)/include/uapi
 
 IMX_LIB_MAKE_ENV = \