Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

builderthread.py

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Simon Glass's avatar
      48c1b6a8
      buildman: Remove the directory prefix from each error line · 48c1b6a8
      Simon Glass authored
      
      The full path is long and also includes buildman private directories.
      Clean this up, so that only a relative U-Boot path is shown.
      
      This will change warnings like these:
      
      /home/sjg/c/src/third_party/u-boot/buildman5/.bm-work/00/arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
      /home/sjg/c/src/third_party/u-boot/buildman5/.bm-work/00/arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
      
      /home/sjg/c/src/third_party/u-boot/files/arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
      /home/sjg/c/src/third_party/u-boot/files/arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
      
      to:
      
      arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
      arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      48c1b6a8
      History
      buildman: Remove the directory prefix from each error line
      Simon Glass authored
      
      The full path is long and also includes buildman private directories.
      Clean this up, so that only a relative U-Boot path is shown.
      
      This will change warnings like these:
      
      /home/sjg/c/src/third_party/u-boot/buildman5/.bm-work/00/arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
      /home/sjg/c/src/third_party/u-boot/buildman5/.bm-work/00/arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
      
      /home/sjg/c/src/third_party/u-boot/files/arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
      /home/sjg/c/src/third_party/u-boot/files/arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
      
      to:
      
      arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
      arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    cache.c NaN GiB