Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-01 | kbuild: remove stale code for 'source' symlink in packaging scripts | Masahiro Yamada | |
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-25 | kbuild: rpm-pkg: split out the body of spec file | Masahiro Yamada | |
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> |