index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
package
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-01
kbuild: remove stale code for 'source' symlink in packaging scripts
Masahiro Yamada
2
-4
/
+0
2023-09-14
kbuild: fix kernel-devel RPM package and linux-headers Deb package
Masahiro Yamada
1
-1
/
+1
2023-08-29
kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rules
Masahiro Yamada
1
-0
/
+5
2023-08-07
kbuild: deb-pkg: split debian/rules
Masahiro Yamada
2
-29
/
+33
2023-08-07
kbuild: deb-pkg: use Debian compliant shebang for debian/rules
Masahiro Yamada
1
-1
/
+1
2023-07-24
kbuild: rpm-pkg: refactor *rpm-pkg targets
Masahiro Yamada
1
-8
/
+0
2023-07-24
kbuild: rpm-pkg: split out the body of spec file
Masahiro Yamada
2
-120
/
+120
2023-07-24
kbuild: rpm-pkg: introduce %{with_devel} switch to select devel package
Masahiro Yamada
1
-28
/
+25
2023-07-24
kbuild: rpm-pkg: run modules_install for non-modular kernel
Masahiro Yamada
1
-9
/
+6
2023-07-24
kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkg
Masahiro Yamada
1
-15
/
+16
2023-07-24
kbuild: rpm-pkg: use a dummy string for _arch when undefined
Masahiro Yamada
1
-3
/
+2
2023-07-24
kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE}
Masahiro Yamada
1
-3
/
+1
2023-07-24
kbuild: refactor kernel-devel RPM package and linux-headers Deb package
Masahiro Yamada
3
-33
/
+41
2023-07-24
kbuild: add a phony target to run a command with Kbuild env vars
Masahiro Yamada
1
-1
/
+2
2023-07-24
kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE}
Masahiro Yamada
1
-29
/
+30
2023-07-24
kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version}
Masahiro Yamada
1
-2
/
+2
2023-07-24
kbuild: rpm-pkg: record ARCH option in spec file
Masahiro Yamada
1
-1
/
+3
2023-07-24
kbuild: rpm-pkg: use %{makeflags} to pass common Make options
Masahiro Yamada
1
-5
/
+6
2023-07-24
kbuild: rpm-pkg: do not hard-code $MAKE in spec file
Masahiro Yamada
1
-5
/
+7
2023-07-24
kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec file
Masahiro Yamada
1
-1
/
+0
2023-07-24
kbuild: rpm-pkg: define _arch conditionally
Masahiro Yamada
1
-1
/
+1
2023-06-27
kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb
Masahiro Yamada
1
-8
/
+4
2023-06-27
kbuild: builddeb: always make modules_install, to install modules.builtin*
Josh Triplett
1
-1
/
+1
2023-04-30
Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
3
-7
/
+4
2023-04-26
kbuild: deb-pkg: specify targets in debian/rules as .PHONY
Masahiro Yamada
1
-0
/
+2
2023-04-25
kbuild: rpm-pkg: remove kernel-drm PROVIDES
Masahiro Yamada
1
-6
/
+1
2023-04-23
kbuild: deb-pkg: Fix a spell typo in mkdebian script
Woody Suwalski
1
-1
/
+1
2023-04-17
kbuild: builddeb: Eliminate debian/arch use
Bastian Germann
1
-1
/
+1
2023-04-11
kbuild: give up untracked files for source package builds
Masahiro Yamada
3
-88
/
+88
2023-03-22
kbuild: deb-pkg: set version for linux-headers paths
Kevin Locke
1
-1
/
+2
2023-03-16
kbuild: use git-archive for source package creation
Masahiro Yamada
3
-1
/
+63
2023-03-16
kbuild: rpm-pkg: move source components to rpmbuild/SOURCES
Masahiro Yamada
1
-4
/
+8
2023-03-15
kbuild: deb-pkg: use dh_listpackages to know enabled packages
Masahiro Yamada
2
-29
/
+39
2023-03-15
kbuild: deb-pkg: split image and debug objects staging out into functions
Masahiro Yamada
1
-106
/
+116
2023-03-15
kbuild: deb-pkg: set CROSS_COMPILE only when undefined
Masahiro Yamada
1
-3
/
+2
2023-03-15
kbuild: deb-pkg: do not take KERNELRELEASE from the source version
Masahiro Yamada
2
-5
/
+5
2023-03-15
kbuild: deb-pkg: make debian source package working again
Masahiro Yamada
1
-1
/
+4
2023-02-26
kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_install
Masahiro Yamada
1
-2
/
+2
2023-02-26
kbuild: deb-pkg: improve the usability of source package
Masahiro Yamada
2
-5
/
+20
2023-02-26
kbuild: deb-pkg: fix binary-arch and clean in debian/rules
Masahiro Yamada
1
-4
/
+2
2023-02-26
kbuild: tar-pkg: use tar rules in scripts/Makefile.package
Masahiro Yamada
1
-51
/
+1
2023-02-26
kbuild: deb-pkg: switch over to source format 3.0 (quilt)
Masahiro Yamada
1
-23
/
+18
2023-02-26
kbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile
Masahiro Yamada
1
-1
/
+1
2023-02-26
kbuild: srcrpm-pkg: create source package without cleaning
Masahiro Yamada
1
-4
/
+4
2023-02-26
kbuild: deb-pkg: create source package without cleaning
Masahiro Yamada
1
-0
/
+24
2023-01-30
kbuild: do not put .scmversion into the source tarball
Masahiro Yamada
1
-5
/
+3
2023-01-26
builddeb: clean generated package content
Bastian Germann
1
-1
/
+1
2023-01-26
builddeb: Consolidate consecutive chmod calls into one
Sven Joachim
1
-5
/
+3
2023-01-11
scripts: rpm: make clear that mkspec script contains 4.13 feature
Arend van Spriel
1
-1
/
+1
2022-12-30
kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequires
Masahiro Yamada
1
-1
/
+2
[next]