Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile dep fix and snapshot.commit cleanup #1

Open
wants to merge 2 commits into
base: u-boot-2013.01-15t1-clearfog
Choose a base branch
from
Open

Makefile dep fix and snapshot.commit cleanup #1

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 18, 2016

I realize now that I should've made two separate pull requests, but I can only edit the comment of this one.

Commit 1:
I was getting this error when building this u-boot in Timesys Factory.

ld: cannot open linker script file linker.scr: No such file or directory

I concluded that the make target for bin_hdr.uart.elf was the culprit. Adding a dependency on linker.scr fixed the problem.

Commit 2:
I found that snapshot.commit in this repo matched the one from u-boot-2013.01.tar.bz2 from U-Boot FTP, but not the one in U-Boot's git tree. This means that patches generated in the following manner would not apply cleanly to u-boot-2013.01.tar.bz2:

git diff -a v2013.01 HEAD > file.patch

@ghost ghost changed the title Fixing race condition Makefile dep fix and snapshot.commit cleanup Apr 19, 2016
Adam Lussier added 2 commits April 18, 2016 20:57
bin_hdr.uart.elf requires linker.scr under certain conditions
Diffs against tag v2013.01 would not apply against u-boot-2013.01.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants