All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master][PATCH] demo-glow: Add makefile for demo-glow example application
@ 2019-06-21 10:40 Djordje Senicic
  2019-06-21 22:05 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Djordje Senicic @ 2019-06-21 10:40 UTC (permalink / raw)
  To: meta-arago; +Cc: Djordje Senicic

Signed-off-by: Djordje Senicic <x0157990@ti.com>
---
 .../ti-tisdk-makefile/Makefile_demo-glow      | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow
new file mode 100644
index 00000000..96ede6af
--- /dev/null
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow
@@ -0,0 +1,19 @@
+# barcode-roi build targets
+
+demo-glow:
+	@echo =============================
+	@echo    Building Demo GLOW
+	@echo =============================
+	@cd example-applications; cd `find . -name "*demo-glow*"`; make -f Makefile.build release
+
+demo-glow_clean:
+	@echo =============================
+	@echo    Cleaning Demo GLOW
+	@echo =============================
+	@cd example-applications; cd `find . -name "*demo-glow*"`; make -f Makefile.build clean
+
+demo-glow_install:
+	@echo ================================================
+	@echo   Installing Demo Glow - Release version
+	@echo ================================================
+	@cd example-applications; cd `find . -name "*demo-glow*"`; make -f Makefile.build install
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [thud/master][PATCH] demo-glow: Add makefile for demo-glow example application
  2019-06-21 10:40 [thud/master][PATCH] demo-glow: Add makefile for demo-glow example application Djordje Senicic
@ 2019-06-21 22:05 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2019-06-21 22:05 UTC (permalink / raw)
  To: Djordje Senicic; +Cc: meta-arago

This will break bisectabilty...

On Fri, Jun 21, 2019 at 06:40:17AM -0400, Djordje Senicic wrote:
> Signed-off-by: Djordje Senicic <x0157990@ti.com>
> ---
>  .../ti-tisdk-makefile/Makefile_demo-glow      | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow
> 
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow
> new file mode 100644
> index 00000000..96ede6af
> --- /dev/null
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_demo-glow
> @@ -0,0 +1,19 @@
> +# barcode-roi build targets
> +
> +demo-glow:
> +	@echo =============================
> +	@echo    Building Demo GLOW
> +	@echo =============================
> +	@cd example-applications; cd `find . -name "*demo-glow*"`; make -f Makefile.build release
> +
> +demo-glow_clean:
> +	@echo =============================
> +	@echo    Cleaning Demo GLOW
> +	@echo =============================
> +	@cd example-applications; cd `find . -name "*demo-glow*"`; make -f Makefile.build clean
> +
> +demo-glow_install:
> +	@echo ================================================
> +	@echo   Installing Demo Glow - Release version
> +	@echo ================================================
> +	@cd example-applications; cd `find . -name "*demo-glow*"`; make -f Makefile.build install
> -- 
> 2.17.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-21 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-21 10:40 [thud/master][PATCH] demo-glow: Add makefile for demo-glow example application Djordje Senicic
2019-06-21 22:05 ` Denys Dmytriyenko

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.