All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Jesse Zhang <sen.zhang@windriver.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] dev-manual: fix instructions for enabling ptest
Date: Wed, 05 Jun 2013 09:18:06 +0100	[thread overview]
Message-ID: <6436687.p1tUBSTh7S@helios> (raw)
In-Reply-To: <685ca7c686ae03be5a9cc52153c14551098ad13a.1370417284.git.sen.zhang@windriver.com>

Hi Jesse,

On Wednesday 05 June 2013 15:29:11 Jesse Zhang wrote:
> The IMAGE_FEATURE and DISTRO_FEATURE are exchanged.
> 
> Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
> ---
>  documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml
> b/documentation/dev-manual/dev-manual-common-tasks.xml index
> ebd12d7..1cf6969 100644
> --- a/documentation/dev-manual/dev-manual-common-tasks.xml
> +++ b/documentation/dev-manual/dev-manual-common-tasks.xml
> @@ -3619,8 +3619,8 @@
>                      which is found in the
>                      <link linkend='build-directory'>Build Directory</link>:
> <literallayout class='monospaced'>
> -     EXTRA_IMAGE_FEATURES += "ptest"
> -     DISTRO_FEATURES_append = " ptest-pkgs"
> +     DISTRO_FEATURES_append = " ptest"
> +     EXTRA_IMAGE_FEATURES += "ptest-pkgs"
>                      </literallayout>
>                      Once your build is complete, the ptest files are
> installed into the <filename>/usr/lib/&lt;package&gt;/ptest</filename>

Good catch! However, patches against the documentation need to be sent to the 
yocto@yoctoproject.org mailing list, preferably CCing Scott Rifenbark 
<scott.m.rifenbark@intel.com> as well. Would you mind re-sending to there? 

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


  reply	other threads:[~2013-06-05  8:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-05  7:29 [PATCH 0/1] dev-manual: fix instructions for enabling ptest Jesse Zhang
2013-06-05  8:32 ` Jesse Zhang
2013-06-05  7:29 ` [PATCH 1/1] " Jesse Zhang
2013-06-05  8:32   ` Jesse Zhang
2013-06-05  8:18   ` Paul Eggleton [this message]
2013-06-05  8:28     ` Jesse Zhang
2013-06-05  8:27       ` Rifenbark, Scott M
2013-06-05  8:55   ` Rifenbark, Scott M

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=6436687.p1tUBSTh7S@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=poky@yoctoproject.org \
    --cc=sen.zhang@windriver.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.