summaryrefslogtreecommitdiffstats
path: root/scripts/package
Commit message (Expand)AuthorAgeFilesLines
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-1/+1
* builddeb: generate multi-arch friendly linux-libc-dev packageCedric Hombourger2019-07-172-0/+6
* kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-091-1/+1
* kbuild: deb-pkg: do not run headers_checkMasahiro Yamada2019-06-151-1/+1
* kbuild: tar-pkg: enable communication with jobserverTrevor Bourget2019-06-051-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov2019-03-171-1/+4
* kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGMasahiro Yamada2019-03-143-3/+3
* kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebMasahiro Yamada2019-03-141-13/+19
* kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsMasahiro Yamada2019-03-141-17/+17
* deb-pkg: generate correct build dependenciesRiku Voipio2019-03-141-1/+3
* kbuild: [bin]deb-pkg: add DPKG_FLAGS variableKacper KoƂodziej2019-02-281-2/+2
* kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileMasahiro Yamada2019-02-204-10/+12
* kbuild: remove redundant 'set -e' from cmd_* definesMasahiro Yamada2018-12-011-1/+0
* builddeb: Fix inclusion of dtbs in debian packageRob Herring2018-11-111-2/+2
* kbuild: deb-pkg: fix too low build version numberMasahiro Yamada2018-11-111-2/+5
* kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada2018-11-061-1/+1
* kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedMasahiro Yamada2018-11-061-5/+6
* builddeb: Add automatic support for sh{3,4}{,eb} architecturesBen Hutchings2018-07-281-3/+10
* builddeb: Add automatic support for riscv* architecturesBen Hutchings2018-07-281-1/+1
* builddeb: Add automatic support for m68k architectureBen Hutchings2018-07-281-1/+1
* builddeb: Add automatic support for or1k architectureBen Hutchings2018-07-281-0/+2
* builddeb: Add automatic support for sparc64 architectureBen Hutchings2018-07-281-1/+1
* builddeb: Add automatic support for mips{,64}r6{,el} architecturesBen Hutchings2018-07-281-1/+3
* builddeb: Add automatic support for mips64el architectureBen Hutchings2018-07-281-1/+6
* builddeb: Add automatic support for ppc64 and powerpcspe architecturesBen Hutchings2018-07-281-1/+6
* builddeb: Introduce functions to simplify kconfig tests in set_debarchBen Hutchings2018-07-281-9/+17
* builddeb: Drop check for 32-bit s390Ben Hutchings2018-07-281-1/+1
* builddeb: Change architecture detection fallback to use dpkg-architectureBen Hutchings2018-07-281-2/+2
* builddeb: Skip architecture detection when KBUILD_DEBARCH is setBen Hutchings2018-07-281-3/+6
* kbuild: buildtar: add arm64 supportOlof Johansson2018-07-191-0/+8
* kbuild: buildtar: remove crufty vax piecesOlof Johansson2018-07-191-4/+0
* kbuild: deb-pkg improve maintainer address generationRiku Voipio2018-05-171-14/+13
* kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkgJavier Martinez Canillas2018-04-131-0/+2
* kbuild: deb-pkg: split generating packaging and buildRiku Voipio2018-04-073-244/+200
* kbuild: rpm-pkg: Support GNU tar >= 1.29Jason Gunthorpe2018-03-281-1/+1
* builddeb: Fix header package regarding dtc source linksJan Kiszka2018-03-281-1/+1
* kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately failMasahiro Yamada2017-12-131-3/+7
* scripts/package: snap-pkg targetPaolo Pisati2017-12-132-0/+30
* kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada2017-11-231-1/+1
* kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada2017-11-231-3/+2
* Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-173-151/+131
|\
| * builddeb: Pass the kernel:debarch substvar to dpkg-genchangesSven Joachim2017-11-141-2/+2
| * kbuild: rpm-pkg: do not force -jN in submakeMasahiro Yamada2017-11-141-1/+2
| * kbuild: rpm-pkg: keep spec file until make mrproperMasahiro Yamada2017-11-141-2/+2
| * kbuild: rpm-pkg: fix jobserver unavailable warningMasahiro Yamada2017-11-141-2/+2
| * kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}Masahiro Yamada2017-11-141-16/+16
| * kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabledMasahiro Yamada2017-11-141-25/+32
| * kbuild: rpm-pkg: refactor mkspec with here docMasahiro Yamada2017-11-141-113/+105
| * kbuild: rpm-pkg: clean up mkspecMasahiro Yamada2017-10-091-28/+16