1. 20 8月, 2015 1 次提交
    • C
      fallback to hostname in scripts/package/builddeb · bea107b1
      Christian Kujau 提交于
      I happened to build a kernel with "make deb-pkg" on a machine with no
      network connectivity, but this failed with:
      
      [...]
        INSTALL debian/headertmp/usr/include/asm/ (65 files)
      hostname: Name or service not known
      ../scripts/package/Makefile:90: recipe for target 'deb-pkg' failed
      make[2]: *** [deb-pkg] Error 1
      
      In scripts/package/builddeb it tries to construct an email address (that
      can be queried in /proc/version later on) but with no network,
      the "hostname -f" fails. The following patch falls back to just use the
      shortname if we cannot determine our FQDN.
      Signed-off-by: NChristian Kujau <lists@nerdbynature.de>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      bea107b1
  2. 19 8月, 2015 1 次提交
  3. 20 5月, 2015 1 次提交
  4. 06 5月, 2015 1 次提交
    • A
      builddeb: fix stripped module signatures if CONFIG_DEBUG_INFO and CONFIG_MODULE_SIG_ALL are set · 64178cb6
      Andrey Skvortsov 提交于
      If CONFIG_MODULE_SIG_ALL is set, then user expects that all modules are
      automatically signed in the result package, as it's for rpm-pkg, binrpm-pkg,
      tar, tar-*. For deb-pkg this is correct only if CONFIG_DEBUG_INFO
      is NOT set. In that case deb-package contains signed modules.
      
      But if CONFIG_DEBUG_INFO is set, builddeb creates separate package with
      debug information. To do that, debug information from all modules
      is copied into separate files by objcopy. And loadable kernel modules are
      stripped afterwards. Stripping removes previously (during modules_install)
      added signatures from loadable kernel modules. Therefore final deb-package
      contains unsigned modules despite of set option CONFIG_MODULE_SIG_ALL.
      
      This patch resigns all stripped modules if CONFIG_MODULE_SIG_ALL is set
      to solve this problem.
      Signed-off-by: NAndrey Skvortsov <andrej.skvortzov@gmail.com>
      Acked-by: Nmaximilian attems <max@stro.at>
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      64178cb6
  5. 27 4月, 2015 1 次提交
  6. 07 1月, 2015 1 次提交
  7. 03 1月, 2015 1 次提交
  8. 07 10月, 2014 1 次提交
  9. 12 9月, 2014 1 次提交
  10. 26 8月, 2014 1 次提交
  11. 20 8月, 2014 1 次提交
  12. 19 6月, 2014 1 次提交
  13. 18 6月, 2014 1 次提交
  14. 10 6月, 2014 1 次提交
  15. 30 4月, 2014 1 次提交
  16. 24 4月, 2014 2 次提交
  17. 04 1月, 2014 2 次提交
  18. 18 11月, 2013 1 次提交
  19. 16 8月, 2013 1 次提交
  20. 24 7月, 2013 4 次提交
  21. 28 6月, 2012 2 次提交
  22. 27 5月, 2012 1 次提交
  23. 25 2月, 2012 3 次提交
  24. 19 2月, 2012 1 次提交
  25. 04 2月, 2011 1 次提交
  26. 15 1月, 2011 1 次提交
  27. 08 1月, 2011 1 次提交
  28. 07 1月, 2011 1 次提交
  29. 29 12月, 2010 1 次提交
  30. 20 12月, 2010 1 次提交
  31. 25 11月, 2010 1 次提交
  32. 11 11月, 2010 1 次提交