/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-grub.bbclass | 38 if grep -q "/KERNEL_IMAGETYPE-${KERNEL_VERSION} \+root=" $grubcfg; then 39 if [ -f "$D/boot/KERNEL_IMAGETYPE-${KERNEL_VERSION}" ]; then 41 kimage="$D/boot/KERNEL_IMAGETYPE-${KERNEL_VERSION}-$timestamp-back" 42 sed -i "s:KERNEL_IMAGETYPE-${KERNEL_VERSION} \+root=:${kimage##*/} root=:" $grubcfg 43 mv "$D/boot/KERNEL_IMAGETYPE-${KERNEL_VERSION}" "$kimage" 53 title="Update KERNEL_IMAGETYPE-${KERNEL_VERSION}-${PV}" 56 sed "s#${old_image}#${old_image%/*}/KERNEL_IMAGETYPE-${KERNEL_VERSION}#"` 64 sed "s#${old_image}#${old_image%/*}/KERNEL_IMAGETYPE-${KERNEL_VERSION}#"`
|
H A D | module.bbclass | 35 os.environ['KERNEL_VERSION'] = d.getVar('KERNEL_VERSION') 52 KERNEL_VERSION=${KERNEL_VERSION} \ 63 oe_runmake DEPMOD=echo MODLIB="${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}" \
|
H A D | kernel.bbclass | 44 # KERNEL_VERSION is extracted from source code. It is evaluated as 50 KERNEL_VERSION_NAME = "${@d.getVar('KERNEL_VERSION') or ""}" 52 KERNEL_VERSION_PKG_NAME = "${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" 125 ln -sf %s-${KERNEL_VERSION} $D/${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 127 ln -sf %s-${KERNEL_VERSION} ${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 130 install -m 0644 ${KERNEL_IMAGEDEST}/%s-${KERNEL_VERSION} ${KERNEL_IMAGEDEST}/%s 219 KERNEL_RELEASE ?= "${KERNEL_VERSION}" 230 KERNEL_VERSION = "${@get_kernelversion_headers('${B}')}" 465 …oe_runmake DEPMOD=echo MODLIB=${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION} INSTALL_FW_PATH… 466 rm -f "${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/build" [all …]
|
H A D | kernel-module-split.bbclass | 9 depmod -a ${KERNEL_VERSION} 19 depmod -a ${KERNEL_VERSION} 21 depmodwrapper -a -b $D ${KERNEL_VERSION} ${KERNEL_PACKAGE_NAME} 42 KERNEL_MODULE_PACKAGE_SUFFIX ?= "-${KERNEL_VERSION}" 163 kernel_version = d.getVar("KERNEL_VERSION")
|
H A D | kernelsrc.bbclass | 13 KERNEL_VERSION = "${@get_kernelversion_file("${STAGING_KERNEL_BUILDDIR}")}"
|
H A D | module-base.bbclass | 22 export KERNEL_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
H A D | vboxguestdrivers_7.1.4.bb | 27 EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1 CC='${CC} ${DEBUG_P… 59 mkdir -p ${WORKDIR}/${KERNEL_VERSION} 60 ln -snf ${STAGING_KERNEL_DIR} ${WORKDIR}/${KERNEL_VERSION}/build 74 MODULE_DIR=${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/misc
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | fix_linux_4.15_compile.patch | 20 +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0) 38 +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
|
/openbmc/openbmc/meta-security/recipes-kernel/lkrg/ |
H A D | lkrg-module_0.9.7.bb | 31 install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME} 33 ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME}/${MODULE_NAME}.ko
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/ |
H A D | zabbix_6.2.7.bb | 45 KERNEL_VERSION = "${@get_kernelversion_headers('${STAGING_KERNEL_DIR}')}" 65 export KERNEL_VERSION="${KERNEL_VERSION}"
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-querycap.rst | 59 The version number is formatted using the ``KERNEL_VERSION()`` 63 ``#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))`` 65 ``__u32 version = KERNEL_VERSION(0, 8, 1);``
|
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/ |
H A D | depmodwrapper-cross_1.0.bb | 23 # Expected to be called as: depmodwrapper -a KERNEL_VERSION 25 echo "Usage: depmodwrapper -a -b rootfs KERNEL_VERSION [KERNEL_PACKAGE_NAME]" >&2
|
/openbmc/ipmitool/contrib/ |
H A D | exchange-bmc-os-info.init.redhat | 109 KERNEL_VERSION=$(uname -r -m) 121 OS_VERSION="${VERSION} kernel ${KERNEL_VERSION}"
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_probes.c | 50 return KERNEL_VERSION(major, minor, patch); in get_ubuntu_kernel_version() 77 return KERNEL_VERSION(major, minor, patch); in get_debian_kernel_version() 100 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
|
H A D | bpf_helpers.h | 73 #ifndef KERNEL_VERSION 74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/ |
H A D | kernel-module-emlog_git.bb | 7 KVER=${KERNEL_VERSION} \
|
/openbmc/linux/tools/testing/ktest/examples/ |
H A D | kvm.conf | 56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
|
H A D | vmware.conf | 101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/ |
H A D | 0001-Fix-configure.ac.patch | 19 + kernel="${KERNEL_VERSION}"
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-device-info.rst | 77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro. 86 ``KERNEL_VERSION()`` macro. Together with the ``driver`` field
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/spidev-test/ |
H A D | spidev-test.bb | 26 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])
|
/openbmc/qemu/linux-user/ |
H A D | linux_loop.h | 34 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) /* This is a guess. */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/cpupower/ |
H A D | cpupower.bb | 32 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/ |
H A D | 0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch | 24 +#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/bpftool/ |
H A D | bpftool.bb | 43 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])
|