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

setlocalversion

Forked from Reform / reform-boundary-uboot
18884 commits behind the upstream repository.
  • Masahiro Yamada's avatar
    dd88ab32
    Makefile: Move some scripts imported from Linux · dd88ab32
    Masahiro Yamada authored
    
    We have some scripts imported from Linux Kernel:
    setlocalversion, checkstack.pl, checkpatch.pl, cleanpatch
    
    They are located under tools/ directory in U-Boot now.
    But they were originally located under scripts/ directory
    in Linux Kernel.
    
    This commit moves them to the original location.
    
    It is true that binutils-version.sh and dtc-version.sh
    do not originate in Linux Kernel, but they should
    be moved by analogy to gcc-version.sh.
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
    dd88ab32
    History
    Makefile: Move some scripts imported from Linux
    Masahiro Yamada authored
    
    We have some scripts imported from Linux Kernel:
    setlocalversion, checkstack.pl, checkpatch.pl, cleanpatch
    
    They are located under tools/ directory in U-Boot now.
    But they were originally located under scripts/ directory
    in Linux Kernel.
    
    This commit moves them to the original location.
    
    It is true that binutils-version.sh and dtc-version.sh
    do not originate in Linux Kernel, but they should
    be moved by analogy to gcc-version.sh.
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>