diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-11 13:51:37 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-11 13:51:37 (EST) |
commit | 9fe77141e5366c85577f7c926ec711273ff50130 (patch) | |
tree | f94c17c33df7c839944e699ffeb6cec425666aaa /getcb | |
parent | a95b322920b69a2c3dde3ac4a58f4ac02f643cbf (diff) | |
download | libreboot-9fe77141e5366c85577f7c926ec711273ff50130.zip libreboot-9fe77141e5366c85577f7c926ec711273ff50130.tar.gz libreboot-9fe77141e5366c85577f7c926ec711273ff50130.tar.bz2 |
coreboot-libre: don't use git for version timestamp
See http://review.coreboot.org/#/c/8423/
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ git fetch http://review.coreboot.org/coreboot refs/changes/79/7979/1 && git cher # (and later, it won't even do that, once the R400 support is merged in coreboot) git am ../resources/libreboot/patch/r400.diff +# Fix build issue when building coreboot without .git +git fetch http://review.coreboot.org/coreboot refs/changes/23/8423/1 && git cherry-pick FETCH_HEAD + # Run coreboot-libre deblob scripts # --------------------------------------------------------------------------------- |