Skip to content

Conversation

bdmstyle
Copy link

@bdmstyle bdmstyle commented Jul 3, 2025

add missing pull lfs objects to avoid broke the build

git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'

sugested by crawfxrd on issue and Andrew Lane by email

it solved #617

add missing pull lfs objects to avoid broke the build

git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'
@crawfxrd
Copy link
Member

crawfxrd commented Jul 3, 2025

If git-lfs is already installed then LFS objects should be pulled automatically when cloning.

@bdmstyle
Copy link
Author

bdmstyle commented Jul 8, 2025

I update the doc to reflect this information

@crawfxrd
Copy link
Member

crawfxrd commented Jul 9, 2025

It would be better to put the note after the block of running the deps scripts, since if it's not installed before running the clone, then that will be what installs it.

The fetch --all should not be required. pull will do both a fetch and checkout.

@jacobgkau jacobgkau linked an issue Oct 14, 2025 that may be closed by this pull request
@jacobgkau jacobgkau self-assigned this Oct 14, 2025
@jacobgkau jacobgkau requested a review from a team October 14, 2025 22:12
jacobgkau
jacobgkau previously approved these changes Oct 14, 2025
Copy link
Member

@jacobgkau jacobgkau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on my testing, only git lfs pull in the top directory is needed to solve the coreboot build problem (meaning manually recursing into submodules isn't needed), so I've simplified it to just that. Also adjusted the location based on @crawfxrd's feedback.

@jacobgkau jacobgkau requested a review from a team October 14, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I cant build firmware for serw13

3 participants