All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David Nyström" <david.c.nystrom@gmail.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] makedevs: Add device_table-minimal.txt to the nativesdk sysroot
Date: Thu, 26 Sep 2013 17:11:17 +0200	[thread overview]
Message-ID: <52444E95.5020006@gmail.com> (raw)
In-Reply-To: <52443B2A.4040806@linux.intel.com>

On Thu 26 Sep 2013 03:48:26 PM CEST, Saul Wold wrote:
> On 09/26/2013 03:47 AM, David Nyström wrote:
>> Add an example device_table in the SDK under /usr/share/
>>
>> Signed-off-by: David Nyström <david.nystrom@enea.com>
>> ---
>>   meta/recipes-devtools/makedevs/makedevs_1.0.0.bb | 9 ++++++++-
>>   1 file changed, 8 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
>> b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
>> index e6860f0..4c7a5ae 100644
>> --- a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
>> +++ b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
>> @@ -4,7 +4,9 @@ LIC_FILES_CHKSUM =
>> "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
>>   SECTION = "base"
>>   SRC_URI = "file://makedevs.c \
>>              file://COPYING.patch"
>> -PR = "r7"
>> +PR = "r8"
>> +
> No PR bump needed any more.
>
> Thanks
>     Sau!
>
>> +FILES_${PN}_append_class-nativesdk = " ${datadir}"
>>
>>   do_configure() {
>>       install -m 0644 ${WORKDIR}/makedevs.c ${S}/
>> @@ -19,4 +21,9 @@ do_install() {
>>       install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs
>>   }
>>
>> +do_install_append_class-nativesdk() {
>> +        install -d ${D}${datadir}
>> +        install -m 644
>> ${COREBASE}/meta/files/device_table-minimal.txt ${D}${datadir}/
>> +}
>> +
>>   BBCLASSEXTEND = "native nativesdk"
>>

Any  reference to more info here?
Resend with PR removed ?




  reply	other threads:[~2013-09-26 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-26 10:47 [PATCH] makedevs: Add device_table-minimal.txt to the nativesdk sysroot David Nyström
2013-09-26 13:48 ` Saul Wold
2013-09-26 15:11   ` David Nyström [this message]
2013-09-26 15:47     ` Saul Wold

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=52444E95.5020006@gmail.com \
    --to=david.c.nystrom@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=sgw@linux.intel.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.