All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 11/14] kern-tools: scc: Fix process_file error check
Date: Wed, 18 Jan 2017 08:54:26 -0500	[thread overview]
Message-ID: <b24965e6a86162c70784b052283a834845da9bbf.1484747560.git.bruce.ashfield@windriver.com> (raw)
In-Reply-To: <cover.1484747560.git.bruce.ashfield@windriver.com>

    Commit 626ceac135fa66277c2fa53197be33cc9d4d7614 broke the error
    check in process_file by adding in three lines that stomp on $? which
    print the output file when verbose is set.

    Move output file on verbose print to an elif after the error check.

    Signed-off-by: George McCollister <george.mccollister@gmail.com>

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 8af01559dfb1..030c2d42d873 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=a6c2fa8aef1b
 
 DEPENDS = "git-native"
 
-SRCREV = "85564e69555b713c2759d58ec5ade54424d051d8"
+SRCREV = "be79004cb2535e79271822b3d74eda5ba12233d2"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 
-- 
2.5.0



  parent reply	other threads:[~2017-01-18 13:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 13:54 [PATCH 00/14] kernel-yocto: consolidated pull request Bruce Ashfield
2017-01-18 13:54 ` [PATCH 01/14] linux-libc-headers: introduce 4.9 headers Bruce Ashfield
2017-01-18 13:54 ` [PATCH 02/14] kernel: introduce linux-yocto v4.9 recipes Bruce Ashfield
2017-01-18 13:54 ` [PATCH 03/14] linux-yocto-rt/4.9: add -rt specific patches Bruce Ashfield
2017-01-18 13:54 ` [PATCH 04/14] kernel-yocto: tiny features aka Link Time Optimization Bruce Ashfield
2017-01-18 13:54 ` [PATCH 05/14] linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables Bruce Ashfield
2017-01-18 13:54 ` [PATCH 06/14] kernel-yocto: firewire and audio configuration updates Bruce Ashfield
2017-01-18 13:54 ` [PATCH 07/14] linux-yocto/4.9: -stable update to v4.9.2 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 08/14] linux-yocto/4.8: -stable update to v4.8.17 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 09/14] linux-yocto/4.4: update to v4.4.41 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 10/14] linux-yocto/4.1: update to v4.1.37 Bruce Ashfield
2017-01-18 13:54 ` Bruce Ashfield [this message]
2017-01-18 13:54 ` [PATCH 12/14] linux-yocto/4.8: update to -rt10 Bruce Ashfield
2017-01-18 13:54 ` [PATCH 13/14] kern-tools: kconf_check: flag CONFIG options with invalid spaces Bruce Ashfield
2017-01-19 14:06   ` Burton, Ross
2017-01-19 14:30     ` Bruce Ashfield
2017-01-18 13:54 ` [PATCH 14/14] linux-yocto/4.9: merge 4.9.3 and ethernet config changes Bruce Ashfield

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=b24965e6a86162c70784b052283a834845da9bbf.1484747560.git.bruce.ashfield@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.