Searched refs:KERNELRELEASE (Results 1 – 25 of 26) sorted by relevance
12
/openbmc/linux/scripts/package/ |
H A D | buildtar | 35 …ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE}" dtbs_install 52 cp -v -- "${objtree}/System.map" "${tmpdir}/boot/System.map-${KERNELRELEASE}" 53 cp -v -- "${KCONFIG_CONFIG}" "${tmpdir}/boot/config-${KERNELRELEASE}" 54 cp -v -- "${objtree}/vmlinux" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 62 …bzImage" ] && cp -v -- "${objtree}/arch/x86/boot/bzImage" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}" 65 …gz" ] && cp -v -- "${objtree}/arch/alpha/boot/vmlinux.gz" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}" 68 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}" 69 …${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRELEASE}" 73 … -v -- "${objtree}/arch/mips/boot/compressed/vmlinux.bin" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}" 75 …v -- "${objtree}/arch/mips/boot/compressed/vmlinux.ecoff" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}" [all …]
|
H A D | kernel.spec | 10 Version: %(echo %{KERNELRELEASE} | sed -e 's/-/_/g') 19 Provides: kernel-%{KERNELRELEASE} 55 %{make} %{makeflags} KERNELRELEASE=%{KERNELRELEASE} KBUILD_BUILD_VERSION=%{release} 61 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/efi/vmlinuz-%{KERNELRELEASE} 62 ln -s efi/vmlinuz-%{KERNELRELEASE} %{buildroot}/boot/ 64 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/vmlinuz-%{KERNELRELEASE} 68 cp System.map %{buildroot}/boot/System.map-%{KERNELRELEASE} 69 cp .config %{buildroot}/boot/config-%{KERNELRELEASE} 70 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build 79 if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KERNELRELEASE} -a -r /boot/System.map-%{KERNELREL… [all …]
|
H A D | builddeb | 62 …${MAKE} -f ${srctree}/Makefile INSTALL_DTBS_PATH="${pdir}/usr/lib/linux-image-${KERNELRELEASE}" dt… 66 rm -f "${pdir}/lib/modules/${KERNELRELEASE}/build" 71 mv "${pdir}/lib/modules/${KERNELRELEASE}" "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}" 73 cp System.map "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}/System.map" 78 cp System.map "${pdir}/boot/System.map-${KERNELRELEASE}" 79 cp ${KCONFIG_CONFIG} "${pdir}/boot/config-${KERNELRELEASE}" 87 installed_image_path="usr/bin/linux-${KERNELRELEASE}";; 89 installed_image_path="boot/vmlinux-${KERNELRELEASE}";; 91 installed_image_path="boot/vmlinuz-${KERNELRELEASE}";; 117 …test -d ${debhookdir}/${script}.d && run-parts --arg="${KERNELRELEASE}" --arg="/${installed_image_… [all …]
|
H A D | mkspec | 20 %define KERNELRELEASE ${KERNELRELEASE}
|
H A D | snapcraft.template | 2 version: KERNELRELEASE
|
H A D | mkdebian | 149 version=$KERNELRELEASE
|
/openbmc/linux/scripts/package/debian/ |
H A D | rules | 18 KERNELRELEASE=$(KERNELRELEASE) \ 26 KERNELRELEASE=$(KERNELRELEASE) \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd/ |
H A D | check_existence_of_modules_before_installing.patch | 18 install -d $(DESTDIR)/lib/modules/$(KERNELRELEASE)/$(MODSUBDIR) 20 - install -m 644 $$ko $(DESTDIR)/lib/modules/$(KERNELRELEASE)/$(MODSUBDIR); \ 21 + [ -e $$ko ] && install -m 644 $$ko $(DESTDIR)/lib/modules/$(KERNELRELEASE)/$(MODSUBDIR); \ 24 ifeq ($(shell uname -r),$(KERNELRELEASE))
|
/openbmc/linux/scripts/ |
H A D | depmod.sh | 11 KERNELRELEASE=$1 32 exec "$DEPMOD" "$@" "$KERNELRELEASE"
|
H A D | Makefile.package | 7 KERNELPATH := kernel-$(subst -,_,$(KERNELRELEASE)) 185 dir-tarballs := $(addprefix linux-$(KERNELRELEASE)-$(ARCH), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst) 195 tar-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar 198 tar%-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar.% FORCE
|
H A D | install.sh | 36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
|
H A D | Makefile.modinst | 131 cmd_depmod = $(srctree)/scripts/depmod.sh $(KERNELRELEASE)
|
H A D | Makefile.lib | 494 UIMAGE_NAME ?= 'Linux-$(KERNELRELEASE)'
|
H A D | Kbuild.include | 89 # filechk_sample = echo $(KERNELRELEASE)
|
/openbmc/linux/arch/loongarch/ |
H A D | Makefile | 149 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE) 150 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) 151 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
|
/openbmc/linux/Documentation/kbuild/ |
H A D | modules.rst | 198 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)/updates/ 430 => Install dir: /frodo/lib/modules/$(KERNELRELEASE)/kernel/ 441 /lib/modules/$(KERNELRELEASE)/updates/, but you may wish to 448 => Install dir: /lib/modules/$(KERNELRELEASE)/gandalf/
|
H A D | kbuild.rst | 215 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
|
H A D | makefiles.rst | 692 $(KERNELRELEASE) 1567 $(KERNELRELEASE) instead. 1577 KERNELRELEASE 1578 $(KERNELRELEASE) is a single string such as "2.4.0-pre4", suitable 1616 $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE). The user may
|
/openbmc/linux/arch/mips/ |
H A D | Makefile | 442 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) 444 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) 446 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) 447 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | makefile-libbb-race.patch | 33 # The KERNELRELEASE is stored in a file named .kernelrelease
|
/openbmc/u-boot/Documentation/ |
H A D | Makefile | 62 -D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \
|
/openbmc/linux/ |
H A D | Makefile | 369 KERNELRELEASE = $(call read-file, include/config/kernel.release) macro 371 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION 1086 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE) 1094 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 1170 ifeq ($(origin KERNELRELEASE),file) 1173 filechk_kernel.release = echo $(KERNELRELEASE) 1768 filechk_kernel.release = echo $(KERNELRELEASE)
|
/openbmc/linux/Documentation/ |
H A D | Makefile | 92 -D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \
|
/openbmc/u-boot/scripts/ |
H A D | Kbuild.include | 44 # echo $KERNELRELEASE
|
/openbmc/linux/crypto/ |
H A D | Kconfig | 55 By default the KERNELRELEASE value is used.
|
12