* [PATCH 1/3] packagegroup-arago-tisdk-qte: Only include t-stat if Qt4 is being used @ 2014-12-16 17:11 Franklin S. Cooper Jr 2014-12-16 17:11 ` [PATCH 2/3] packagegroup-arago-tisdk-multimedia-*: Remove dual camera demo Franklin S. Cooper Jr 2014-12-16 17:11 ` [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only Franklin S. Cooper Jr 0 siblings, 2 replies; 5+ messages in thread From: Franklin S. Cooper Jr @ 2014-12-16 17:11 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr From: "Franklin S. Cooper Jr" <fcooper@ti.com> * t-stat isn't working on Qt5 so make it a Qt 4 exclusive for now. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../packagegroups/packagegroup-arago-tisdk-qte.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb index b439949..a95a9cd 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to add Qt embedded related packages" LICENSE = "MIT" -PR = "r8" +PR = "r9" inherit packagegroup @@ -10,6 +10,7 @@ QT4_DEMOS = "\ qt4-embedded-examples \ qt4-embedded-demos \ ${@base_conditional('ARAGO_QT_PROVIDER', 'qt4-embedded-gles', 'quick-playground', '', d)} \ + qt-tstat \ " QT5_DEMOS = "\ -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] packagegroup-arago-tisdk-multimedia-*: Remove dual camera demo 2014-12-16 17:11 [PATCH 1/3] packagegroup-arago-tisdk-qte: Only include t-stat if Qt4 is being used Franklin S. Cooper Jr @ 2014-12-16 17:11 ` Franklin S. Cooper Jr 2014-12-16 17:11 ` [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only Franklin S. Cooper Jr 1 sibling, 0 replies; 5+ messages in thread From: Franklin S. Cooper Jr @ 2014-12-16 17:11 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr From: "Franklin S. Cooper Jr" <fcooper@ti.com> * Dual camera does not work on 3.14 currently. Remove for now until it is fixed. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- ...packagegroup-arago-tisdk-multimedia-sdk-host.bb | 9 +++++---- .../packagegroup-arago-tisdk-multimedia.bb | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb index 40aa486..94fd786 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-host.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to add multimedia related sources into the SDK" LICENSE = "MIT" -PR = "r5" +PR = "r6" inherit packagegroup @@ -16,9 +16,10 @@ MULTIMEDIA_append_am3517-evm = " \ av-examples-src \ " -MULTIMEDIA_append_ti43x = " \ - ${@base_conditional('QT_PROVIDER', 'qt5', '', 'dual-camera-demo-src image-gallery-src', d)} \ -" +MULTIMEDIA_append_ti43x = "" + +#Demo doesn't work on 3.14 +# ${@base_conditional('QT_PROVIDER', 'qt5', '', 'dual-camera-demo-src image-gallery-src', d)} RDEPENDS_${PN} = "\ ${MULTIMEDIA} \ diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb index 3cd6293..81d5ee1 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to add multimedia related packages" LICENSE = "MIT" -PR = "r9" +PR = "r10" inherit packagegroup @@ -18,8 +18,9 @@ MULTIMEDIA_append_ti33x = " \ MULTIMEDIA_append_ti43x = " \ amsdk-av-files \ - ${@base_conditional('QT_PROVIDER', 'qt5', '', 'dual-camera-demo image-gallery', d)} \ " +# demo doesn't work on 3.14 +# ${@base_conditional('QT_PROVIDER', 'qt5', '', 'dual-camera-demo image-gallery', d)} MULTIMEDIA_append_omap-a15 = " \ amsdk-av-files \ -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only 2014-12-16 17:11 [PATCH 1/3] packagegroup-arago-tisdk-qte: Only include t-stat if Qt4 is being used Franklin S. Cooper Jr 2014-12-16 17:11 ` [PATCH 2/3] packagegroup-arago-tisdk-multimedia-*: Remove dual camera demo Franklin S. Cooper Jr @ 2014-12-16 17:11 ` Franklin S. Cooper Jr 2014-12-16 17:14 ` Denys Dmytriyenko 1 sibling, 1 reply; 5+ messages in thread From: Franklin S. Cooper Jr @ 2014-12-16 17:11 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr From: "Franklin S. Cooper Jr" <fcooper@ti.com> * Dual camera demo does not currently work on the 3.14 kernel. So disable for now. * T-stat needs to be tweaked to work again on Qt 5.4. Remove for now. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb index 0077223..e371307 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb @@ -36,7 +36,7 @@ SRC_URI = "\ file://Makefile_cryptodev \ " -PR = "r35" +PR = "r36" MAKEFILES_COMMON = "linux \ matrix-gui \ @@ -44,7 +44,7 @@ MAKEFILES_COMMON = "linux \ am-sysinfo \ matrix-gui-browser \ refresh-screen \ - qt-tstat \ + ${@base_conditional('QT_PROVIDER', 'qt5', '', 'qt-tstat', d)} \ oprofile-example \ " MAKEFILES = "" @@ -75,8 +75,6 @@ MAKEFILES_append_ti43x = " u-boot-spl \ ti-crypto-examples \ linux-dtbs \ wireless \ - dual-camera-demo \ - image-gallery \ cryptodev \ " -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only 2014-12-16 17:11 ` [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only Franklin S. Cooper Jr @ 2014-12-16 17:14 ` Denys Dmytriyenko 2014-12-16 17:16 ` Cooper Jr., Franklin 0 siblings, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2014-12-16 17:14 UTC (permalink / raw) To: Franklin S. Cooper Jr; +Cc: meta-arago On Tue, Dec 16, 2014 at 11:11:02AM -0600, Franklin S. Cooper Jr wrote: > From: "Franklin S. Cooper Jr" <fcooper@ti.com> > > * Dual camera demo does not currently work on the 3.14 kernel. So disable for > now. > * T-stat needs to be tweaked to work again on Qt 5.4. Remove for now. Have you looked at what got broken with Qt 5.4? It used to work with 5.2... > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > --- > .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb > index 0077223..e371307 100644 > --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb > @@ -36,7 +36,7 @@ SRC_URI = "\ > file://Makefile_cryptodev \ > " > > -PR = "r35" > +PR = "r36" > > MAKEFILES_COMMON = "linux \ > matrix-gui \ > @@ -44,7 +44,7 @@ MAKEFILES_COMMON = "linux \ > am-sysinfo \ > matrix-gui-browser \ > refresh-screen \ > - qt-tstat \ > + ${@base_conditional('QT_PROVIDER', 'qt5', '', 'qt-tstat', d)} \ > oprofile-example \ > " > MAKEFILES = "" > @@ -75,8 +75,6 @@ MAKEFILES_append_ti43x = " u-boot-spl \ > ti-crypto-examples \ > linux-dtbs \ > wireless \ > - dual-camera-demo \ > - image-gallery \ > cryptodev \ > " > > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only 2014-12-16 17:14 ` Denys Dmytriyenko @ 2014-12-16 17:16 ` Cooper Jr., Franklin 0 siblings, 0 replies; 5+ messages in thread From: Cooper Jr., Franklin @ 2014-12-16 17:16 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Tuesday, December 16, 2014 11:14 AM > To: Cooper Jr., Franklin > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH 3/3] ti-tisdk-makefile: Remove dual > camera demo and make t-stat Qt 4 only > > On Tue, Dec 16, 2014 at 11:11:02AM -0600, Franklin S. Cooper Jr wrote: > > From: "Franklin S. Cooper Jr" <fcooper@ti.com> > > > > * Dual camera demo does not currently work on the 3.14 kernel. So disable > for > > now. > > * T-stat needs to be tweaked to work again on Qt 5.4. Remove for now. > > Have you looked at what got broken with Qt 5.4? It used to work with 5.2... [Franklin] Not yet. Its on my list but I rather remove it until I have a chance to check it out. > > > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > > --- > > .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 6 ++---- > > 1 file changed, 2 insertions(+), 4 deletions(-) > > > > diff --git > > a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_ > > 1.0.bb > > b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_ > > 1.0.bb > > index 0077223..e371307 100644 > > --- > > a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_ > > 1.0.bb > > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makef > > +++ ile_1.0.bb > > @@ -36,7 +36,7 @@ SRC_URI = "\ > > file://Makefile_cryptodev \ > > " > > > > -PR = "r35" > > +PR = "r36" > > > > MAKEFILES_COMMON = "linux \ > > matrix-gui \ > > @@ -44,7 +44,7 @@ MAKEFILES_COMMON = "linux \ > > am-sysinfo \ > > matrix-gui-browser \ > > refresh-screen \ > > - qt-tstat \ > > + ${@base_conditional('QT_PROVIDER', 'qt5', '', > > + 'qt-tstat', d)} \ > > oprofile-example \ " > > MAKEFILES = "" > > @@ -75,8 +75,6 @@ MAKEFILES_append_ti43x = " u-boot-spl \ > > ti-crypto-examples \ > > linux-dtbs \ > > wireless \ > > - dual-camera-demo \ > > - image-gallery \ > > cryptodev \ " > > > > -- > > 1.7.9.5 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-16 17:16 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-12-16 17:11 [PATCH 1/3] packagegroup-arago-tisdk-qte: Only include t-stat if Qt4 is being used Franklin S. Cooper Jr 2014-12-16 17:11 ` [PATCH 2/3] packagegroup-arago-tisdk-multimedia-*: Remove dual camera demo Franklin S. Cooper Jr 2014-12-16 17:11 ` [PATCH 3/3] ti-tisdk-makefile: Remove dual camera demo and make t-stat Qt 4 only Franklin S. Cooper Jr 2014-12-16 17:14 ` Denys Dmytriyenko 2014-12-16 17:16 ` Cooper Jr., Franklin
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.