Home
last modified time | relevance | path

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

/linux-6.14.4/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 …]
Dbuilddeb35 …${MAKE} -f ${srctree}/Makefile INSTALL_DTBS_PATH="${pdir}/usr/lib/linux-image-${KERNELRELEASE}" dt…
39 rm -f "${pdir}/lib/modules/${KERNELRELEASE}/build"
44 mv "${pdir}/lib/modules/${KERNELRELEASE}" "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}"
46 cp System.map "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}/System.map"
51 cp System.map "${pdir}/boot/System.map-${KERNELRELEASE}"
52 cp ${KCONFIG_CONFIG} "${pdir}/boot/config-${KERNELRELEASE}"
60 installed_image_path="usr/bin/linux-${KERNELRELEASE}";;
62 installed_image_path="boot/vmlinux-${KERNELRELEASE}";;
64 installed_image_path="boot/vmlinuz-${KERNELRELEASE}";;
101 …test -n "\$hookdirs" && run-parts --arg="${KERNELRELEASE}" --arg="/${installed_image_path}" \$hook…
[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//-/_}"
50 ${MAKE} KERNELRELEASE="${KERNELRELEASE}" KBUILD_BUILD_VERSION="${pkgrel}"
Dmkdebian158 version=$KERNELRELEASE
264 KERNELRELEASE := ${KERNELRELEASE}
Dsnapcraft.template2 version: KERNELRELEASE
/linux-6.14.4/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.14.4/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.14.4/scripts/package/debian/
Drules26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) \
/linux-6.14.4/arch/mips/
DMakefile437 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
439 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
441 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
442 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
/linux-6.14.4/Documentation/kbuild/
Dmodules.rst184 ifneq ($(KERNELRELEASE),)
198 The check for KERNELRELEASE is used to separate the two parts
353 /lib/modules/$(KERNELRELEASE)/kernel/
357 /lib/modules/$(KERNELRELEASE)/updates/
367 => Install dir: /frodo/lib/modules/$(KERNELRELEASE)/kernel/
378 /lib/modules/$(KERNELRELEASE)/updates/, but you may wish to
385 => Install dir: /lib/modules/$(KERNELRELEASE)/gandalf/
Dkbuild.rst242 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
Dmakefiles.rst706 $(KERNELRELEASE)
1585 $(KERNELRELEASE) instead.
1595 KERNELRELEASE
1596 $(KERNELRELEASE) is a single string such as "2.4.0-pre4", suitable
1634 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/
Dkbuild.rst215 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
/linux-6.14.4/
DMakefile382 KERNELRELEASE = $(call read-file, $(objtree)/include/config/kernel.release) macro
384 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
1159 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)
1167 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
1239 ifeq ($(origin KERNELRELEASE),file)
1242 filechk_kernel.release = echo $(KERNELRELEASE)
1845 filechk_kernel.release = echo $(KERNELRELEASE)
/linux-6.14.4/Documentation/
DMakefile96 -D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \
/linux-6.14.4/crypto/
DKconfig55 By default the KERNELRELEASE value is used.
/linux-6.14.4/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst184 This will install modules into /mnt/lib/modules/$(KERNELRELEASE).