aboutsummaryrefslogtreecommitdiff
path: root/scripts/package
AgeCommit message (Expand)AuthorFilesLines
2020-08-10kbuild: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 2-2/+2
2020-07-07kbuild: buildtar: add dtbs supportGravatar Domenico Andreoli 1-0/+12
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesGravatar Denis Efremov 1-2/+2
2020-06-06kbuild: add variables for compression toolsGravatar Denis Efremov 1-3/+3
2020-03-30kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unsetGravatar Reinhard Karcher 1-0/+5
2020-01-29builddeb: split libc headers deployment out into a functionGravatar Masahiro Yamada 1-14/+18
2020-01-29builddeb: split kernel headers deployment out into a functionGravatar Masahiro Yamada 1-34/+42
2020-01-29builddeb: remove redundant make for ARCH=umGravatar Masahiro Yamada 1-2/+1
2020-01-29builddeb: avoid invoking sub-shells where possibleGravatar Masahiro Yamada 1-13/+22
2020-01-29builddeb: remove redundant $objtree/Gravatar Masahiro Yamada 1-16/+16
2020-01-29builddeb: match temporary directory name to the package nameGravatar Masahiro Yamada 1-4/+4
2020-01-29builddeb: remove unneeded files in hdrobjfiles for headers packageGravatar Masahiro Yamada 1-2/+2
2020-01-22builddeb: allow selection of .deb compressorGravatar Michał Mirosław 1-1/+1
2020-01-14builddeb: make headers package thinnerGravatar Michał Mirosław 1-2/+2
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeGravatar Ard Biesheuvel 1-1/+1
2019-12-17scripts: package: mkdebian: add missing rsync dependencyGravatar Enrico Weigelt, metux IT consult 1-1/+1
2019-11-11kbuild: Add make dir-pkg build optionGravatar Matteo Croce 1-2/+6
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageGravatar Masahiro Yamada 1-156/+0
2019-08-25kbuild: pkg: add package targets to PHONY instead of FORCEGravatar Masahiro Yamada 1-9/+20
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileGravatar Masahiro Yamada 1-9/+0
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-1/+1
2019-07-17builddeb: generate multi-arch friendly linux-libc-dev packageGravatar Cedric Hombourger 2-0/+6
2019-07-09kbuild: do not create wrappers for header-test-yGravatar Masahiro Yamada 1-1/+1
2019-06-15kbuild: deb-pkg: do not run headers_checkGravatar Masahiro Yamada 1-1/+1
2019-06-05kbuild: tar-pkg: enable communication with jobserverGravatar Trevor Bourget 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-03-17kbuild: deb-pkg: avoid implicit effectsGravatar Arseny Maslennikov 1-1/+4
2019-03-14kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGGravatar Masahiro Yamada 3-3/+3
2019-03-14kbuild: deb-pkg: introduce is_enabled and if_enabled_echo to builddebGravatar Masahiro Yamada 1-13/+19
2019-03-14kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsGravatar Masahiro Yamada 1-17/+17
2019-03-14deb-pkg: generate correct build dependenciesGravatar Riku Voipio 1-1/+3
2019-02-28kbuild: [bin]deb-pkg: add DPKG_FLAGS variableGravatar Kacper Kołodziej 1-2/+2
2019-02-20kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileGravatar Masahiro Yamada 4-10/+12
2018-12-01kbuild: remove redundant 'set -e' from cmd_* definesGravatar Masahiro Yamada 1-1/+0
2018-11-11builddeb: Fix inclusion of dtbs in debian packageGravatar Rob Herring 1-2/+2
2018-11-11kbuild: deb-pkg: fix too low build version numberGravatar Masahiro Yamada 1-2/+5
2018-11-06kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedGravatar Masahiro Yamada 1-1/+1
2018-11-06kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedGravatar Masahiro Yamada 1-5/+6
2018-07-28builddeb: Add automatic support for sh{3,4}{,eb} architecturesGravatar Ben Hutchings 1-3/+10
2018-07-28builddeb: Add automatic support for riscv* architecturesGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for m68k architectureGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for or1k architectureGravatar Ben Hutchings 1-0/+2
2018-07-28builddeb: Add automatic support for sparc64 architectureGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for mips{,64}r6{,el} architecturesGravatar Ben Hutchings 1-1/+3
2018-07-28builddeb: Add automatic support for mips64el architectureGravatar Ben Hutchings 1-1/+6
2018-07-28builddeb: Add automatic support for ppc64 and powerpcspe architecturesGravatar Ben Hutchings 1-1/+6
2018-07-28builddeb: Introduce functions to simplify kconfig tests in set_debarchGravatar Ben Hutchings 1-9/+17
2018-07-28builddeb: Drop check for 32-bit s390Gravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Change architecture detection fallback to use dpkg-architectureGravatar Ben Hutchings 1-2/+2
2018-07-28builddeb: Skip architecture detection when KBUILD_DEBARCH is setGravatar Ben Hutchings 1-3/+6