From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelnx193.ext.ti.com (lelnx193.ext.ti.com [198.47.27.77]) by arago-project.org (Postfix) with ESMTPS id 9049852AC0 for ; Tue, 29 Aug 2017 19:56:01 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v7TJu19e012950 for ; Tue, 29 Aug 2017 14:56:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1504036561; bh=KODPdTi1XQBOQZbp0n2wJ0HjbRwTuFO0e+NbCAXBunQ=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=rLwAfS/i/ke4VxiiqCyXJns4R+cmKEIdqNSvsk0AGNFGei/id4Tzs4+RMr/ZTnp9A MLFWGG63rf7yd2ZJ5fgczHoIJetrXrXCIocAhf8f6/DUnTtZY2o3oWvLwjdhLfdASB RLPdKulq9lGETTfrfyQYZKvu26fT4+3pA8dSSWqo= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7TJu1Jl005173 for ; Tue, 29 Aug 2017 14:56:01 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Tue, 29 Aug 2017 14:56:01 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Tue, 29 Aug 2017 14:56:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7TJu1Rc010785; Tue, 29 Aug 2017 14:56:01 -0500 Date: Tue, 29 Aug 2017 15:55:56 -0400 From: Denys Dmytriyenko To: Manisha Agrawal Message-ID: <20170829195556.GL8304@edge> References: <20170829163826.15777-1-manisha.agrawal@ti.com> <20170829163826.15777-4-manisha.agrawal@ti.com> <20170829171659.GE8304@edge> MIME-Version: 1.0 In-Reply-To: <20170829171659.GE8304@edge> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [morty][PATCH v2 4/6] recipes-core : packagegroups: hmi X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 19:56:02 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Aug 29, 2017 at 01:16:59PM -0400, Denys Dmytriyenko wrote: > Manisha, > > From this: > > > recipes-core : packagegroups: hmi > > To this: > > > packagegroup-*-hmi: add hmi specific packagegroups > > > On Tue, Aug 29, 2017 at 11:38:24AM -0500, Manisha Agrawal wrote: > > Create packagegroup for HMI related demos. HMI is one of the focus > > growth area for Sitara platform and demos planned for individual target end > > equipments. Add evse-hmi demo to the packagegroup. > > > > Signed-off-by: Manisha Agrawal > > --- > > .../packagegroup-arago-tisdk-hmi-sdk-host.bb | 26 +++++++++++++++++++++ > > .../packagegroups/packagegroup-arago-tisdk-hmi.bb | 27 ++++++++++++++++++++++ > > 2 files changed, 53 insertions(+) > > create mode 100755 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb > > create mode 100755 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb > > new file mode 100755 > > index 0000000..d58536c > > --- /dev/null > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb > > @@ -0,0 +1,26 @@ > > +DESCRIPTION = "Task to add HMI related sources into the SDK" > > SUMMARY is missing. > > > > +LICENSE = "BSD-3-Clause" > > By default all OE metadata is licensed under MIT. Unless you have a very > specific need to license packagegroup under BSD, I'd suggest leaving it as is. > BTW since MIT is default, LICENSE can be omitted when inheriting packagegroup. > > > > +PR = "r1" > > Not critical, but PR can also be omitted for new recipes. > > > > +PACKAGE_ARCH = "${MACHINE_ARCH}" > > + > > +inherit packagegroup > > + > > +HMI = "" > > + > > +HMI_append_ti43x = " \ > > + evse-hmi-src \ > > +" > > + > > +HMI_append_ti33x = " \ > > + evse-hmi-src \ > > +" > > + > > + > > +HMI_append_omap-a15 = " \ > > + evse-hmi-src \ > > +" > > + > > +RDEPENDS_${PN} = "\ > > + ${HMI} \ > > +" > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb > > new file mode 100755 > > index 0000000..9066c72 > > --- /dev/null > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi.bb > > @@ -0,0 +1,27 @@ > > Same comments here. > > > > +DESCRIPTION = "Task to add HMI related packages" > > +LICENSE = "BSD-3-Clause" > > +PR = "r1" > > + > > +PACKAGE_ARCH = "${MACHINE_ARCH}" > > + > > +inherit packagegroup > > + > > +HMI = " \ > > +" > > + > > + > > +HMI_append_ti33x = " \ > > + evse-hmi \ > > +" > > + > > +HMI_append_ti43x = " \ > > + evse-hmi \ > > +" > > + > > +HMI_append_omap-a15 = " \ > > + evse-hmi \ > > +" > > + > > + > > +RDEPENDS_${PN} = "\ > > +" Also, you seem to be missing to add anything in RDEPENDS... > > -- > > 2.13.0 > > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago