Home
last modified time | relevance | path

Searched refs:KERNELRELEASE (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/scripts/package/
Dbuildtar34 …ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE}" dtbs_install
48 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}"
49 cp -v -- "${KCONFIG_CONFIG}" "${tmpdir}/boot/config-${KERNELRELEASE}"
50 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
62 cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
65 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
66 …${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRELEASE}"
71 … -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
73 …v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
75 …-v -- "${objtree}/arch/mips/boot/compressed/vmlinux.srec" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
[all …]
Dbuilddeb33 …${MAKE} -f ${srctree}/Makefile INSTALL_DTBS_PATH="${pdir}/usr/lib/linux-image-${KERNELRELEASE}" dt…
37 rm -f "${pdir}/lib/modules/${KERNELRELEASE}/build"
42 mv "${pdir}/lib/modules/${KERNELRELEASE}" "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}"
44 cp System.map "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}/System.map"
49 cp System.map "${pdir}/boot/System.map-${KERNELRELEASE}"
50 cp ${KCONFIG_CONFIG} "${pdir}/boot/config-${KERNELRELEASE}"
58 installed_image_path="usr/bin/linux-${KERNELRELEASE}";;
60 installed_image_path="boot/vmlinux-${KERNELRELEASE}";;
62 installed_image_path="boot/vmlinuz-${KERNELRELEASE}";;
87 …test -d ${debhookdir}/${script}.d && run-parts --arg="${KERNELRELEASE}" --arg="/${installed_image_…
[all …]
Dkernel.spec10 Version: %(echo %{KERNELRELEASE} | sed -e 's/-/_/g')
19 Provides: kernel-%{KERNELRELEASE}
55 %{make} %{makeflags} KERNELRELEASE=%{KERNELRELEASE} KBUILD_BUILD_VERSION=%{release}
58 mkdir -p %{buildroot}/lib/modules/%{KERNELRELEASE}
59 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/lib/modules/%{KERNELRELEASE}/vmlinuz
63 cp System.map %{buildroot}/lib/modules/%{KERNELRELEASE}
64 cp .config %{buildroot}/lib/modules/%{KERNELRELEASE}/config
66 %{make} %{makeflags} INSTALL_DTBS_PATH=%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb dtbs_install
68 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build
97 /usr/bin/kernel-install add %{KERNELRELEASE} /lib/modules/%{KERNELRELEASE}/vmlinuz
[all …]
Dmkspec28 %define KERNELRELEASE ${KERNELRELEASE}
DPKGBUILD13 pkgver="${KERNELRELEASE//-/_}"
51 ${MAKE} KERNELRELEASE="${KERNELRELEASE}" KBUILD_BUILD_VERSION="${pkgrel}"
Dmkdebian151 version=$KERNELRELEASE
257 KERNELRELEASE := ${KERNELRELEASE}
Dsnapcraft.template2 version: KERNELRELEASE
/linux-6.12.1/scripts/
Ddepmod.sh11 KERNELRELEASE=$1
32 exec "$DEPMOD" "$@" "$KERNELRELEASE"
Dinstall.sh40 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
DMakefile.package176 dir-tarballs := $(addprefix linux-$(KERNELRELEASE)-$(ARCH), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst)
186 tar-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar
189 tar%-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar.% FORCE
DMakefile.modinst135 cmd_depmod = $(srctree)/scripts/depmod.sh $(KERNELRELEASE)
DKbuild.include88 # filechk_sample = echo $(KERNELRELEASE)
/linux-6.12.1/arch/loongarch/
DMakefile180 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
181 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
182 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux-6.12.1/scripts/package/debian/
Drules26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) KBUILD_BUILD_VERSION=$(revision) $(addprefi…
/linux-6.12.1/Documentation/kbuild/
Dmodules.rst172 ifneq ($(KERNELRELEASE),)
186 The check for KERNELRELEASE is used to separate the two parts
326 /lib/modules/$(KERNELRELEASE)/kernel/
330 /lib/modules/$(KERNELRELEASE)/updates/
340 => Install dir: /frodo/lib/modules/$(KERNELRELEASE)/kernel/
351 /lib/modules/$(KERNELRELEASE)/updates/, but you may wish to
358 => Install dir: /lib/modules/$(KERNELRELEASE)/gandalf/
Dmakefiles.rst692 $(KERNELRELEASE)
1571 $(KERNELRELEASE) instead.
1581 KERNELRELEASE
1582 $(KERNELRELEASE) is a single string such as "2.4.0-pre4", suitable
1620 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
Dkbuild.rst225 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
/linux-6.12.1/arch/mips/
DMakefile440 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
442 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
444 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
445 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux-6.12.1/
DMakefile357 KERNELRELEASE = $(call read-file, include/config/kernel.release) macro
359 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
1088 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)
1096 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
1172 ifeq ($(origin KERNELRELEASE),file)
1175 filechk_kernel.release = echo $(KERNELRELEASE)
1783 filechk_kernel.release = echo $(KERNELRELEASE)
/linux-6.12.1/Documentation/
DMakefile96 -D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \
/linux-6.12.1/crypto/
DKconfig55 By default the KERNELRELEASE value is used.
/linux-6.12.1/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst184 This will install modules into /mnt/lib/modules/$(KERNELRELEASE).