On Tue, Dec 16, 2014 at 11:11:02AM -0600, Franklin S. Cooper Jr wrote: > From: "Franklin S. Cooper Jr" <[email protected]> > > * 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 <[email protected]> > --- > .../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 > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
