From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D39FBE00846; Tue, 23 Sep 2014 09:22:57 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.41 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 89FE3E00786 for ; Tue, 23 Sep 2014 09:22:55 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id s8NGMt5C021720 for ; Tue, 23 Sep 2014 11:22:55 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id s8NGMtIr007215 for ; Tue, 23 Sep 2014 11:22:55 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.174.1; Tue, 23 Sep 2014 11:22:54 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id s8NGMsdu023862; Tue, 23 Sep 2014 11:22:54 -0500 Date: Tue, 23 Sep 2014 12:22:54 -0400 From: Denys Dmytriyenko To: Karthik Ramanan Message-ID: <20140923162254.GS6303@edge> References: <1411488036-32089-1-git-send-email-a0393906@ti.com> <1411488036-32089-7-git-send-email-a0393906@ti.com> MIME-Version: 1.0 In-Reply-To: <1411488036-32089-7-git-send-email-a0393906@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [for master 6/6] libdrm: do_install_append added for modetest X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 16:22:57 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline I was pretty sure installtests-ti.patch was supposed to take care of that... On Tue, Sep 23, 2014 at 09:30:36PM +0530, Karthik Ramanan wrote: > * modetest is a very important application to test the drm > interface, this is not installed by the default make install. > > * It is desirable to have this binary on the target because it > allows all kinds of basic debugging. > > Signed-off-by: Karthik Ramanan > --- > recipes-graphics/drm/libdrm_2.4.41.bb | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/recipes-graphics/drm/libdrm_2.4.41.bb b/recipes-graphics/drm/libdrm_2.4.41.bb > index 0150632..d94dca1 100644 > --- a/recipes-graphics/drm/libdrm_2.4.41.bb > +++ b/recipes-graphics/drm/libdrm_2.4.41.bb > @@ -15,6 +15,12 @@ SRC_URI += "file://installtests-ti.patch \ > file://GNU_SOURCE_definition.patch \ > " > > -PR = "${INC_PR}.1" > +PR = "${INC_PR}.2" > > S = "${WORKDIR}/git" > + > +do_install_append() { > + mkdir -p ${D}/usr/bin/ > + cp ${S}/tests/modetest/.libs/modetest ${D}/usr/bin > +} > + > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti