All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 0/4] Update to 4.1.15-1.1.0
@ 2016-04-26  7:48 Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 1/4] u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues Lauren Post
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lauren Post @ 2016-04-26  7:48 UTC (permalink / raw)
  To: meta-freescale

- Fix uboot fetch issues for 4.1.15-1.0.0_ga release
- Add uboot update for 4.1.15-1.1.0 release
- Update SRCREV for kernel for 4.1.15-1.1.0 release
- Update imx-test to 5.4.1

Lauren Post (4):
  u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues
  linux-imx:  Upgrade to 4.1.15-1.1.0
  u-boot-imx:  Update to 4.1.15-1.1.0 release
  imx-test: Upgrade to 5.4.1 release

 recipes-bsp/imx-test/imx-test_5.4.1.bb   | 8 ++++++++
 recipes-bsp/imx-test/imx-test_5.4.bb     | 8 --------
 recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 4 ++--
 recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)
 create mode 100644 recipes-bsp/imx-test/imx-test_5.4.1.bb
 delete mode 100644 recipes-bsp/imx-test/imx-test_5.4.bb

-- 
1.9.1



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

* [meta-fsl-arm][PATCH 1/4] u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues
  2016-04-26  7:48 [meta-fsl-arm][PATCH 0/4] Update to 4.1.15-1.1.0 Lauren Post
@ 2016-04-26  7:48 ` Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 2/4] linux-imx: Upgrade to 4.1.15-1.1.0 Lauren Post
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2016-04-26  7:48 UTC (permalink / raw)
  To: meta-freescale

Mistake in usptreaming 4.1.15-1.0.0 - should use SRC_URI instead of UBOOT_SRC

Signed-off-by: Lauren Post <lauren.post@nxp.com>
---
 recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
index 6ed76ed..76e98df 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRCBRANCH = "imx_v2015.04_4.1.15_1.0.0_ga"
-UBOOT_SRC ?= "git://git.freescale.com/imx/uboot-imx.git;protocol=git"
+SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
 SRCREV = "384e1c1f527d732a863cef360f5da419a728b1d5"
 
 S = "${WORKDIR}/git"
-- 
1.9.1



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

* [meta-fsl-arm][PATCH 2/4] linux-imx: Upgrade to 4.1.15-1.1.0
  2016-04-26  7:48 [meta-fsl-arm][PATCH 0/4] Update to 4.1.15-1.1.0 Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 1/4] u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues Lauren Post
@ 2016-04-26  7:48 ` Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 3/4] u-boot-imx: Update to 4.1.15-1.1.0 release Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 4/4] imx-test: Upgrade to 5.4.1 release Lauren Post
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2016-04-26  7:48 UTC (permalink / raw)
  To: meta-freescale

Kernel updates for i.MX 6UltraLite T1.1 silicon.

Signed-off-by: Lauren Post <lauren.post@nxp.com>
---
 recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb
index 4bc033b..ccac488 100644
--- a/recipes-kernel/linux/linux-imx_4.1.15.bb
+++ b/recipes-kernel/linux/linux-imx_4.1.15.bb
@@ -11,8 +11,8 @@ require recipes-kernel/linux/linux-dtb.inc
 DEPENDS += "lzop-native bc-native"
 
 SRCBRANCH = "imx_4.1.15_1.0.0_ga"
-LOCALVERSION = "-1.0.0"
-SRCREV = "3924425928aab27283e4c635f61bd523f20a7168"
+LOCALVERSION = "-1.1.0"
+SRCREV = "a4d2a08f3bfc57ff5d7d1307fb23f52f1e681aca"
 
 DEFAULT_PREFERENCE = "1"
 
-- 
1.9.1



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

* [meta-fsl-arm][PATCH 3/4] u-boot-imx: Update to 4.1.15-1.1.0 release
  2016-04-26  7:48 [meta-fsl-arm][PATCH 0/4] Update to 4.1.15-1.1.0 Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 1/4] u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 2/4] linux-imx: Upgrade to 4.1.15-1.1.0 Lauren Post
@ 2016-04-26  7:48 ` Lauren Post
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 4/4] imx-test: Upgrade to 5.4.1 release Lauren Post
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2016-04-26  7:48 UTC (permalink / raw)
  To: meta-freescale

Includes support for i.MX 6UltraLite T1.1 silicon.

Signed-off-by: Lauren Post <lauren.post@nxp.com>
---
 recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
index 76e98df..0de36e0 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a
 
 SRCBRANCH = "imx_v2015.04_4.1.15_1.0.0_ga"
 SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
-SRCREV = "384e1c1f527d732a863cef360f5da419a728b1d5"
+SRCREV = "d7d7c4312b71dd3879fa8640b23f6a5bac30e303"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.1



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

* [meta-fsl-arm][PATCH 4/4] imx-test: Upgrade to 5.4.1 release
  2016-04-26  7:48 [meta-fsl-arm][PATCH 0/4] Update to 4.1.15-1.1.0 Lauren Post
                   ` (2 preceding siblings ...)
  2016-04-26  7:48 ` [meta-fsl-arm][PATCH 3/4] u-boot-imx: Update to 4.1.15-1.1.0 release Lauren Post
@ 2016-04-26  7:48 ` Lauren Post
  3 siblings, 0 replies; 5+ messages in thread
From: Lauren Post @ 2016-04-26  7:48 UTC (permalink / raw)
  To: meta-freescale

- mmdc fixes to add 6ul support
- mmdc fixes to add ipu2 and gpuvg support got i.MX 6QuadPlus
- mx6s_v4l2_capture fixes for memory leak

Signed-off-by: Lauren Post <lauren.post@nxp.com>
---
 recipes-bsp/imx-test/imx-test_5.4.1.bb | 8 ++++++++
 recipes-bsp/imx-test/imx-test_5.4.bb   | 8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)
 create mode 100644 recipes-bsp/imx-test/imx-test_5.4.1.bb
 delete mode 100644 recipes-bsp/imx-test/imx-test_5.4.bb

diff --git a/recipes-bsp/imx-test/imx-test_5.4.1.bb b/recipes-bsp/imx-test/imx-test_5.4.1.bb
new file mode 100644
index 0000000..04aad14
--- /dev/null
+++ b/recipes-bsp/imx-test/imx-test_5.4.1.bb
@@ -0,0 +1,8 @@
+# Copyright (C) 2013-2016 Freescale Semiconductor
+
+include imx-test.inc
+
+SRC_URI[md5sum] = "fa1a5cdcfbdd6a3fed0ab4a5fd1f97bc"
+SRC_URI[sha256sum] = "997ec10bdc6991e9687a2c2fa5816bb50b08d73bcfe4093f988a7cac4bf0b06a"
+
+COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
diff --git a/recipes-bsp/imx-test/imx-test_5.4.bb b/recipes-bsp/imx-test/imx-test_5.4.bb
deleted file mode 100644
index 6a12c05..0000000
--- a/recipes-bsp/imx-test/imx-test_5.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (C) 2013-2016 Freescale Semiconductor
-
-include imx-test.inc
-
-SRC_URI[md5sum] = "46ddd6d1631cc0f7328383e13632d5bb"
-SRC_URI[sha256sum] = "cae6ec9b4d5cc1c402a7683cc8c2c35cccdd9598283caefcea2804baa47a15b6"
-
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
-- 
1.9.1



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

end of thread, other threads:[~2016-04-26 14:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26  7:48 [meta-fsl-arm][PATCH 0/4] Update to 4.1.15-1.1.0 Lauren Post
2016-04-26  7:48 ` [meta-fsl-arm][PATCH 1/4] u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues Lauren Post
2016-04-26  7:48 ` [meta-fsl-arm][PATCH 2/4] linux-imx: Upgrade to 4.1.15-1.1.0 Lauren Post
2016-04-26  7:48 ` [meta-fsl-arm][PATCH 3/4] u-boot-imx: Update to 4.1.15-1.1.0 release Lauren Post
2016-04-26  7:48 ` [meta-fsl-arm][PATCH 4/4] imx-test: Upgrade to 5.4.1 release Lauren Post

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.