* [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps
@ 2014-10-31 21:33 Eric Nelson
2014-10-31 21:33 ` [meta-fsl-arm-extra][PATCH 1/2] linux-boundary (3.10.17): Bump SRCREV to 9f710dad Eric Nelson
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Eric Nelson @ 2014-10-31 21:33 UTC (permalink / raw)
To: meta-freescale
These two patches bring the linux-boundary_3.10.17 up to date with
the latest head of our boundary-imx_3.10.17_1.0.1_ga branch (patch 1)
and then switch to the new boundary-imx_3.10.17_1.0.2_ga branch
to keep in sync with the 3.10.17_1.0.2 Freescale release (patch 2).
The second patch should be applied along with the userspace updates
from Freescale.
The first patch should be applied to dizzy, master, and master-next.
Eric Nelson (2):
linux-boundary (3.10.17): Bump SRCREV to 9f710dad
linux-boundary: Upgrade to 3.10.17_1.0.2 patch release (commit
f7a1e187)
recipes-kernel/linux/linux-boundary_3.10.17.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-fsl-arm-extra][PATCH 1/2] linux-boundary (3.10.17): Bump SRCREV to 9f710dad
2014-10-31 21:33 [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Eric Nelson
@ 2014-10-31 21:33 ` Eric Nelson
2014-10-31 21:33 ` [meta-fsl-arm-extra][PATCH 2/2] linux-boundary: Upgrade to 3.10.17_1.0.2 patch release (commit f7a1e187) Eric Nelson
2014-11-01 17:50 ` [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Otavio Salvador
2 siblings, 0 replies; 5+ messages in thread
From: Eric Nelson @ 2014-10-31 21:33 UTC (permalink / raw)
To: meta-freescale
This update contains a handful of minor fixes for Nitrogen6x,
Nitrogen6x-SOM, Nitrogen6x_Max and SABRE Lite:
Added AR1020-i2c 8-wire resistive touch controller
Fixed real-time-clock on Nitrogen6_Max
Miscellenous fixes for OV5642 parallel CSI camera
Fixes for Focaltech FT5x06 capacitive touch screen
Fix for TC358743 HDMI->MIPI
Add mac address override for WL12xx Wifi module
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index 4a0e1ab..87d4284 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
LOCALVERSION = "-1.0.1_ga+yocto"
SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
-SRCREV = "bed3f6a3741ee09cfc767d9628148269ed4fcb12"
+SRCREV = "9f710dadb26a40e0f2235db39e11c79149d7bcff"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(mx6)"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-fsl-arm-extra][PATCH 2/2] linux-boundary: Upgrade to 3.10.17_1.0.2 patch release (commit f7a1e187)
2014-10-31 21:33 [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Eric Nelson
2014-10-31 21:33 ` [meta-fsl-arm-extra][PATCH 1/2] linux-boundary (3.10.17): Bump SRCREV to 9f710dad Eric Nelson
@ 2014-10-31 21:33 ` Eric Nelson
2014-11-01 17:50 ` [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Otavio Salvador
2 siblings, 0 replies; 5+ messages in thread
From: Eric Nelson @ 2014-10-31 21:33 UTC (permalink / raw)
To: meta-freescale
Update Linux kernel for Boundary Devices boards to match the Freescale
3.10.17_1.0.2 release and use branch boundary-imx_3.10.17_1.0.2_ga
No functional changes are in this update beyond the bug fixes in
the Freescale release.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
recipes-kernel/linux/linux-boundary_3.10.17.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index 87d4284..2e2eb65 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -9,9 +9,9 @@ SUMMARY = "Linux kernel for Boundary Devices boards"
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
file://defconfig"
-LOCALVERSION = "-1.0.1_ga+yocto"
-SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
-SRCREV = "9f710dadb26a40e0f2235db39e11c79149d7bcff"
+LOCALVERSION = "-1.0.2_ga+yocto"
+SRCBRANCH = "boundary-imx_3.10.17_1.0.2_ga"
+SRCREV = "f7a1e1870a3f53d0128e149261f9092fe6e02462"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(mx6)"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps
2014-10-31 21:33 [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Eric Nelson
2014-10-31 21:33 ` [meta-fsl-arm-extra][PATCH 1/2] linux-boundary (3.10.17): Bump SRCREV to 9f710dad Eric Nelson
2014-10-31 21:33 ` [meta-fsl-arm-extra][PATCH 2/2] linux-boundary: Upgrade to 3.10.17_1.0.2 patch release (commit f7a1e187) Eric Nelson
@ 2014-11-01 17:50 ` Otavio Salvador
2014-11-01 18:06 ` Eric Nelson
2 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2014-11-01 17:50 UTC (permalink / raw)
To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org
Hello Eric,
On Fri, Oct 31, 2014 at 7:33 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> These two patches bring the linux-boundary_3.10.17 up to date with
> the latest head of our boundary-imx_3.10.17_1.0.1_ga branch (patch 1)
> and then switch to the new boundary-imx_3.10.17_1.0.2_ga branch
> to keep in sync with the 3.10.17_1.0.2 Freescale release (patch 2).
>
> The second patch should be applied along with the userspace updates
> from Freescale.
Yes; I am queueing it in master-next for test and will merge it
together with the 1.0.2 branch.
> The first patch should be applied to dizzy, master, and master-next.
Done.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps
2014-11-01 17:50 ` [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Otavio Salvador
@ 2014-11-01 18:06 ` Eric Nelson
0 siblings, 0 replies; 5+ messages in thread
From: Eric Nelson @ 2014-11-01 18:06 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
On 11/01/2014 10:50 AM, Otavio Salvador wrote:
> Hello Eric,
>
> On Fri, Oct 31, 2014 at 7:33 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> These two patches bring the linux-boundary_3.10.17 up to date with
>> the latest head of our boundary-imx_3.10.17_1.0.1_ga branch (patch 1)
>> and then switch to the new boundary-imx_3.10.17_1.0.2_ga branch
>> to keep in sync with the 3.10.17_1.0.2 Freescale release (patch 2).
>>
>> The second patch should be applied along with the userspace updates
>> from Freescale.
>
> Yes; I am queueing it in master-next for test and will merge it
> together with the 1.0.2 branch.
>
>> The first patch should be applied to dizzy, master, and master-next.
>
> Done.
>
Thanks Otavio
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-01 18:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 21:33 [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Eric Nelson
2014-10-31 21:33 ` [meta-fsl-arm-extra][PATCH 1/2] linux-boundary (3.10.17): Bump SRCREV to 9f710dad Eric Nelson
2014-10-31 21:33 ` [meta-fsl-arm-extra][PATCH 2/2] linux-boundary: Upgrade to 3.10.17_1.0.2 patch release (commit f7a1e187) Eric Nelson
2014-11-01 17:50 ` [meta-fsl-arm-extra][PATCH 0/2] linux-boundary_3.10.17 kernel bumps Otavio Salvador
2014-11-01 18:06 ` Eric Nelson
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.