DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH 2/3] blspec-entry: Backport fix from ptxdist master
Date: Thu, 15 Feb 2024 16:05:31 +0100	[thread overview]
Message-ID: <20240215150532.2702910-3-ada@thorsis.com> (raw)
In-Reply-To: <20240215150532.2702910-1-ada@thorsis.com>

Otherwise barebox fails when trying to boot a FIT image like this:

    ERROR: could not open /mnt/mmc0.1//boot//boot/linux.fit: No such file or directory
    ERROR: blspec: Booting failed

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/blspec-entry.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/blspec-entry.make b/rules/blspec-entry.make
index 7523009..4421594 100644
--- a/rules/blspec-entry.make
+++ b/rules/blspec-entry.make
@@ -30,7 +30,7 @@ endif
 BLSPEC_ENTRY_LICENSE	= ignore
 
 ifdef PTXCONF_KERNEL_FIT
-BLSPEC_KERNEL_IMAGE	= /boot/linux.fit
+BLSPEC_KERNEL_IMAGE	= linux.fit
 else
 BLSPEC_KERNEL_IMAGE	= $(KERNEL_IMAGE)
 endif
-- 
2.39.2




  parent reply	other threads:[~2024-02-15 15:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 15:05 [DistroKit] [PATCH 0/3] v7a: barebox: Support FIT images Alexander Dahl
2024-02-15 15:05 ` [DistroKit] [PATCH 1/3] platform: v7a: barebox: Upgrade from 2023.12.0 to 2024.01.0 Alexander Dahl
2024-02-19 12:30   ` Roland Hieber
2024-02-19 19:20     ` Roland Hieber
2024-02-15 15:05 ` Alexander Dahl [this message]
2024-02-19 12:28   ` [DistroKit] [PATCH 2/3] squash! blspec-entry: Backport fix from ptxdist master Roland Hieber
2024-02-15 15:05 ` [DistroKit] [PATCH 3/3] platform: v7a: barebox: Enable FIT image support Alexander Dahl

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=20240215150532.2702910-3-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=distrokit@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox