* [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports
@ 2014-08-22 14:38 Otavio Salvador
2014-08-22 14:38 ` [meta-fsl-arm-extra/daisy][PATCH 0/8] " Otavio Salvador
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Otavio Salvador @ 2014-08-22 14:38 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
This is the proposed bugfix and improvement backport from master to
Daisy.
I did review them and seem safe; I am putting them in our autobuilder
for validation and will wait until mid of next week for merging.
All these patches are in daisy-next branch so please check them and
/also/ give them a test.
Gary Bisson (1):
gst-fsl-plugin: fix build for kernel headers >= 3.10
Javier Viguera (1):
meta-fsl-arm: fix some typos
Jun Zhu (1):
pulseaudio: Fix mutext issue when do pause in gstreamer
Lauren Post (3):
gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
linux-imx: Upgrade to 3.10.17-1.0.1
Mario Domenech Goulart (1):
imx-bootlets: indentation fixes and whitespace cleanup
Max Krummenacher (2):
libmcc: remove bashism in Makefile
kernel-module-mcc: remove bashism in Makefile
Neena Busireddy (5):
gpu-viv-bin-mx6q: Include sololite changes to remove 3D libraries.
imx-base: Add MACHINE_ARCH filter for sololite.
mesa: Update mesa and mesa-demos to support Sololite.
cairo: Update recipe to support sololite.
glmark2: Create bbappend to include Sololite changes.
Otavio Salvador (4):
linux-fslc: Update to ab42ba6 revision
directfb-examples: Fix building with new autoconf
gpu-viv-bin-mx6q: Add a missing runtime dependency on libdrm
weston: Don't apply i.MX6-specific patches unconditionally
Tony Felice (2):
libmcc: Update to version 1.05
kernel-module-mcc: Update to version 1.06
Wang Zidan (1):
alsa-lib: add conf for multichannel support in mx6
conf/machine/include/imx-base.inc | 16 +-
recipes-benchmark/glmark2/glmark2_%.bbappend | 3 +
recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 22 +-
.../libmcc/{libmcc_1.04.bb => libmcc_1.05.bb} | 4 +-
recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc | 2 +-
recipes-graphics/cairo/cairo_%.bbappend | 4 +-
.../configure.in-Fix-string-argument-syntax.patch | 28 +++
.../directfb/directfb-examples_1.6.0.bb | 7 +-
.../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 27 ++-
...fp.bb => gpu-viv-bin-mx6q_3.10.17-1.0.1-hfp.bb} | 4 +-
...fp.bb => gpu-viv-bin-mx6q_3.10.17-1.0.1-sfp.bb} | 4 +-
recipes-graphics/mesa/mesa-demos_%.bbappend | 1 +
recipes-graphics/mesa/mesa_%.bbappend | 14 +-
recipes-graphics/wayland/weston_%.bbappend | 6 +-
...b => xf86-video-imxfb-vivante_3.10.17-1.0.1.bb} | 4 +-
...odule-mcc_1.04.bb => kernel-module-mcc_1.06.bb} | 4 +-
recipes-kernel/linux/linux-fslc_3.14.bb | 2 +-
.../perf-avoid-use-sysroot-headers.patch | 2 +-
recipes-kernel/linux/linux-imx_3.10.17.bb | 6 +-
...-add-conf-for-multichannel-support-in-imx.patch | 221 +++++++++++++++++++++
recipes-multimedia/alsa/alsa-lib_%.bbappend | 7 +
recipes-multimedia/gstreamer/gst-fsl-plugin.inc | 3 +-
...e-use-of-obsolete-VIDIOC_DBG_G_CHIP_IDENT.patch | 69 +++++++
.../gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb | 2 +-
.../pulseaudio/pulseaudio_5.0.bbappend | 4 +
25 files changed, 423 insertions(+), 43 deletions(-)
create mode 100644 recipes-benchmark/glmark2/glmark2_%.bbappend
rename recipes-bsp/libmcc/{libmcc_1.04.bb => libmcc_1.05.bb} (77%)
create mode 100644 recipes-graphics/directfb/directfb-examples-1.6.0/configure.in-Fix-string-argument-syntax.patch
rename recipes-graphics/gpu-viv-bin-mx6q/{gpu-viv-bin-mx6q_3.10.17-1.0.0-hfp.bb => gpu-viv-bin-mx6q_3.10.17-1.0.1-hfp.bb} (55%)
rename recipes-graphics/gpu-viv-bin-mx6q/{gpu-viv-bin-mx6q_3.10.17-1.0.0-sfp.bb => gpu-viv-bin-mx6q_3.10.17-1.0.1-sfp.bb} (55%)
rename recipes-graphics/xorg-driver/{xf86-video-imxfb-vivante_3.10.17-1.0.0.bb => xf86-video-imxfb-vivante_3.10.17-1.0.1.bb} (93%)
rename recipes-kernel/kernel-module-mcc/{kernel-module-mcc_1.04.bb => kernel-module-mcc_1.06.bb} (72%)
create mode 100644 recipes-multimedia/alsa/alsa-lib/0001-add-conf-for-multichannel-support-in-imx.patch
create mode 100644 recipes-multimedia/alsa/alsa-lib_%.bbappend
create mode 100644 recipes-multimedia/gstreamer/gst-fsl-plugin/Remove-use-of-obsolete-VIDIOC_DBG_G_CHIP_IDENT.patch
create mode 100644 recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
--
2.1.0.rc1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-fsl-arm-extra/daisy][PATCH 0/8] Bugfix and improvement backports
2014-08-22 14:38 [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports Otavio Salvador
@ 2014-08-22 14:38 ` Otavio Salvador
2014-08-22 14:38 ` [meta-fsl-demos/daisy][PATCH 0/7] " Otavio Salvador
2014-08-22 14:52 ` [meta-fsl-arm/daisy][PATCH 00/21] " Eric Bénard
2 siblings, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2014-08-22 14:38 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
This is the proposed bugfix and improvement backport from master to
Daisy.
I did review them and seem safe; I am putting them in our autobuilder
for validation and will wait until mid of next week for merging.
All these patches are in daisy-next branch so please check them and
/also/ give them a test.
Christoph Settgast (2):
u-boot-script-boundary: Use bb vars for overrides
u-boot-script-boundary: Fix build for imx6qsabrelite
Eric Nelson (2):
nitrogen6x: set KERNEL_IMAGETYPE to uImage
nitrogen6x-lite: set KERNEL_IMAGETYPE to uImage
Jacob Kroon (1):
u-boot-imx: Fix FILESEXTRAPATHS_prepend
Otavio Salvador (1):
linux-denx: Restrict recipe compatibility for m53evk
Simon Kuhnle (1):
linux-boundary (3.10.17): add CONFIG_USB_G_MULTI
dv@pseudoterminal.org (1):
u-boot-cubox-i: update to a06fada55a SRCREV
conf/machine/nitrogen6x-lite.conf | 1 +
conf/machine/nitrogen6x.conf | 1 +
recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb | 2 +-
recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend | 2 +-
recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 32 ++++++++--------------
.../nitrogen6x-lite/defconfig | 1 +
.../linux-boundary-3.10.17/nitrogen6x/defconfig | 1 +
recipes-kernel/linux/linux-denx_3.9.bb | 2 +-
8 files changed, 18 insertions(+), 24 deletions(-)
--
2.1.0.rc1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-fsl-demos/daisy][PATCH 0/7] Bugfix and improvement backports
2014-08-22 14:38 [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports Otavio Salvador
2014-08-22 14:38 ` [meta-fsl-arm-extra/daisy][PATCH 0/8] " Otavio Salvador
@ 2014-08-22 14:38 ` Otavio Salvador
2014-08-22 14:52 ` [meta-fsl-arm/daisy][PATCH 00/21] " Eric Bénard
2 siblings, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2014-08-22 14:38 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
This is the proposed bugfix and improvement backport from master to
Daisy.
I did review them and seem safe; I am putting them in our autobuilder
for validation and will wait until mid of next week for merging.
All these patches are in daisy-next branch so please check them and
/also/ give them a test.
Carlos Rafael Giani (1):
packagegroup-fslc-gstreamer1.0: Add new package groups for GStreamer
1.0
Daiane Angolini (2):
packagegroup-fsl: Add DESCRIPTION for several packagegroups
packagegroup-fslc-gstreamer1.0: Fix DISTRO_FEATURE wayland check
Neena Busireddy (2):
fsl-gpu-sdk: Modify recipe to support Sololite.
packagegroup-fsl-gstreamer-full: Remove gst-plugins-gl to support SL.
Otavio Salvador (2):
packagegroup-fsl-tools-testapps: Install more Wayland-related
utilities
fsl-image-machine-test: Rework image to reduce duplication
recipes-fsl/images/fsl-image-machine-test.bb | 5 +-
.../packagegroup-fsl-gstreamer-full.bb | 9 +-
.../packagegroups/packagegroup-fsl-gstreamer.bb | 4 +-
.../packagegroup-fsl-tools-benchmark.bb | 3 +-
.../packagegroup-fsl-tools-gpu-external.bb | 6 +-
.../packagegroups/packagegroup-fsl-tools-gpu.bb | 3 +-
.../packagegroup-fsl-tools-testapps.bb | 13 ++-
recipes-graphics/fsl-gpu-sdk/fsl-gpu-sdk_1.1.bb | 8 +-
.../packagegroup-fslc-gstreamer1.0-commercial.bb | 20 ++++
.../packagegroup-fslc-gstreamer1.0-full.bb | 19 ++++
.../packagegroup-fslc-gstreamer1.0.bb | 120 +++++++++++++++++++++
11 files changed, 198 insertions(+), 12 deletions(-)
create mode 100644 recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
create mode 100644 recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
create mode 100644 recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0.bb
--
2.1.0.rc1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports
2014-08-22 14:38 [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports Otavio Salvador
2014-08-22 14:38 ` [meta-fsl-arm-extra/daisy][PATCH 0/8] " Otavio Salvador
2014-08-22 14:38 ` [meta-fsl-demos/daisy][PATCH 0/7] " Otavio Salvador
@ 2014-08-22 14:52 ` Eric Bénard
2014-08-22 15:05 ` Otavio Salvador
2014-08-22 16:26 ` Lauren Post
2 siblings, 2 replies; 8+ messages in thread
From: Eric Bénard @ 2014-08-22 14:52 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
Hi Otavio,
Le Fri, 22 Aug 2014 11:38:00 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> Lauren Post (3):
> gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
> xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
> linux-imx: Upgrade to 3.10.17-1.0.1
one little question : if you upgrade daisy to 3.10.17-1.0.1,
doesn't that mean that in the end next 1.7 release will have the same
BSP as daisy (1.6) ?
one little remark : maybe some votes would be different if peoples were
aware that the 3.10.17-1.0.1 was to be backported in 1.6 instead of
being replaced by 3.10.31 in 1.7 (which would have mean no meta-fsl-arm
release would have included this version).
Best regards,
Eric
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports
2014-08-22 14:52 ` [meta-fsl-arm/daisy][PATCH 00/21] " Eric Bénard
@ 2014-08-22 15:05 ` Otavio Salvador
2014-08-22 15:17 ` Eric Bénard
2014-08-22 16:26 ` Lauren Post
1 sibling, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2014-08-22 15:05 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale Mailing List
On Fri, Aug 22, 2014 at 11:52 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Otavio,
>
> Le Fri, 22 Aug 2014 11:38:00 -0300,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> Lauren Post (3):
>> gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
>> xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
>> linux-imx: Upgrade to 3.10.17-1.0.1
>
> one little question : if you upgrade daisy to 3.10.17-1.0.1,
> doesn't that mean that in the end next 1.7 release will have the same
> BSP as daisy (1.6) ?
The 3.10.17-1.0.1 is a bugfix release of the GA BSP, as you can see
from the commit log provided by Lauren on the patches it is indeed a
fix on top of the GA.
If new bugfix releases happen to be released, 3.10.17-1.0.x, the
natural thing is to put them on the branches which are affected. As
done in all other layers.
> one little remark : maybe some votes would be different if peoples were
> aware that the 3.10.17-1.0.1 was to be backported in 1.6 instead of
> being replaced by 3.10.31 in 1.7 (which would have mean no meta-fsl-arm
> release would have included this version).
The 3.10.31-1.1.0 is a major update and not just a bugfix. Even
Freescale thing it is not ready otherwise it'd be called GA (not
Beta). So I think the difference is clear enough...
In case someone wants to change the vote, feel free to send it :-)
--
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] 8+ messages in thread
* Re: [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports
2014-08-22 15:05 ` Otavio Salvador
@ 2014-08-22 15:17 ` Eric Bénard
2014-08-22 16:01 ` Otavio Salvador
0 siblings, 1 reply; 8+ messages in thread
From: Eric Bénard @ 2014-08-22 15:17 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
Le Fri, 22 Aug 2014 12:05:38 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
>
> On Fri, Aug 22, 2014 at 11:52 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Hi Otavio,
> >
> > Le Fri, 22 Aug 2014 11:38:00 -0300,
> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >> Lauren Post (3):
> >> gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
> >> xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
> >> linux-imx: Upgrade to 3.10.17-1.0.1
> >
> > one little question : if you upgrade daisy to 3.10.17-1.0.1,
> > doesn't that mean that in the end next 1.7 release will have the same
> > BSP as daisy (1.6) ?
>
> The 3.10.17-1.0.1 is a bugfix release of the GA BSP, as you can see
> from the commit log provided by Lauren on the patches it is indeed a
> fix on top of the GA.
>
> If new bugfix releases happen to be released, 3.10.17-1.0.x, the
> natural thing is to put them on the branches which are affected. As
> done in all other layers.
>
that's indeed a good pratice.
> > one little remark : maybe some votes would be different if peoples were
> > aware that the 3.10.17-1.0.1 was to be backported in 1.6 instead of
> > being replaced by 3.10.31 in 1.7 (which would have mean no meta-fsl-arm
> > release would have included this version).
>
> The 3.10.31-1.1.0 is a major update and not just a bugfix. Even
> Freescale thing it is not ready otherwise it'd be called GA (not
> Beta). So I think the difference is clear enough...
>
my concern was not the stability discussion but the fact that latest
3.10.17-1.0.x would be available in the 1.6 BSP which could allow
people not wanting to move to 3.10.31 to use it.
Best regards
Eric
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports
2014-08-22 15:17 ` Eric Bénard
@ 2014-08-22 16:01 ` Otavio Salvador
0 siblings, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2014-08-22 16:01 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale Mailing List
On Fri, Aug 22, 2014 at 12:17 PM, Eric Bénard <eric@eukrea.com> wrote:
> Le Fri, 22 Aug 2014 12:05:38 -0300,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
...
>> > one little remark : maybe some votes would be different if peoples were
>> > aware that the 3.10.17-1.0.1 was to be backported in 1.6 instead of
>> > being replaced by 3.10.31 in 1.7 (which would have mean no meta-fsl-arm
>> > release would have included this version).
>>
>> The 3.10.31-1.1.0 is a major update and not just a bugfix. Even
>> Freescale thing it is not ready otherwise it'd be called GA (not
>> Beta). So I think the difference is clear enough...
>>
> my concern was not the stability discussion but the fact that latest
> 3.10.17-1.0.x would be available in the 1.6 BSP which could allow
> people not wanting to move to 3.10.31 to use it.
I think if someone got this impression, this is the exception. During
all the discussion we didn't talk about bugfix releases but /new/
BSPs.
It was clear to me many people didn't participate of the discussion
thread but were attentive to it, and for the overall implications of a
decision. So I think we are good in this regard.
--
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] 8+ messages in thread
* Re: [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports
2014-08-22 14:52 ` [meta-fsl-arm/daisy][PATCH 00/21] " Eric Bénard
2014-08-22 15:05 ` Otavio Salvador
@ 2014-08-22 16:26 ` Lauren Post
1 sibling, 0 replies; 8+ messages in thread
From: Lauren Post @ 2014-08-22 16:26 UTC (permalink / raw)
To: Eric Bénard, Otavio Salvador; +Cc: meta-freescale Mailing List
Yocto 1.7 and Yocto 1.6 both have 3.10.17 if Option 1 is agreed to.
The difference is that Yocto 1.7 will have the other layers upgraded while Yocto 1.6 will stay on daisy branch for other layers.
Lauren
-----Original Message-----
From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Eric Bénard
Sent: Friday, August 22, 2014 9:53 AM
To: Otavio Salvador
Cc: meta-freescale Mailing List
Subject: Re: [meta-freescale] [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports
Hi Otavio,
Le Fri, 22 Aug 2014 11:38:00 -0300,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> Lauren Post (3):
> gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
> xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
> linux-imx: Upgrade to 3.10.17-1.0.1
one little question : if you upgrade daisy to 3.10.17-1.0.1, doesn't that mean that in the end next 1.7 release will have the same BSP as daisy (1.6) ?
one little remark : maybe some votes would be different if peoples were aware that the 3.10.17-1.0.1 was to be backported in 1.6 instead of being replaced by 3.10.31 in 1.7 (which would have mean no meta-fsl-arm release would have included this version).
Best regards,
Eric
--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-08-22 16:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 14:38 [meta-fsl-arm/daisy][PATCH 00/21] Bugfix and improvement backports Otavio Salvador
2014-08-22 14:38 ` [meta-fsl-arm-extra/daisy][PATCH 0/8] " Otavio Salvador
2014-08-22 14:38 ` [meta-fsl-demos/daisy][PATCH 0/7] " Otavio Salvador
2014-08-22 14:52 ` [meta-fsl-arm/daisy][PATCH 00/21] " Eric Bénard
2014-08-22 15:05 ` Otavio Salvador
2014-08-22 15:17 ` Eric Bénard
2014-08-22 16:01 ` Otavio Salvador
2014-08-22 16:26 ` 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.