diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-05-15 03:24:19 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-05-15 03:24:19 +0100 | 
| commit | 2d69072a09d7041bf3c8566a1151f92d56b8c87e (patch) | |
| tree | a3bb5889a11d073b14e8b4c9961634d4b261ed9a /resources/git | |
| parent | c17423e475802da6919edbabaad894117ae4b7e8 (diff) | |
download/coreboot: clone upstream via ./gitclone
coreboot trees/patching is still handled
specifically by "./download coreboot"
command now available in lbmk:
./gitclone coreboot
this *only* creates the directory at:
coreboot/coreboot
this directory is never used in builds.
it is only used by download/coreboot to
create patched trees for each mainboard
Diffstat (limited to 'resources/git')
| -rw-r--r-- | resources/git/revisions | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/resources/git/revisions b/resources/git/revisions index 1658beb7..09857823 100644 --- a/resources/git/revisions +++ b/resources/git/revisions @@ -6,6 +6,13 @@  # gitclone script. Each entry must include: revision 'rev', location  # 'loc', and the git url 'url'. Bkup_url is optional. +{coreboot}{ +	rev: HEAD +	loc: coreboot/coreboot +	url: https://review.coreboot.org/coreboot +	bkup_url: https://github.com/coreboot/coreboot.git +} +  {grub}{  	rev: f7564844f82b57078d601befadc438b5bc1fa01b  	loc: grub | 
