summaryrefslogtreecommitdiff
path: root/scripts/package/kernel.spec
AgeCommit message (Collapse)AuthorFilesLines
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada1-3/+0
Since commit d8131c2965d5 ("kbuild: remove $(MODLIB)/source symlink"), modules_install does not create the 'source' symlink. Remove the stale code from builddeb and kernel.spec. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2023-07-24kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada1-0/+117
Most of the lines in the spec file are independent of any build condition. Split the body of the spec file into scripts/package/kernel.spec. scripts/package/mkspec will prepend some env-dependent variables. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>