[coreboot-gerrit] New patch to review for coreboot: d563987 libpayload, superiotool: README: Prepend `coreboot/` to path of change directory line

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Apr 4 14:22:50 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3021

-gerrit

commit d5639876584ccca8f11033e0568d2a3e6e07a36a
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu Apr 4 14:12:26 2013 +0200

    libpayload, superiotool: README: Prepend `coreboot/` to path of change directory line
    
    Nico Huber spotted [1], that commit (4d6ab4e2) [1] updating
    superiotools’s `README` with the Git command line
    
        superiotool: Update README with Git repository URL and directory location
    
    missed, that after `git clone` one sitll has to change into
    the cloned directory.
    
    So prepend the path with `coreboot/` to fix that. The same error
    happened in the commit (e1ea5151) for libpayload [2]
    
        libpayload: Update README with Git repository URL and directory location
    
    and is fixed in this patch too.
    
    [1] http://review.coreboot.org/#/c/3019/
    [2] http://review.coreboot.org/2228
    
    Change-Id: Ib6e8b678af6276556a40ccfd52ae35ca7e674455
    Reported-by: Nico Huber <nico.h at gmx.de>
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 payloads/libpayload/README | 2 +-
 util/superiotool/README    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/payloads/libpayload/README b/payloads/libpayload/README
index acb3f97..70bd5ef 100644
--- a/payloads/libpayload/README
+++ b/payloads/libpayload/README
@@ -16,7 +16,7 @@ Installation
 
  $ git clone http://review.coreboot.org/p/coreboot.git
 
- $ cd payloads/libpayload
+ $ cd coreboot/payloads/libpayload
 
  $ make menuconfig
 
diff --git a/util/superiotool/README b/util/superiotool/README
index 2607d8d..dfa6c1c 100644
--- a/util/superiotool/README
+++ b/util/superiotool/README
@@ -20,7 +20,7 @@ Installation
 
  $ git clone http://review.coreboot.org/p/coreboot.git
 
- $ cd util/superiotool
+ $ cd coreboot/util/superiotool
 
 Optional: Edit the Makefile and set 'CONFIG_PCI = no' if you don't want to
 support PCI-attached "Super I/Os" (which needs libpci-dev) such as the



More information about the coreboot-gerrit mailing list