1. 10 5月, 2016 1 次提交
    • B
      builddeb: include objtool binary in headers package · 697bbc7b
      Bjørn Mork 提交于
      "objtool" is required for building external m dules if "Compile-time
      stack metadata validation" is enabled.  Otherwise all builds based
      on the headers package fail with:
      
       make[1]: Entering directory '/usr/src/linux-headers-4.6.0-rc6'
       make[2]: *** No rule to make target 'tools/objtool/objtool', needed by 'foo.o'.  Stop.
       Makefile:1598: recipe for target 'foo.ko' failed
       make[1]: *** [foo.ko] Error 2
       make[1]: Leaving directory '/usr/src/linux-headers-4.6.0-rc6'
      Signed-off-by: NBjørn Mork <bjorn@mork.no>
      Signed-off-by: NMichal Marek <mmarek@suse.com>
      697bbc7b
  2. 27 10月, 2015 1 次提交
  3. 17 10月, 2015 1 次提交
  4. 04 9月, 2015 1 次提交
    • R
      deb-pkg: add source package · 3716001b
      Riku Voipio 提交于
      Make deb-pkg build both source and binary package like make rpm-pkg does.
      For people who only need binary kernel package, there is now bindeb-pkg
      target, same target also used to build the .deb files if built from the
      source package using dpkg-buildpackage.
      
      Generated source package will build the same kernel .config than what
      was available for make deb-pkg. The name of the source package can
      be set with KDEB_SOURCENAME enviroment variable.
      
      The source package is useful for GPL compliance, or for feeding to a
      automated debian package builder.
      
      Cc: Chris J Arges <chris.j.arges@canonical.com>
      Reviewed-by: Nmaximilian attems <maks@stro.at>
      Reviewed-by: NBen Hutchings <ben@decadent.org.uk>
      Signed-off-by: NRiku Voipio <riku.voipio@linaro.org>
      Signed-off-by: NMichal Marek <mmarek@suse.com>
      3716001b
  5. 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
  6. 19 8月, 2015 1 次提交
  7. 20 5月, 2015 1 次提交
  8. 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
  9. 27 4月, 2015 1 次提交
  10. 07 1月, 2015 1 次提交
  11. 03 1月, 2015 1 次提交
  12. 07 10月, 2014 1 次提交
  13. 12 9月, 2014 1 次提交
  14. 26 8月, 2014 1 次提交
  15. 20 8月, 2014 1 次提交
  16. 19 6月, 2014 1 次提交
  17. 18 6月, 2014 1 次提交
  18. 10 6月, 2014 1 次提交
  19. 30 4月, 2014 1 次提交
  20. 24 4月, 2014 2 次提交
  21. 04 1月, 2014 2 次提交
  22. 18 11月, 2013 1 次提交
  23. 16 8月, 2013 1 次提交
  24. 24 7月, 2013 4 次提交
  25. 28 6月, 2012 2 次提交
  26. 27 5月, 2012 1 次提交
  27. 25 2月, 2012 3 次提交
  28. 19 2月, 2012 1 次提交
  29. 04 2月, 2011 1 次提交
  30. 15 1月, 2011 1 次提交
  31. 08 1月, 2011 1 次提交
  32. 07 1月, 2011 1 次提交