Home
last modified time | relevance | path

Searched refs:KERNEL_VERSION (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-grub.bbclass38 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 Dmodule.bbclass35 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 Dkernel.bbclass44 # 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 Dkernel-module-split.bbclass9 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 Dkernelsrc.bbclass13 KERNEL_VERSION = "${@get_kernelversion_file("${STAGING_KERNEL_BUILDDIR}")}"
H A Dmodule-base.bbclass22 export KERNEL_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/
H A Dvboxguestdrivers_7.1.4.bb27 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 Dfix_linux_4.15_compile.patch20 +#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 Dlkrg-module_0.9.7.bb31 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 Dzabbix_6.2.7.bb45 KERNEL_VERSION = "${@get_kernelversion_headers('${STAGING_KERNEL_DIR}')}"
65 export KERNEL_VERSION="${KERNEL_VERSION}"
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-querycap.rst59 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 Ddepmodwrapper-cross_1.0.bb23 # 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 Dexchange-bmc-os-info.init.redhat109 KERNEL_VERSION=$(uname -r -m)
121 OS_VERSION="${VERSION} kernel ${KERNEL_VERSION}"
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c50 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 Dbpf_helpers.h73 #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 Dkernel-module-emlog_git.bb7 KVER=${KERNEL_VERSION} \
/openbmc/linux/tools/testing/ktest/examples/
H A Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
H A Dvmware.conf101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A D0001-Fix-configure.ac.patch19 + kernel="${KERNEL_VERSION}"
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst77 - 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 Dspidev-test.bb26 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])
/openbmc/qemu/linux-user/
H A Dlinux_loop.h34 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) /* This is a guess. */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/cpupower/
H A Dcpupower.bb32 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/
H A D0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch24 +#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/bpftool/
H A Dbpftool.bb43 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])

12