Skip to content
Snippets Groups Projects
  1. Sep 19, 2018
  2. Sep 09, 2018
  3. Sep 05, 2018
  4. Sep 04, 2018
  5. Sep 02, 2018
    • Randy Dunlap's avatar
      kbuild: make missing $DEPMOD a Warning instead of an Error · 914b087f
      Randy Dunlap authored
      
      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: default avatarRandy Dunlap <rdunlap@infradead.org>
      Reported-by: default avatarH. 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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      914b087f
    • Masahiro Yamada's avatar
      kconfig: do not require pkg-config on make {menu,n}config · fd65465b
      Masahiro Yamada authored
      
      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: default avatarMeelis Roos <mroos@linux.ee>
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      Tested-by: default avatarMeelis Roos <mroos@linux.ee>
      Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      fd65465b
  6. Aug 31, 2018
  7. Aug 30, 2018
  8. Aug 24, 2018
  9. Aug 23, 2018
  10. Aug 22, 2018
Loading