All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Hershberger <joe.hershberger@ni.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 3/4] tools: moveconfig: Fix bug in make Slot.poll()...
Date: Fri, 10 Jun 2016 14:53:31 -0500	[thread overview]
Message-ID: <1465588412-20257-3-git-send-email-joe.hershberger@ni.com> (raw)
In-Reply-To: <1465588412-20257-1-git-send-email-joe.hershberger@ni.com>

When this was moved out of add(), it should have started using 'self.'

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
---

Changes in v3: None
Changes in v2: None

 tools/moveconfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 4832b86..7d1e1ea 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -688,7 +688,7 @@ class Slot:
         """Run 'make <board>_defconfig' to create the .config file."""
 
         cmd = list(self.make_cmd)
-        cmd.append(defconfig)
+        cmd.append(self.defconfig)
         self.ps = subprocess.Popen(cmd, stdout=self.devnull,
                                    stderr=subprocess.PIPE)
         self.state = STATE_DEFCONFIG
-- 
1.7.11.5

  parent reply	other threads:[~2016-06-10 19:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 21:23 [U-Boot] [PATCH] moveconfig: Add a new --git-ref option Joe Hershberger
2015-06-02 13:42 ` Joe Hershberger
2015-06-05  4:54 ` Masahiro Yamada
2015-06-10 14:16   ` Joe Hershberger
2016-06-02  3:30 ` [U-Boot] [PATCH v2 1/2] tools: moveconfig: Make the slot processing more linear Joe Hershberger
2016-06-02  3:30   ` [U-Boot] [PATCH v2 2/2] tools: moveconfig: Add a new --git-ref option Joe Hershberger
2016-06-08  2:56     ` Masahiro Yamada
2016-06-10 19:53     ` [U-Boot] [PATCH v3 1/4] tools: moveconfig: Fix another typo Joe Hershberger
2016-06-10 19:53       ` [U-Boot] [PATCH v3 2/4] tools: moveconfig: New color used for changed defconfig Joe Hershberger
2016-06-11 15:06         ` Masahiro Yamada
2016-06-12 22:31           ` Masahiro Yamada
2016-06-10 19:53       ` Joe Hershberger [this message]
2016-06-11 15:14         ` [U-Boot] [PATCH v3 3/4] tools: moveconfig: Fix bug in make Slot.poll() Masahiro Yamada
2016-06-10 19:53       ` [U-Boot] [PATCH v3 4/4] tools: moveconfig: Add a new --git-ref option Joe Hershberger
2016-06-11 15:09         ` Masahiro Yamada
2016-06-12 22:31           ` Masahiro Yamada
2016-06-11 15:05       ` [U-Boot] [PATCH v3 1/4] tools: moveconfig: Fix another typo Masahiro Yamada
2016-06-12 22:31         ` Masahiro Yamada
2016-06-08  2:47   ` [U-Boot] [PATCH v2 1/2] tools: moveconfig: Make the slot processing more linear Masahiro Yamada

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=1465588412-20257-3-git-send-email-joe.hershberger@ni.com \
    --to=joe.hershberger@ni.com \
    --cc=u-boot@lists.denx.de \
    /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.