All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] uboot: use local libfdt.h
Date: Mon, 06 Nov 2017 21:26:34 +0100	[thread overview]
Message-ID: <87lgjjw3ut.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <CANQCQpatZzVxThWn6kSjgJf92EMS8SCmTOFVN6naFFnvGPTuPg@mail.gmail.com> (Matthew Weber's message of "Mon, 6 Nov 2017 12:06:50 -0600")

>>>>> "Matthew" == Matthew Weber <matthew.weber@rockwellcollins.com> writes:

 > All,
 > On Mon, Nov 6, 2017 at 6:13 AM, Matt Weber
 > <matthew.weber@rockwellcollins.com> wrote:
 >> Use of libfdt.h by u-boot is currently using
 >> the <system-path>.
 >> 
 >> Jan submitted the following upstream
 >> https://patchwork.ozlabs.org/patch/833760/
 >> 
 >> Resolves a failure like this one observed on uboot-tools
 >> http://autobuild.buildroot.net/results/347cde4b5c0e6ca76d354396385be4ec1294da73
 >> 
 >> CC: Jan Kundr?t <jan.kundrat@cesnet.cz>
 >> CC: Arnout Vandecappelle <arnout@mind.be>
 >> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
 >> ---
 >> boot/uboot/uboot.mk | 6 ++++++
 >> 1 file changed, 6 insertions(+)
 >> 
 >> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
 >> index fdacf16856..3350814a82 100644
 >> --- a/boot/uboot/uboot.mk
 >> +++ b/boot/uboot/uboot.mk
 >> @@ -183,6 +183,12 @@ define UBOOT_APPLY_LOCAL_PATCHES
 >> endef
 >> UBOOT_POST_PATCH_HOOKS += UBOOT_APPLY_LOCAL_PATCHES
 >> 
 >> +# Bug: https://patchwork.ozlabs.org/patch/833760/
 >> +define UBOOT_FIX_LIBFDT_SYSTEM_PATH
 >> +       $(SED) 's%<../include/libfdt.h>%"../include/libfdt.h"%' $(@D)/tools/fdtgrep.c 2> /dev/null


 > Found a bug, I need to go back and test again with an older uboot.  I
 > thought I had but it looks like it errors out even with the re-direct.

I reworked it to only run sed if fdtgrep.c exists and applied, thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2017-11-06 20:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-06 12:13 [Buildroot] [PATCH 1/2] uboot: use local libfdt.h Matt Weber
2017-11-06 12:13 ` [Buildroot] [PATCH 2/2] uboot-tools: " Matt Weber
2017-11-06 20:10   ` Peter Korsgaard
2017-11-06 18:06 ` [Buildroot] [PATCH 1/2] uboot: " Matthew Weber
2017-11-06 20:26   ` Peter Korsgaard [this message]

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=87lgjjw3ut.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@busybox.net \
    /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.