Opened 15 years ago
Closed 15 years ago
#5205 closed enhancement (fixed)
[patch] Automatically download ARM's u-boot binary
Reported by: | mmadia | Owned by: | mmu_man |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
As per build/jam/board/verdex/BoardSetup#L25, this patch will automatically download $(HAIKU_BOARD_UBOOT_IMAGE) from $(HAIKU_BOARD_UBOOT_IMAGE_URL) and store it in $(HAIKU_OUTPUT_DIR).
This helps to streamline the build process by removing the need for user interaction.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | OptionalBuildFeatures-download-uboot.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
A similar patch was implemented in hrev34917 Thanks!