Lines Matching full:kernel

5 # kmodtool - Helper script for building kernel module RPMs
76 Summary: Akmod package for ${kmodname} kernel module(s)
77 Group: System Environment/Kernel
89 This package provides the akmod package for the ${kmodname} kernel modules.
105 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${dashvaria…
106 Group: System Environment/Kernel
119 ${kmodname} kernel module(s) for the newest kernel${dashvariant},
120 to make sure you get it together with a new kernel.
150 Summary: ${kmodname} kernel module(s) for ${kernel_uname_r}
151 Group: System Environment/Kernel
152 Provides: kernel-modules-for-kernel = ${kernel_uname_r}
169 Requires: kernel-uname-r = ${kernel_uname_r}
170 BuildRequires: kernel-devel-uname-r = ${kernel_uname_r}
204 This package provides the ${kmodname} kernel modules built for the Linux
205 kernel ${kernel_uname_r} for the %{_target_cpu} family of processors.
229 Summary: ${kmodname} kernel module(s) devel common
230 Group: System Environment/Kernel
240 This package provides the common header files to build kernel modules
241 which depend on the ${kmodname} kernel module. It may optionally require
242 the ${kmodname}-devel-<kernel> objects for the newest kernel.
249 for kernel in ${1}; do
250 local kernel_uname_r=${kernel}
275 Summary: ${kmodname} kernel module(s) devel for ${kernel_uname_r}
276 Group: System Environment/Kernel
277 Provides: kernel-objects-for-kernel = ${kernel_uname_r}
285 Requires: kernel-devel-uname-r = ${kernel_uname_r}
286 BuildRequires: kernel-devel-uname-r = ${kernel_uname_r}
295 This package provides objects and symbols required to build kernel modules
296 which depend on the ${kmodname} kernel modules built for the Linux
297 kernel ${kernel_uname_r} for the %{_target_cpu} family of processors.
311 Summary: Metapackage which tracks in ${kmodname} kernel module for newest kernel${kernel_va…
312 Group: System Environment/Kernel
323 ${kmodname} kernel module(s) for the newest kernel${kernel_variant}.
324 to make sure you get it together with a new kernel.
335 for kernel in ${1}
337 if [[ -e "${prefix}/lib/modules/${kernel}/build/Makefile" ]]; then
338 # likely a user-build-kernel with available buildfiles
339 # fixme: we should check if uname from Makefile is the same as ${kernel}
341 kernel_versions="${kernel_versions}${kernel}___${prefix}/lib/modules/${kernel}/build/ "
342 print_rpmtemplate_per_kmodpkg --custom "${kernel}"
347 print_rpmtemplate_kmoddevelpkg --custom "${kernel}"
350 print_rpmtemplate_per_kmoddevelpkg --custom "${kernel}"
352 elif [[ -e "${buildroot}/usr/src/kernels/${kernel}" ]]; then
353 …# this looks like a Fedora/RH kernel -- print a normal template (which includes the proper BR) and…
354 kernel_versions="${kernel_versions}${kernel}___${buildroot}%{_usrsrc}/kernels/${kernel} "
356 # parse kernel versions string and print template
357 local kernel_verrelarch=${kernel%%${kernels_known_variants}}
358 print_rpmtemplate_per_kmodpkg --redhat ${kernel} ${kernel##${kernel_verrelarch}}
363 print_rpmtemplate_kmoddevelpkg --redhat ${kernel} ${kernel##${kernel_verrelarch}}
366 print_rpmtemplate_per_kmoddevelpkg --redhat ${kernel} ${kernel##${kernel_verrelarch}}
369 …error_out 2 "Don't know how to handle ${kernel} -- ${prefix}/lib/modules/${kernel}/build/Makefile …
390 for kernel in ${kernel_versions_to_build_for} ; do
392 local kernel_verrelarch=${kernel%%${kernels_known_variants}}
395 print_rpmtemplate_kmodmetapkg "${kernel}" "${kernel##${kernel_verrelarch}}"
398 print_rpmtemplate_per_kmodpkg "${kernel}" "${kernel##${kernel_verrelarch}}"
402 print_rpmtemplate_kmoddevelpkg "${kernel}" "${kernel##${kernel_verrelarch}}"
405 print_rpmtemplate_per_kmoddevelpkg "${kernel}" "${kernel##${kernel_verrelarch}}"
518 if [[ -e ./kmodtool-kernel-variants ]]; then
519 kernels_known_variants="$(cat ./kmodtool-kernel-variants)"
520 elif [[ -e /usr/share/kmodtool/kernel-variants ]] ; then
521 kernels_known_variants="$(cat /usr/share/kmodtool/kernel-variants)"