public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tegrarcm] rawhide: Disable miniloader - rhbz#2477792
@ 2026-08-03 15:19 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-08-03 15:19 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 15:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 15:19 [rpms/tegrarcm] rawhide: Disable miniloader - rhbz#2477792 Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox