All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
Cc: Christian Stewart <christian@aperture.us>,
	"Yann E . MORIN" <yann.morin.1998@free.fr>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [Buildroot] [PATCH v1 3/3] boot/uboot: add host-python-pylibfdt dependency if needed
Date: Sun, 10 Sep 2023 23:33:11 +0200	[thread overview]
Message-ID: <87sf7lemso.fsf@48ers.dk> (raw)
In-Reply-To: <20230806133452.6d1e78cd@windsurf> (Thomas Petazzoni via buildroot's message of "Sun, 6 Aug 2023 13:34:52 +0200")

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > On Wed, 26 Jul 2023 13:28:38 -0700
 > Christian Stewart via buildroot <buildroot@buildroot.org> wrote:

 >> If BR2_TARGET_UBOOT_NEEDS_PYLIBFDT is set, add a dependency on
 >> host-python-pylibfdt.
 >> 
 >> Fixes a build failure with uboot 2023.07:
 >> 
 >> $ make uboot
 >> error: pylibfdt does not seem to be available with python3
 >> 
 >> Signed-off-by: Christian Stewart <christian@aperture.us>

 > I've completely reworded the commit log to really explain what's going
 > and since when the problem is occurring.

 >> ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYLIBFDT),y)
 >> -UBOOT_DEPENDENCIES += host-swig
 >> +UBOOT_DEPENDENCIES += host-swig host-python-pylibfdt

 > I dropped host-swig from here. Indeed, it was previously needed to
 > allow U-Boot to build its own pylibfdt copy. Now that we build our own
 > host-python-pylibfdt, host-swig is no longer needed as a dependency of
 > U-Boot: it's needed as a dependency of host-python-pylibfdt (which it
 > already is).

 > Applied with those changes, thanks!

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-09-10 21:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-26 20:28 [Buildroot] [PATCH v1 1/3] package/python-pylibfdt: bump version to 1.7.0.post1 Christian Stewart via buildroot
2023-07-26 20:28 ` [Buildroot] [PATCH v1 2/3] package/python-pylibfdt: add host python package Christian Stewart via buildroot
2023-08-06 11:33   ` Thomas Petazzoni via buildroot
2023-09-10 21:32     ` Peter Korsgaard
2023-07-26 20:28 ` [Buildroot] [PATCH v1 3/3] boot/uboot: add host-python-pylibfdt dependency if needed Christian Stewart via buildroot
2023-07-26 20:34   ` Thomas Petazzoni via buildroot
2023-07-26 20:42     ` Christian Stewart via buildroot
2023-07-31 14:10   ` Giulio Benetti
2023-07-31 14:43     ` Thomas Petazzoni via buildroot
2023-07-31 14:56       ` Christian Stewart via buildroot
2023-07-31 15:02         ` Giulio Benetti
2023-08-06 11:34   ` Thomas Petazzoni via buildroot
2023-09-10 21:33     ` Peter Korsgaard [this message]
2023-08-06  7:05 ` [Buildroot] [PATCH v1 1/3] package/python-pylibfdt: bump version to 1.7.0.post1 Sergey Matyukevich
2023-08-06 11:08 ` Lothar Felten
2023-08-06 11:32 ` Thomas Petazzoni via buildroot

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=87sf7lemso.fsf@48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    --cc=christian@aperture.us \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=yann.morin.1998@free.fr \
    /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.