From: Karthik Ramanan <a0393906@ti.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [for master 6/6] libdrm: do_install_append added for modetest
Date: Wed, 24 Sep 2014 15:07:12 +0530 [thread overview]
Message-ID: <542290C8.3040102@ti.com> (raw)
In-Reply-To: <20140923180559.GT6303@edge>
Denys,
On 23-Sep-14 11:35 PM, Denys Dmytriyenko wrote:
> Doesn't this work?
>
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch#n43
Yes, it works. The patch that I submitted was not required.
I had not looked at this patch earlier.
Thanks for pointing me to this.
>
>
> On Tue, Sep 23, 2014 at 12:22:54PM -0400, Denys Dmytriyenko wrote:
>> 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 <a0393906@ti.com>
>>> ---
>>> 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
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2014-09-24 9:37 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-23 16:00 [for master 0/6] GFX/MM patches from meta-glsdk layer Karthik Ramanan
2014-09-23 16:00 ` [for master 1/6] omapdrm-pvr: recipe update for SGX KM compatible with Kernel 3.12 Karthik Ramanan
2014-09-23 16:18 ` Denys Dmytriyenko
2014-09-23 16:00 ` [for master 2/6] dspdce-fw: Updated dspdce firmware for latest IPC version Karthik Ramanan
2014-09-23 16:15 ` Denys Dmytriyenko
2014-09-23 18:01 ` Cooper Jr., Franklin
2014-09-23 16:00 ` [for master 3/6] ipumm-fw: Updated ipumm " Karthik Ramanan
2014-09-23 16:21 ` Denys Dmytriyenko
2014-09-23 18:05 ` Cooper Jr., Franklin
2014-09-23 18:09 ` Denys Dmytriyenko
2014-09-23 16:00 ` [for master 4/6] bltsville: Updated SRCREV to the latest Karthik Ramanan
2014-09-23 16:22 ` Denys Dmytriyenko
2014-09-23 18:05 ` Cooper Jr., Franklin
2014-09-23 16:00 ` [for master 5/6] omap5-sgx-ddk-um-linux: Updated SRCREV to include bugfixes Karthik Ramanan
2014-09-23 16:19 ` Denys Dmytriyenko
2014-09-23 18:06 ` Cooper Jr., Franklin
2014-09-23 18:07 ` Cooper Jr., Franklin
2014-09-23 18:11 ` Denys Dmytriyenko
2014-09-23 18:19 ` Cooper Jr., Franklin
2014-09-23 16:00 ` [for master 6/6] libdrm: do_install_append added for modetest Karthik Ramanan
2014-09-23 16:22 ` Denys Dmytriyenko
2014-09-23 18:05 ` Denys Dmytriyenko
2014-09-24 9:37 ` Karthik Ramanan [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=542290C8.3040102@ti.com \
--to=a0393906@ti.com \
--cc=denys@ti.com \
--cc=meta-ti@yoctoproject.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.