Home
last modified time | relevance | path

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

/linux/scripts/package/
H A Dbuildtar48 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}"
65 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
77 cp -v -- "${objtree}/vmlinux.32" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
79 cp -v -- "${objtree}/vmlinux.64" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
87 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
94 cp -v -- "${objtree}/arch/arm64/boot/${i}" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
102 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}";;
104 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}";;
[all …]
H A Dbuilddeb37 rm -f "${pdir}/lib/modules/${KERNELRELEASE}/build"
42 mv "${pdir}/lib/modules/${KERNELRELEASE}" "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}"
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}";;
114 mkdir -p ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
115 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
118 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE}
[all …]
H A 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}
62 cp System.map %{buildroot}/lib/modules/%{KERNELRELEASE}
67 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build
100 /usr/bin/kernel-install add %{KERNELRELEASE} /lib/modules/%{KERNELRELEASE}/vmlinuz
113 /usr/sbin/depmod %{KERNELRELEASE}
118 kernel-install remove %{KERNELRELEASE}
132 /usr/src/kernels/%{KERNELRELEASE}
[all …]
H A Dmkspec26 %define KERNELRELEASE ${KERNELRELEASE}
H A Dmkdebian149 version=$KERNELRELEASE
247 KERNELRELEASE := ${KERNELRELEASE}
H A Dsnapcraft.template2 version: KERNELRELEASE
/linux/scripts/
H A Ddepmod.sh11 KERNELRELEASE=$1
32 exec "$DEPMOD" "$@" "$KERNELRELEASE"
H A Dinstall.sh36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
H A DMakefile.package159 dir-tarballs := $(addprefix linux-$(KERNELRELEASE)-$(ARCH), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst)
169 tar-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar
172 tar%-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar.% FORCE
H A DMakefile.modinst131 cmd_depmod = $(srctree)/scripts/depmod.sh $(KERNELRELEASE)
H A DKbuild.include88 # filechk_sample = echo $(KERNELRELEASE)
/linux/arch/loongarch/
H A DMakefile179 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
180 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
181 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux/scripts/package/debian/
H A Drules26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) KBUILD_BUILD_VERSION=$(revision) $(addprefi…
/linux/Documentation/kbuild/
H A Dmodules.rst198 ifneq ($(KERNELRELEASE),)
216 The check for KERNELRELEASE is used to separate the two parts
262 ifneq ($(KERNELRELEASE),)
416 /lib/modules/$(KERNELRELEASE)/kernel/
420 /lib/modules/$(KERNELRELEASE)/extra/
430 => Install dir: /frodo/lib/modules/$(KERNELRELEASE)/kernel/
441 /lib/modules/$(KERNELRELEASE)/extra/, but you may wish to
448 => Install dir: /lib/modules/$(KERNELRELEASE)/gandalf/
H A Dkbuild.rst215 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
H A 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
/linux/arch/mips/
H A 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/
H A DMakefile373 KERNELRELEASE = $(call read-file, include/config/kernel.release) macro
375 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
1093 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)
1101 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
1177 ifeq ($(origin KERNELRELEASE),file)
1180 filechk_kernel.release = echo $(KERNELRELEASE)
1781 filechk_kernel.release = echo $(KERNELRELEASE)
/linux/Documentation/
H A DMakefile96 -D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \
/linux/crypto/
H A DKconfig55 By default the KERNELRELEASE value is used.
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst184 This will install modules into /mnt/lib/modules/$(KERNELRELEASE).