Bug 259118 - sysutils/u-boot-tools: fix build on non-arm non-x86
Summary: sysutils/u-boot-tools: fix build on non-arm non-x86
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-uboot (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-13 00:59 UTC by Piotr Kubaj
Modified: 2021-10-27 17:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (uboot)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2021-10-13 00:59:39 UTC
If tools-only_defconfig is used instead of sandbox_defconfig, the port builds fine.
Comment 1 Emmanuel Vadot freebsd_committer freebsd_triage 2021-10-13 07:45:01 UTC
Thanks for the info, I wasn't aware of this defconfig.
I need to update u-boot (probably this weekend) and will take care of that at the same time.
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2021-10-27 17:13:44 UTC
Since the update hasn't happened for now, I committed the fix.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-10-27 17:14:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d846f9860a2364340493a0d09ee7f63672a7c46b

commit d846f9860a2364340493a0d09ee7f63672a7c46b
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-27 17:11:46 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-27 17:11:46 +0000

    sysutils/u-boot-tools: fix build on non-arm non-x86

    Changing target to tools-only_defconfig will omit the parts that need EFI and will still build the binaries this port needs.

    PR:     259118

 sysutils/u-boot-tools/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)