From: Denys Dmytriyenko <denys@ti.com>
To: Djordje Senicic <x0157990@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [thud/master][PATCH] demo-glow: Add makefile for demo-glow example application
Date: Fri, 21 Jun 2019 18:05:16 -0400 [thread overview]
Message-ID: <20190621220516.GP4849@beryl> (raw)
In-Reply-To: <20190621104017.31121-1-x0157990@ti.com>
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
prev parent reply other threads:[~2019-06-21 22:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190621220516.GP4849@beryl \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=x0157990@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.