Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 9020nri
  • 9020vga
  • btrfsvols
  • fsdg20230625
  • 20240225
  • 20240126
  • 20231106
  • 20231101
  • 20231021fix2
  • 20231021fix
  • 20231021
  • c20230710
  • 20230625
  • 20230423
  • 20230413
  • 20230319
  • 20221214
  • psdg
  • 20220710
  • 20211122
  • 20210522
22 results

vendor

  • Libreboot project's avatar
    8d9aeef3
    lbmk: use 2-level directory structure in script/ · 8d9aeef3
    Libreboot project authored
    
    as opposed to the current 3-level structure.
    
    recent build system simplifications have enabled
    this change, thus:
    
    ./build fw coreboot -> ./build roms
    ./build fw grub -> ./build grub
    ./build fw serprog -> ./build serprog
    ./update project release -> ./update release
    ./update project trees -> ./update trees
    ./update vendor download -> ./vendor download
    ./update vendor inject -> ./vendor inject
    
    alper criticised that the commands were too long,
    so i made them shorter!
    
    Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>
    8d9aeef3
    History
    lbmk: use 2-level directory structure in script/
    Libreboot project authored
    
    as opposed to the current 3-level structure.
    
    recent build system simplifications have enabled
    this change, thus:
    
    ./build fw coreboot -> ./build roms
    ./build fw grub -> ./build grub
    ./build fw serprog -> ./build serprog
    ./update project release -> ./update release
    ./update project trees -> ./update trees
    ./update vendor download -> ./vendor download
    ./update vendor inject -> ./vendor inject
    
    alper criticised that the commands were too long,
    so i made them shorter!
    
    Signed-off-by: default avatarLeah Rowe <leah@libreboot.org>