Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
u-boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
u-boot
Commits
18db45d7
Commit
18db45d7
authored
3 months ago
by
Vagrant Cascadian
Committed by
Dylan Aïssi
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
Import Debian changes 2024.01+dfsg-7
parent
09c04d81
Branches
debian/trixie
Branches containing commit
Tags
debian/2024.01+dfsg-7
Tags containing commit
1 merge request
!124
Update from debian/trixie for apertis/v2026dev2
Pipeline
#891355
failed
1 month ago
Stage: build-env
Stage: update
Stage: merge
Changes
4
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+18
-0
18 additions, 0 deletions
debian/changelog
debian/control
+6
-5
6 additions, 5 deletions
debian/control
debian/rules
+3
-0
3 additions, 0 deletions
debian/rules
debian/salsa-ci.yml
+2
-0
2 additions, 0 deletions
debian/salsa-ci.yml
with
29 additions
and
5 deletions
debian/changelog
+
18
−
0
View file @
18db45d7
u-boot (2024.01+dfsg-7) unstable; urgency=medium
* debian/control: Bump versioned dependency on arm-trusted-firmware to
2.10.10 or newer.
-- Vagrant Cascadian <vagrant@debian.org> Thu, 09 Jan 2025 11:14:04 -0800
u-boot (2024.01+dfsg-6) unstable; urgency=medium
* Use system dtc from device-tree-compiler (Closes: #1091125)
* debian/control: Move device-tree-compiler from Build-Depends-Arch to
Build-Depends.
* debian/control: Mark python3-libfdt, python3-jsonschema, and
python3-yaml as native to fix cross-building.
* debian/control: Update to Standards-Version 4.7.0.
-- Vagrant Cascadian <vagrant@debian.org> Thu, 02 Jan 2025 13:47:07 -0800
u-boot (2024.01+dfsg-5) unstable; urgency=medium
* Upload to unstable.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
6
−
5
View file @
18db45d7
...
...
@@ -7,17 +7,18 @@ Build-Depends:
bc,
bison,
debhelper-compat (= 13),
device-tree-compiler,
flex,
libpython3-dev:native [linux-any],
libssl-dev,
python3:any [linux-any],
python3-libfdt:native,
python3-pyelftools [linux-any],
python3-setuptools [linux-any],
swig [linux-any],
Build-Depends-Arch:
arm-trusted-firmware (>= 2.
9~
) [arm64],
arm-trusted-firmware (>= 2.
10.10
) [arm64],
crust-firmware (>= 0.3-2~) [arm64],
device-tree-compiler,
gcc-arm-linux-gnueabihf [arm64],
libfdt-dev:native [arm64],
libgnutls28-dev,
...
...
@@ -27,8 +28,8 @@ Build-Depends-Arch:
libssl-dev:native,
lzop [armhf],
opensbi (>= 1.3) [riscv64],
python3-jsonschema [arm64],
python3-yaml [arm64],
python3-jsonschema
:native
[arm64],
python3-yaml
:native
[arm64],
uuid-dev,
uuid-dev:native [arm64],
Build-Depends-Indep:
...
...
@@ -42,7 +43,7 @@ Build-Depends-Indep:
gcc-mips64el-linux-gnuabi64 [!mips64el],
gcc-mipsel-linux-gnu [!mipsel],
Rules-Requires-Root: no
Standards-Version: 4.
6.2
Standards-Version: 4.
7.0
Homepage: https://www.denx.de/wiki/U-Boot/
Vcs-Browser: https://salsa.debian.org/debian/u-boot
Vcs-Git: https://salsa.debian.org/debian/u-boot.git
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
0
View file @
18db45d7
#!/usr/bin/make -f
# Use the system dtc from device-tree-compiler
export DTC=/usr/bin/dtc
# Disable branch hardening to fix build failure of arch:all build
# https://bugs.debian.org/1052724
export DEB_BUILD_MAINT_OPTIONS=hardening=-branch
...
...
This diff is collapsed.
Click to expand it.
debian/salsa-ci.yml
+
2
−
0
View file @
18db45d7
...
...
@@ -9,6 +9,8 @@ variables:
SALSA_CI_DISABLE_BLHC
:
1
# Enable arch:arm64 builds
SALSA_CI_DISABLE_BUILD_PACKAGE_ARM64
:
0
# Enable arm64 crossbuilding
SALSA_CI_DISABLE_CROSSBUILD_ARM64
:
0
blhc
:
allow_failure
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment