Home
last modified time | relevance | path

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

/linux/scripts/package/
H A 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 …]
H A 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 …]
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}
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 …]
H A Dmkspec28 %define KERNELRELEASE ${KERNELRELEASE}
H A DPKGBUILD13 pkgver="${KERNELRELEASE//-/_}"
50 ${MAKE} KERNELRELEASE="${KERNELRELEASE}" KBUILD_BUILD_VERSION="${pkgrel}"
H A Dmkdebian158 version=$KERNELRELEASE
264 KERNELRELEASE := ${KERNELRELEASE}
H A Dsnapcraft.template2 version: KERNELRELEASE
/linux/scripts/
H A Ddepmod.sh11 KERNELRELEASE=$1
32 exec "$DEPMOD" "$@" "$KERNELRELEASE"
H A Dinstall.sh40 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
H A 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
H A DKbuild.include88 # filechk_sample = echo $(KERNELRELEASE)
/linux/scripts/package/debian/
H A Drules26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) KBUILD_BUILD_VERSION=$(revision) $(addprefi…
/linux/arch/mips/
H A 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/
H A DMakefile382 KERNELRELEASE = $(call read-file, $(objtree)/include/config/kernel.release) macro
384 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
1157 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)
1165 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
1237 ifeq ($(origin KERNELRELEASE),file)
1240 filechk_kernel.release = echo $(KERNELRELEASE)
1843 filechk_kernel.release = echo $(KERNELRELEASE)
/linux/Documentation/kbuild/
H A 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/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst184 This will install modules into /mnt/lib/modules/$(KERNELRELEASE).