* [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core
@ 2012-12-14 0:45 Andrei Gherzan
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore Andrei Gherzan
` (4 more replies)
0 siblings, 5 replies; 13+ messages in thread
From: Andrei Gherzan @ 2012-12-14 0:45 UTC (permalink / raw)
To: meta-freescale; +Cc: Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
...-dri_8.0.4.bbappend => mesa-dri_8.0.5.bbappend} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename recipes-graphics/mesa/{mesa-dri_8.0.4.bbappend => mesa-dri_8.0.5.bbappend} (100%)
diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
similarity index 100%
rename from recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
rename to recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore
2012-12-14 0:45 [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
@ 2012-12-14 0:45 ` Andrei Gherzan
2012-12-14 10:44 ` Daiane Angolini
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 3/5] qt4-x11-free: " Andrei Gherzan
` (3 subsequent siblings)
4 siblings, 2 replies; 13+ messages in thread
From: Andrei Gherzan @ 2012-12-14 0:45 UTC (permalink / raw)
To: meta-freescale; +Cc: Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
diff --git a/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend b/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
deleted file mode 100644
index 6e1c30a..0000000
--- a/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-#Freescale
-FILESEXTRAPATHS_prepend := "${THISDIR}/qt4:"
-
-SRC_URI_append_mx5 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
-SRC_URI_append_mx6 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
-
-DEPENDS_append_mx5 = " virtual/libgles2"
-PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
-QT_GLFLAGS_mx5 = "-opengl es2 -openvg"
-
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
-
-PRINC := "${@int(PRINC) + 4}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [meta-fsl-arm][V2 PATCH 3/5] qt4-x11-free: Remove 4.8.1 as it doen't exist in oe-core anymore
2012-12-14 0:45 [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore Andrei Gherzan
@ 2012-12-14 0:45 ` Andrei Gherzan
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 4/5] qt4-embedded: Sync with version from oe-core Andrei Gherzan
` (2 subsequent siblings)
4 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2012-12-14 0:45 UTC (permalink / raw)
To: meta-freescale; +Cc: Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend
diff --git a/recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend b/recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend
deleted file mode 100644
index 6e1c30a..0000000
--- a/recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-#Freescale
-FILESEXTRAPATHS_prepend := "${THISDIR}/qt4:"
-
-SRC_URI_append_mx5 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
-SRC_URI_append_mx6 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch"
-
-DEPENDS_append_mx5 = " virtual/libgles2"
-PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
-QT_GLFLAGS_mx5 = "-opengl es2 -openvg"
-
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
-
-PRINC := "${@int(PRINC) + 4}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [meta-fsl-arm][V2 PATCH 4/5] qt4-embedded: Sync with version from oe-core
2012-12-14 0:45 [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore Andrei Gherzan
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 3/5] qt4-x11-free: " Andrei Gherzan
@ 2012-12-14 0:45 ` Andrei Gherzan
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 5/5] qt4-x11-free: " Andrei Gherzan
2012-12-14 12:37 ` [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: " Otavio Salvador
4 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2012-12-14 0:45 UTC (permalink / raw)
To: meta-freescale; +Cc: Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
..._4.8.3.bbappend => qt4-embedded_4.8.4.bbappend} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename recipes-qt/qt4/{qt4-embedded_4.8.3.bbappend => qt4-embedded_4.8.4.bbappend} (100%)
diff --git a/recipes-qt/qt4/qt4-embedded_4.8.3.bbappend b/recipes-qt/qt4/qt4-embedded_4.8.4.bbappend
similarity index 100%
rename from recipes-qt/qt4/qt4-embedded_4.8.3.bbappend
rename to recipes-qt/qt4/qt4-embedded_4.8.4.bbappend
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* [meta-fsl-arm][V2 PATCH 5/5] qt4-x11-free: Sync with version from oe-core
2012-12-14 0:45 [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
` (2 preceding siblings ...)
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 4/5] qt4-embedded: Sync with version from oe-core Andrei Gherzan
@ 2012-12-14 0:45 ` Andrei Gherzan
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 12:37 ` [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: " Otavio Salvador
4 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2012-12-14 0:45 UTC (permalink / raw)
To: meta-freescale; +Cc: Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
..._4.8.3.bbappend => qt4-x11-free_4.8.4.bbappend} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename recipes-qt/qt4/{qt4-x11-free_4.8.3.bbappend => qt4-x11-free_4.8.4.bbappend} (100%)
diff --git a/recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend b/recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend
similarity index 100%
rename from recipes-qt/qt4/qt4-x11-free_4.8.3.bbappend
rename to recipes-qt/qt4/qt4-x11-free_4.8.4.bbappend
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore Andrei Gherzan
@ 2012-12-14 10:44 ` Daiane Angolini
2012-12-14 10:46 ` Andrei Gherzan
2012-12-14 12:38 ` Otavio Salvador
1 sibling, 1 reply; 13+ messages in thread
From: Daiane Angolini @ 2012-12-14 10:44 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale
On 12/13/2012 10:45 PM, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> ---
> recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 13 -------------
> 1 file changed, 13 deletions(-)
> delete mode 100644 recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
Will this become something else? I believe oe-core will not drop qt
support at all.
I'm not sure if I understand exactly what these patches mean, but I see
meta-fsl-arm will drop any qt support with they.
In addition, we've been using danny for oe-core/poky, and for danny, we
still need this qt version.
Conclusion, I think these patches are needed, but it's not the right
time to be applied. Let's branch danny, and them they may be applied on
master.
If I'm wrong in any point, please, let me know.
Daiane
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore
2012-12-14 10:44 ` Daiane Angolini
@ 2012-12-14 10:46 ` Andrei Gherzan
2012-12-14 11:04 ` Daiane Angolini
0 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2012-12-14 10:46 UTC (permalink / raw)
To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org, Andrei Gherzan
[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]
On Fri, Dec 14, 2012 at 12:44 PM, Daiane Angolini <
daiane.angolini@freescale.com> wrote:
> On 12/13/2012 10:45 PM, Andrei Gherzan wrote:
>
>> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>> ---
>> recipes-qt/qt4/qt4-embedded_4.**8.1.bbappend | 13 -------------
>> 1 file changed, 13 deletions(-)
>> delete mode 100644 recipes-qt/qt4/qt4-embedded_4.**8.1.bbappend
>>
> Will this become something else? I believe oe-core will not drop qt
> support at all.
>
> I'm not sure if I understand exactly what these patches mean, but I see
> meta-fsl-arm will drop any qt support with they.
>
> In addition, we've been using danny for oe-core/poky, and for danny, we
> still need this qt version.
>
> Conclusion, I think these patches are needed, but it's not the right time
> to be applied. Let's branch danny, and them they may be applied on master.
>
> If I'm wrong in any point, please, let me know.
>
>
Check the whole series of patches. I'm removing one version and renaming
another one to match oe-core. Different commits to make it clearer - didn't
do :)
ag
[-- Attachment #2: Type: text/html, Size: 1755 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore
2012-12-14 10:46 ` Andrei Gherzan
@ 2012-12-14 11:04 ` Daiane Angolini
0 siblings, 0 replies; 13+ messages in thread
From: Daiane Angolini @ 2012-12-14 11:04 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org, Andrei Gherzan
On 12/14/2012 08:46 AM, Andrei Gherzan wrote:
> Check the whole series of patches. I'm removing one version and renaming
> another one to match oe-core. Different commits to make it clearer -
> didn't do :)
Ah... So, Ok.
In my head we had already switched from 4.8.x to 4.8.x+1, and now we
would need to work for 5.x
Thanks,
Daiane
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core
2012-12-14 0:45 [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
` (3 preceding siblings ...)
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 5/5] qt4-x11-free: " Andrei Gherzan
@ 2012-12-14 12:37 ` Otavio Salvador
4 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2012-12-14 12:37 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 13, 2012 at 10:45 PM, Andrei Gherzan
<andrei.gherzan@windriver.com> wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Merged in master.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore Andrei Gherzan
2012-12-14 10:44 ` Daiane Angolini
@ 2012-12-14 12:38 ` Otavio Salvador
1 sibling, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2012-12-14 12:38 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 13, 2012 at 10:45 PM, Andrei Gherzan
<andrei.gherzan@windriver.com> wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Merged to master.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 3/5] qt4-x11-free: Remove 4.8.1 as it doen't exist in oe-core anymore
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 3/5] qt4-x11-free: " Andrei Gherzan
@ 2012-12-14 12:38 ` Otavio Salvador
0 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2012-12-14 12:38 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 13, 2012 at 10:45 PM, Andrei Gherzan
<andrei.gherzan@windriver.com> wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Merged to master.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 4/5] qt4-embedded: Sync with version from oe-core
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 4/5] qt4-embedded: Sync with version from oe-core Andrei Gherzan
@ 2012-12-14 12:38 ` Otavio Salvador
0 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2012-12-14 12:38 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 13, 2012 at 10:45 PM, Andrei Gherzan
<andrei.gherzan@windriver.com> wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Merged to master.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [meta-fsl-arm][V2 PATCH 5/5] qt4-x11-free: Sync with version from oe-core
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 5/5] qt4-x11-free: " Andrei Gherzan
@ 2012-12-14 12:38 ` Otavio Salvador
0 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2012-12-14 12:38 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 13, 2012 at 10:45 PM, Andrei Gherzan
<andrei.gherzan@windriver.com> wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Merged to master.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2012-12-14 12:38 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 0:45 [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 2/5] qt4-embedded: Remove 4.8.1 as it doen't exist in oe-core anymore Andrei Gherzan
2012-12-14 10:44 ` Daiane Angolini
2012-12-14 10:46 ` Andrei Gherzan
2012-12-14 11:04 ` Daiane Angolini
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 3/5] qt4-x11-free: " Andrei Gherzan
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 4/5] qt4-embedded: Sync with version from oe-core Andrei Gherzan
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 0:45 ` [meta-fsl-arm][V2 PATCH 5/5] qt4-x11-free: " Andrei Gherzan
2012-12-14 12:38 ` Otavio Salvador
2012-12-14 12:37 ` [meta-fsl-arm][V2 PATCH 1/5] mesa-dri: " Otavio Salvador
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.