summaryrefslogtreecommitdiff
path: root/scripts/package
AgeCommit message (Expand)AuthorFilesLines
2023-07-24kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec fileMasahiro Yamada1-1/+0
2023-07-24kbuild: rpm-pkg: define _arch conditionallyMasahiro Yamada1-1/+1
2023-06-27kbuild: deb-pkg: remove the CONFIG_MODULES check in buildebMasahiro Yamada1-8/+4
2023-06-27kbuild: builddeb: always make modules_install, to install modules.builtin*Josh Triplett1-1/+1
2023-04-30Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds3-7/+4
2023-04-26kbuild: deb-pkg: specify targets in debian/rules as .PHONYMasahiro Yamada1-0/+2
2023-04-25kbuild: rpm-pkg: remove kernel-drm PROVIDESMasahiro Yamada1-6/+1
2023-04-23kbuild: deb-pkg: Fix a spell typo in mkdebian scriptWoody Suwalski1-1/+1
2023-04-17kbuild: builddeb: Eliminate debian/arch useBastian Germann1-1/+1
2023-04-11kbuild: give up untracked files for source package buildsMasahiro Yamada3-88/+88
2023-03-22kbuild: deb-pkg: set version for linux-headers pathsKevin Locke1-1/+2
2023-03-16kbuild: use git-archive for source package creationMasahiro Yamada3-1/+63
2023-03-16kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada1-4/+8
2023-03-15kbuild: deb-pkg: use dh_listpackages to know enabled packagesMasahiro Yamada2-29/+39
2023-03-15kbuild: deb-pkg: split image and debug objects staging out into functionsMasahiro Yamada1-106/+116
2023-03-15kbuild: deb-pkg: set CROSS_COMPILE only when undefinedMasahiro Yamada1-3/+2
2023-03-15kbuild: deb-pkg: do not take KERNELRELEASE from the source versionMasahiro Yamada2-5/+5
2023-03-15kbuild: deb-pkg: make debian source package working againMasahiro Yamada1-1/+4
2023-02-26kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_installMasahiro Yamada1-2/+2
2023-02-26kbuild: deb-pkg: improve the usability of source packageMasahiro Yamada2-5/+20
2023-02-26kbuild: deb-pkg: fix binary-arch and clean in debian/rulesMasahiro Yamada1-4/+2
2023-02-26kbuild: tar-pkg: use tar rules in scripts/Makefile.packageMasahiro Yamada1-51/+1
2023-02-26kbuild: deb-pkg: switch over to source format 3.0 (quilt)Masahiro Yamada1-23/+18
2023-02-26kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileMasahiro Yamada1-1/+1
2023-02-26kbuild: srcrpm-pkg: create source package without cleaningMasahiro Yamada1-4/+4
2023-02-26kbuild: deb-pkg: create source package without cleaningMasahiro Yamada1-0/+24
2023-01-30kbuild: do not put .scmversion into the source tarballMasahiro Yamada1-5/+3
2023-01-26builddeb: clean generated package contentBastian Germann1-1/+1
2023-01-26builddeb: Consolidate consecutive chmod calls into oneSven Joachim1-5/+3
2023-01-11scripts: rpm: make clear that mkspec script contains 4.13 featureArend van Spriel1-1/+1
2022-12-30kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequiresMasahiro Yamada1-1/+2
2022-12-17buildtar: fix tarballs with EFI_ZBOOT enabledVeronika Kabatova1-1/+1
2022-11-23kbuild: add ability to make source rpm buildable using kojiIvan Vecera1-0/+7
2022-11-21kbuild: deb-pkg: get rid of |flex:native workaround from Build-DependsMasahiro Yamada1-1/+1
2022-11-17kbuild: Restore .version auto-increment behaviour for Debian packagesMarc Zyngier1-1/+1
2022-10-12kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin1-2/+0
2022-09-28kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch1-2/+2
2022-07-27kbuild: rpm-pkg: fix build error when _arch is undefinedMasahiro Yamada1-0/+3
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-1/+1
2021-10-12kbuild: Add make tarzst-pkg build optionPaweł Jasiak1-0/+4
2021-03-30kbuild: buildtar: add riscv supportCarlos de Paula1-0/+8
2020-11-02builddeb: Fix rootless build in setuid/setgid directorySven Joachim1-0/+2
2020-10-14kbuild: deb-pkg: clean up package name variablesMasahiro Yamada1-9/+9
2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nMasahiro Yamada2-9/+16
2020-10-09builddeb: Add support for all required debian/rules targetsGuillem Jover1-2/+6
2020-10-09builddeb: Enable rootless buildsGuillem Jover2-2/+8
2020-10-09builddeb: Pass -n to gzip for reproducible packagesGuillem Jover1-1/+1
2020-09-24kbuild: preprocess module linker scriptMasahiro Yamada1-1/+1
2020-08-09kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-07kbuild: buildtar: add dtbs supportDomenico Andreoli1-0/+12