All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imx-lib: bump to version used in 4.9.88-2.0.0_ga
@ 2018-09-04 21:28 Dan Riegsecker
  2018-09-06 19:00 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dan Riegsecker @ 2018-09-04 21:28 UTC (permalink / raw)
  To: buildroot

In the latest release from NXP, Yocto Rocko 4.9.88-2.0.0_ga,
imx-lib was switched from a specific branch or tag release to the
master branch and a specific commit. See the link below for
reference.

https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/commit/?h=rocko-4.9.88-2.0.0_ga&id=ded1a9ea3d723c56058524fc9ebd420a3510ae05

Signed-off-by: Dan Riegsecker <1baldgeek@gmail.com>
---
 package/freescale-imx/imx-lib/imx-lib.hash | 2 +-
 package/freescale-imx/imx-lib/imx-lib.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/freescale-imx/imx-lib/imx-lib.hash b/package/freescale-imx/imx-lib/imx-lib.hash
index b3fce59d53..abbf017459 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 245ace9b2c50d6c13a804d9c4492a5a850c626e7537f0d0bad81670b2824892f  imx-lib-rel_imx_4.9.x_1.0.0_ga.tar.gz
+sha256 ced5ad0a179887ef1dd93e8103a9ab7372017cc1c241d28cded164cdece4b918  imx-lib-3f777974c0c146817e2ff5cb0340ca66a1f99e57.tar.gz
diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
index e82368588d..721c20e5f8 100644
--- a/package/freescale-imx/imx-lib/imx-lib.mk
+++ b/package/freescale-imx/imx-lib/imx-lib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IMX_LIB_VERSION = rel_imx_4.9.x_1.0.0_ga
+IMX_LIB_VERSION = 3f777974c0c146817e2ff5cb0340ca66a1f99e57
 IMX_LIB_SITE = https://source.codeaurora.org/external/imx/imx-lib
 IMX_LIB_SITE_METHOD = git
 IMX_LIB_LICENSE = LGPL-2.1+
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] imx-lib: bump to version used in 4.9.88-2.0.0_ga
  2018-09-04 21:28 [Buildroot] [PATCH] imx-lib: bump to version used in 4.9.88-2.0.0_ga Dan Riegsecker
@ 2018-09-06 19:00 ` Thomas Petazzoni
  2018-09-07  8:18 ` [Buildroot] " Gary Bisson
  2018-09-10 15:43 ` [Buildroot] [PATCH] " Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-09-06 19:00 UTC (permalink / raw)
  To: buildroot

Gary,

On Tue,  4 Sep 2018 17:28:22 -0400, Dan Riegsecker wrote:
> In the latest release from NXP, Yocto Rocko 4.9.88-2.0.0_ga,
> imx-lib was switched from a specific branch or tag release to the
> master branch and a specific commit. See the link below for
> reference.
> 
> https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/commit/?h=rocko-4.9.88-2.0.0_ga&id=ded1a9ea3d723c56058524fc9ebd420a3510ae05
> 
> Signed-off-by: Dan Riegsecker <1baldgeek@gmail.com>

Could you please comment/review/ack this patch ?

Thanks!

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] imx-lib: bump to version used in 4.9.88-2.0.0_ga
  2018-09-04 21:28 [Buildroot] [PATCH] imx-lib: bump to version used in 4.9.88-2.0.0_ga Dan Riegsecker
  2018-09-06 19:00 ` Thomas Petazzoni
@ 2018-09-07  8:18 ` Gary Bisson
  2018-09-10 15:43 ` [Buildroot] [PATCH] " Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Gary Bisson @ 2018-09-07  8:18 UTC (permalink / raw)
  To: buildroot

Hi Dan,

Thanks for your patch.

On Tue, Sep 04, 2018 at 05:28:22PM -0400, Dan Riegsecker wrote:
> In the latest release from NXP, Yocto Rocko 4.9.88-2.0.0_ga,
> imx-lib was switched from a specific branch or tag release to the
> master branch and a specific commit. See the link below for
> reference.
> 
> https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/commit/?h=rocko-4.9.88-2.0.0_ga&id=ded1a9ea3d723c56058524fc9ebd420a3510ae05
> 
> Signed-off-by: Dan Riegsecker <1baldgeek@gmail.com>

Looks good to me, the log is right, NXP isn't using tags for Linux
releases on this package (but does for Android for some reason).

Also made sure it built fine so:
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>

> ---
>  package/freescale-imx/imx-lib/imx-lib.hash | 2 +-
>  package/freescale-imx/imx-lib/imx-lib.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/freescale-imx/imx-lib/imx-lib.hash b/package/freescale-imx/imx-lib/imx-lib.hash
> index b3fce59d53..abbf017459 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 245ace9b2c50d6c13a804d9c4492a5a850c626e7537f0d0bad81670b2824892f  imx-lib-rel_imx_4.9.x_1.0.0_ga.tar.gz
> +sha256 ced5ad0a179887ef1dd93e8103a9ab7372017cc1c241d28cded164cdece4b918  imx-lib-3f777974c0c146817e2ff5cb0340ca66a1f99e57.tar.gz

Note for future patch: we should also include the hash for the COPYING
file to track license changes.

Regards,
Gary

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] imx-lib: bump to version used in 4.9.88-2.0.0_ga
  2018-09-04 21:28 [Buildroot] [PATCH] imx-lib: bump to version used in 4.9.88-2.0.0_ga Dan Riegsecker
  2018-09-06 19:00 ` Thomas Petazzoni
  2018-09-07  8:18 ` [Buildroot] " Gary Bisson
@ 2018-09-10 15:43 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-09-10 15:43 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  4 Sep 2018 17:28:22 -0400, Dan Riegsecker wrote:
> In the latest release from NXP, Yocto Rocko 4.9.88-2.0.0_ga,
> imx-lib was switched from a specific branch or tag release to the
> master branch and a specific commit. See the link below for
> reference.
> 
> https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/commit/?h=rocko-4.9.88-2.0.0_ga&id=ded1a9ea3d723c56058524fc9ebd420a3510ae05
> 
> Signed-off-by: Dan Riegsecker <1baldgeek@gmail.com>
> ---
>  package/freescale-imx/imx-lib/imx-lib.hash | 2 +-
>  package/freescale-imx/imx-lib/imx-lib.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks. Thanks Dan for the patch, thanks Gary for
the review!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-10 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 21:28 [Buildroot] [PATCH] imx-lib: bump to version used in 4.9.88-2.0.0_ga Dan Riegsecker
2018-09-06 19:00 ` Thomas Petazzoni
2018-09-07  8:18 ` [Buildroot] " Gary Bisson
2018-09-10 15:43 ` [Buildroot] [PATCH] " Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.