From: Saul Wold <sgw@linux.intel.com>
To: "David Nyström" <david.c.nystrom@gmail.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 06:48:26 -0700 [thread overview]
Message-ID: <52443B2A.4040806@linux.intel.com> (raw)
In-Reply-To: <1380192442-12205-1-git-send-email-david.nystrom@enea.com>
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"
>
next prev parent reply other threads:[~2013-09-26 13:48 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 [this message]
2013-09-26 15:11 ` David Nyström
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=52443B2A.4040806@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=david.c.nystrom@gmail.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox