1. 19 10月, 2018 2 次提交
  2. 04 10月, 2018 4 次提交
  3. 12 9月, 2018 2 次提交
  4. 10 9月, 2018 2 次提交
  5. 09 9月, 2018 1 次提交
  6. 05 9月, 2018 2 次提交
  7. 04 9月, 2018 1 次提交
  8. 03 9月, 2018 2 次提交
    • R
      kbuild: make missing $DEPMOD a Warning instead of an Error · 914b087f
      Randy Dunlap 提交于
      When $DEPMOD is not found, only print a warning instead of exiting
      with an error message and error status:
      
      Warning: 'make modules_install' requires /sbin/depmod. Please install it.
      This is probably in the kmod package.
      
      Change the Error to a Warning because "not all build hosts for cross
      compiling Linux are Linux systems and are able to provide a working
      port of depmod, especially at the file patch /sbin/depmod."
      
      I.e., "make modules_install" may be used to copy/install the
      loadable modules files to a target directory on a build system and
      then transferred to an embedded device where /sbin/depmod is run
      instead of it being run on the build system.
      
      Fixes: 934193a6 ("kbuild: verify that $DEPMOD is installed")
      Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
      Reported-by: NH. Nikolaus Schaller <hns@goldelico.com>
      Cc: stable@vger.kernel.org
      Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
      Cc: Lucas De Marchi <lucas.de.marchi@gmail.com>
      Cc: Michal Marek <michal.lkml@markovi.net>
      Cc: Jessica Yu <jeyu@kernel.org>
      Cc: Chih-Wei Huang <cwhuang@linux.org.tw>
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      914b087f
    • M
      kconfig: do not require pkg-config on make {menu,n}config · fd65465b
      Masahiro Yamada 提交于
      Meelis Roos reported a {menu,n}config regression:
       "I have libncurses devel package installed in the default system
        location (as do 99%+ on actual developers probably) and in this
        case, pkg-config is useless.  pkg-config is needed only when
        libraries and headers are installed in non-default locations but
        it is bad to require installation of pkg-config on all the machines
        where make menuconfig would be possibly run."
      
      For {menu,n}config, do not use pkg-config if it is not installed.
      For {g,x}config, keep checking pkg-config since we really rely on it
      for finding the installation paths of the required packages.
      
      Fixes: 4ab3b801 ("kconfig: check for pkg-config on make {menu,n,g,x}config")
      Reported-by: NMeelis Roos <mroos@linux.ee>
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Tested-by: NMeelis Roos <mroos@linux.ee>
      Tested-by: NRandy Dunlap <rdunlap@infradead.org>
      fd65465b
  9. 01 9月, 2018 2 次提交
  10. 30 8月, 2018 2 次提交
  11. 24 8月, 2018 4 次提交
  12. 23 8月, 2018 16 次提交