All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Manisha Agrawal <manisha.agrawal@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [morty][PATCH v2 1/6] meta-arago-extras : recipe-apps : evse-hmi : new demo
Date: Tue, 29 Aug 2017 13:11:45 -0400	[thread overview]
Message-ID: <20170829171145.GD8304@edge> (raw)
In-Reply-To: <20170829163826.15777-1-manisha.agrawal@ti.com>

Manisha,

https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Headers_and_Commit_Messages

Change Subject from:

> meta-arago-extras : recipe-apps : evse-hmi : new demo

To:

> evse-hmi: add new demo


> Recipe to build EVSE HMI demo.

Please drop this sentence ^^^


> EVSE stands for electronic vehicle
> supply station.  This demo is created as part of TID on EVSE to
> demonsrate drawing the gui for EVSE application using QT QWidget and
> rendering on LCD panel using  linuxfb QPA.
> 
> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> ---
>  .../recipes-apps/evse-hmi/evse-hmi_git.bb            | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100755 meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
> 
> diff --git a/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb b/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
> new file mode 100755
> index 0000000..4c7c8c6
> --- /dev/null
> +++ b/meta-arago-extras/recipes-apps/evse-hmi/evse-hmi_git.bb
> @@ -0,0 +1,20 @@
> +DESCRIPTION = "HMI demo for electronic vehicle charging station (EVSE) using QT QWidget tools"

SUMMARY is missing:
https://lists.yoctoproject.org/pipermail/meta-ti/2017-July/010261.html


> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=33;md5=a9cde3921a8be42ed79ab74661799104"
> +
> +inherit qt-provider
> +
> +PV = "01.00.00"
> +PR = "r1"
> +
> +BRANCH = "master"
> +SRC_URI = "git://git.ti.com/sitara-linux/evse-hmi.git;protocol=git;branch=${BRANCH}"
> +
> +SRCREV = "a257dfc05db311c74cb50838ff5b9e2cfb87dbfe"
> +
> +S = "${WORKDIR}/git"
> +
> +do_install() {
> +    install -d ${D}${bindir}
> +    install -m 755 evse_hmi ${D}${bindir}
> +}
> -- 
> 2.13.0
> 


      parent reply	other threads:[~2017-08-29 17:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29 16:38 [morty][PATCH v2 1/6] meta-arago-extras : recipe-apps : evse-hmi : new demo Manisha Agrawal
2017-08-29 16:38 ` [morty][PATCH v2 2/6] matrix : add new EVSE HMI demo Manisha Agrawal
2017-08-29 17:26   ` Denys Dmytriyenko
2017-08-29 16:38 ` [morty][PATCH v2 3/6] meta-arago-extras : matrix : recipe for evse hmi Manisha Agrawal
2017-08-29 17:20   ` Denys Dmytriyenko
2017-08-29 16:38 ` [morty][PATCH v2 4/6] recipes-core : packagegroups: hmi Manisha Agrawal
2017-08-29 17:16   ` Denys Dmytriyenko
2017-08-29 19:55     ` Denys Dmytriyenko
2017-08-29 20:56       ` Manisha Agrawal
2017-08-29 21:05         ` Denys Dmytriyenko
2017-08-29 21:17           ` Manisha Agrawal
2017-08-29 16:38 ` [morty][PATCH v2 5/6] meta-arago-distro: conf : arago-source-ipk.inc Manisha Agrawal
2017-08-29 17:32   ` Denys Dmytriyenko
2017-08-29 16:38 ` [morty][PATCH v2 6/6] arago-distro : recipes-core : tisdk-rootfs-image Manisha Agrawal
2017-08-29 17:29   ` Denys Dmytriyenko
2017-08-29 17:11 ` 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=20170829171145.GD8304@edge \
    --to=denys@ti.com \
    --cc=manisha.agrawal@ti.com \
    --cc=meta-arago@arago-project.org \
    /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.