Update from debian/trixie for apertis/v2026dev2
All threads resolved!
All threads resolved!
Merge request reports
Activity
Filter activity
assigned to @not_a_robot
added rebase-trixie-medium label
added 73 commits
-
45277e8b...634475dc - 71 commits from branch
apertis/v2026dev2
- d7a91395 - Merge updates from debian/trixie
- c32f2d47 - Release arm-trusted-firmware version 2.12.0+dfsg-2+apertis1
-
45277e8b...634475dc - 71 commits from branch
added 1 commit
- 2635af89 - Refresh the automatically detected licensing information
- Resolved by Dylan Aïssi
This one depends on u-boot!124 (merged)
assigned to @daissi and unassigned @not_a_robot
added rebase-trixie-high label
removed rebase-trixie-medium label
added rebase-trixie-medium label
removed rebase-trixie-medium label
added rebase-trixie-medium label
- Resolved by Walter Lozano
I noticed that some delta was dropped
# Always set CROSS_COMPILE, which also works for native builds. +# TARGET_BOARD only required for k3 platform, but safe to set as not used at all elsewhere. define build_platform $(eval platform := $(1)) $(eval debug := $(2)) @@ -59,8 +74,9 @@ define build_platform $(eval subplatforms := $(if $($(platform)_subplatforms), $($(platform)_subplatforms), $(platform))) $(eval targets := $(if $($(platform)_targets), $($(platform)_targets), bl31.bin)) $(eval make_target := $(if $($(platform)_make_target), $($(platform)_make_target), bl31)) + $(eval board := $(if $(filter k3,$(platform)),lite,)) $(foreach subplatform, $(subplatforms), \ - CROSS_COMPILE=aarch64-linux-gnu- CFLAGS=--param=min-pagesize=0 LDFLAGS= TF_LDFLAGS=--no-warn-rwx-segments dh_auto_build -- V=$(VERBOSE) DEBUG=$(debug) $($(subplatform)_assigns) PLAT=$(platform) $(make_target) ; \ + CROSS_COMPILE=aarch64-linux-gnu- CFLAGS=--param=min-pagesize=0 LDFLAGS= TF_LDFLAGS=--no-warn-rwx-segments dh_auto_build -- V=$(VERBOSE) DEBUG=$(debug) $($(subplatform)_assigns) PLAT=$(platform) TARGET_BOARD=$(board) $(make_target) ; \ $(foreach target, $(targets), \ install -m644 build/$(platform)/$(board)/$(buildtype)/$(target) -Dt build/renamed/$(subplatform) ; \ ) \
was that intentional?
Please register or sign in to reply