* Various recipes have been updated to pull in the latest makefile changes. * Update makefile stubs to reflect these changes.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../ti-tisdk-makefile/Makefile_dual-camera-demo | 8 ++++---- .../ti-tisdk-makefile/Makefile_matrix-gui-browser | 8 ++++---- .../ti-tisdk-makefile/Makefile_qt-tstat | 8 ++++---- .../ti-tisdk-makefile/Makefile_quick-playground | 8 ++++---- .../ti-tisdk-makefile/Makefile_refresh-screen | 8 ++++---- .../ti-tisdk-makefile/Makefile_ti-crypto-examples | 2 +- .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo index a682d59..14ee3df 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_dual-camera-demo @@ -3,22 +3,22 @@ dual-camera: @echo ================================ @echo Building Dual Camera Demo @echo ================================ - @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build release + @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make dual-camera_clean: @echo ================================ @echo Building Dual Camera Demo @echo ================================ - @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build clean + @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make clean dual-camera_install: @echo =================================================== @echo Installing Dual Camera Demo - Release version @echo =================================================== - @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build install + @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make install dual-camera_install_debug: @echo ================================================= @echo Installing Dual Camera Demo - Debug version @echo ================================================= - @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make -f Makefile.build install_debug + @cd example-applications; cd `find . -name "*dual-camera-demo*"`; make install_debug diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser index 2fc3b21..eb60e4f 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_matrix-gui-browser @@ -3,22 +3,22 @@ matrix-gui-browser: @echo ================================= @echo Building Matrix GUI Browser @echo ================================= - @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build release + @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make release matrix-gui-browser_clean: @echo ================================= @echo Cleaning Matrix GUI Browser @echo ================================= - @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build clean + @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make clean matrix-gui-browser_install: @echo =================================================== @echo Installing Matrix GUI Browser - Release version @echo =================================================== - @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build install + @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make install matrix-gui-browser_install_debug: @echo ================================================= @echo Installing Matrix GUI Browser - Debug Version @echo ================================================= - @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make -f Makefile.build install_debug + @cd example-applications; cd `find . -name "*matrix-gui-browser*"`; make install_debug diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat index 857e058..36d7ef5 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_qt-tstat @@ -3,22 +3,22 @@ qt-tstat: @echo ================================ @echo Building QT Thermostat App @echo ================================ - @cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build release + @cd example-applications; cd `find . -name "*qt-tstat*"`; make release qt-tstat_clean: @echo ================================ @echo Cleaning QT Thermostat App @echo ================================ - @cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build clean + @cd example-applications; cd `find . -name "*qt-tstat*"`; make clean qt-tstat_install: @echo =================================================== @echo Installing QT Thermostat App - Release version @echo =================================================== - @cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build install + @cd example-applications; cd `find . -name "*qt-tstat*"`; make install qt-tstat_install_debug: @echo ================================================= @echo Installing QT Thermostat App - Debug version @echo ================================================= - @cd example-applications; cd `find . -name "*qt-tstat*"`; make -f Makefile.build install_debug + @cd example-applications; cd `find . -name "*qt-tstat*"`; make install_debug diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground index 06cbd49..a87471b 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_quick-playground @@ -3,22 +3,22 @@ quick-playground: @echo ================================= @echo Building Quick Playground App @echo ================================= - @cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build release + @cd example-applications; cd `find . -name "*quick-playground*"`; make quick-playground_clean: @echo ================================= @echo Cleaning Quick Playground App @echo ================================= - @cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build clean + @cd example-applications; cd `find . -name "*quick-playground*"`; make clean quick-playground_install: @echo ==================================================== @echo Installing Quick Playground App - Release version @echo ==================================================== - @cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build install + @cd example-applications; cd `find . -name "*quick-playground*"`; make install quick-playground_install_debug: @echo ================================================== @echo Installing Quick Playground App - Debug version @echo ================================================== - @cd example-applications; cd `find . -name "*quick-playground*"`; make -f Makefile.build install_debug + @cd example-applications; cd `find . -name "*quick-playground*"`; make install_debug diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen index bcc17fa..6d8f203 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_refresh-screen @@ -3,22 +3,22 @@ refresh-screen: @echo ============================= @echo Building Refresh Screen @echo ============================= - @cd example-applications; cd `find . -name "*refresh-screen*"`; make -f Makefile.build release + @cd example-applications; cd `find . -name "*refresh-screen*"`; make release refresh-screen_clean: @echo ============================= @echo Cleaning Refresh Screen @echo ============================= - @cd example-applications; cd `find . -name "*refresh-screen*"`; make -f Makefile.build clean + @cd example-applications; cd `find . -name "*refresh-screen*"`; make clean refresh-screen_install: @echo ================================================ @echo Installing Refresh Screen - Release version @echo ================================================ - @cd example-applications; cd `find . -name "*refresh-screen*"`; make -f Makefile.build install + @cd example-applications; cd `find . -name "*refresh-screen*"`; make install refresh-screen_install_debug: @echo ============================================== @echo Installing Refresh Screen - Debug Version @echo ============================================== - @cd example-applications; cd `find . -name "*refresh-screen*"`; make -f Makefile.build install_debug + @cd example-applications; cd `find . -name "*refresh-screen*"`; make install_debug diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples index 3588381..9ab9616 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_ti-crypto-examples @@ -3,7 +3,7 @@ ti-crypto-examples: @echo ================================= @echo Building TI Crypto Examples @echo ================================= - @cd example-applications; cd `find . -name "*ti-crypto-examples*"`; make + @cd example-applications; cd `find . -name "*ti-crypto-examples*"`; make release ti-crypto-examples_clean: @echo ================================= 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 374fa81..f8e0799 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 @@ -34,7 +34,7 @@ SRC_URI = "\ file://Makefile_dual-camera-demo \ " -PR = "r26" +PR = "r27" MAKEFILES_COMMON = "linux \ matrix-gui \ -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
