public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/tegrarcm] rawhide: Disable miniloader - rhbz#2477792
Date: Mon, 03 Aug 2026 15:19:05 GMT [thread overview]
Message-ID: <178577034545.1.10520213399614233336.rpms-tegrarcm-9ab9aaeaf9cf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/tegrarcm
Branch : rawhide
Commit : 9ab9aaeaf9cf778cefe3a6f5f662a0494b9270a3
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2026-08-03T15:40:58+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tegrarcm/c/9ab9aaeaf9cf778cefe3a6f5f662a0494b9270a3?branch=rawhide
Log:
Disable miniloader - rhbz#2477792
---
diff --git a/tegrarcm.spec b/tegrarcm.spec
index db7b892..89f524f 100644
--- a/tegrarcm.spec
+++ b/tegrarcm.spec
@@ -14,6 +14,8 @@ Summary: Send code to a Tegra device in recovery mode
License: BSD-3-Clause AND LicenseRef-Fedora-Firmware
URL: https://gitlab.com/grate-driver/tegrarcm
Source0: %{url}/-/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch0: 0001-Disable-pre-built-miniloader-support.patch
+Patch1: 0001-Fix-warning-comparison-of-integer-expressions-of-dif.patch
BuildRequires: make
BuildRequires: gcc-c++
@@ -36,11 +38,13 @@ device.
%prep
%autosetup -p1 -n %{name}-v%{version}-%{gitcommit0}
+# Disable the bundled miniloaders
+rm -rf src/miniloader
./autogen.sh
%build
-%configure
+%configure --disable-tegra-miniloader-bundled
%make_build
reply other threads:[~2026-08-03 15:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178577034545.1.10520213399614233336.rpms-tegrarcm-9ab9aaeaf9cf@fedoraproject.org \
--to=kwizart@gmail.com \
--cc=git-commits@fedoraproject.org \
/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