diff options
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod_29.bb')
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod_29.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod_29.bb b/meta/recipes-kernel/kmod/kmod_29.bb index 91951edde1..9b66349066 100644 --- a/meta/recipes-kernel/kmod/kmod_29.bb +++ b/meta/recipes-kernel/kmod/kmod_29.bb | |||
| @@ -20,6 +20,7 @@ SRCREV = "b6ecfc916a17eab8f93be5b09f4e4f845aabd3d1" | |||
| 20 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master \ | 20 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master \ |
| 21 | file://depmod-search.conf \ | 21 | file://depmod-search.conf \ |
| 22 | file://avoid_parallel_tests.patch \ | 22 | file://avoid_parallel_tests.patch \ |
| 23 | file://0001-depmod-Add-support-for-excluding-a-directory.patch \ | ||
| 23 | " | 24 | " |
| 24 | 25 | ||
| 25 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
| @@ -64,6 +65,9 @@ do_install:append () { | |||
| 64 | 65 | ||
| 65 | # install depmod.d file for search/ dir | 66 | # install depmod.d file for search/ dir |
| 66 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" | 67 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" |
| 68 | |||
| 69 | # Add .debug to the exclude path for depmod | ||
| 70 | echo "exclude .debug" > ${D}${nonarch_base_libdir}/depmod.d/exclude.conf | ||
| 67 | } | 71 | } |
| 68 | 72 | ||
| 69 | ALTERNATIVE_PRIORITY = "70" | 73 | ALTERNATIVE_PRIORITY = "70" |
