diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-06-27 10:16:40 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-20 12:10:40 -1000 |
| commit | 221079616231393f03d31708432324e362a8d012 (patch) | |
| tree | 28dacb3d195d8ac2c8d917ca4bb9fe377cc1c2e1 /meta/classes-recipe/kernel.bbclass | |
| parent | 1b485f13a70d640e40f14cf4cb955abfacfaffe4 (diff) | |
| download | poky-221079616231393f03d31708432324e362a8d012.tar.gz | |
kernel: config modules directories are handled by kernel-module-split
(From OE-Core rev: e5b478fb435c96f6d6e8c2a93d6c54df996957e1)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 38dc75c0e5eb7427ffcf201113fb45e0d5dad453)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/classes-recipe/kernel.bbclass')
| -rw-r--r-- | meta/classes-recipe/kernel.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass index 1e97de5696..3190feddf4 100644 --- a/meta/classes-recipe/kernel.bbclass +++ b/meta/classes-recipe/kernel.bbclass | |||
| @@ -477,8 +477,6 @@ kernel_do_install() { | |||
| 477 | install -m 0644 .config ${D}/${KERNEL_IMAGEDEST}/config-${KERNEL_VERSION} | 477 | install -m 0644 .config ${D}/${KERNEL_IMAGEDEST}/config-${KERNEL_VERSION} |
| 478 | install -m 0644 vmlinux ${D}/${KERNEL_IMAGEDEST}/vmlinux-${KERNEL_VERSION} | 478 | install -m 0644 vmlinux ${D}/${KERNEL_IMAGEDEST}/vmlinux-${KERNEL_VERSION} |
| 479 | [ -e Module.symvers ] && install -m 0644 Module.symvers ${D}/${KERNEL_IMAGEDEST}/Module.symvers-${KERNEL_VERSION} | 479 | [ -e Module.symvers ] && install -m 0644 Module.symvers ${D}/${KERNEL_IMAGEDEST}/Module.symvers-${KERNEL_VERSION} |
| 480 | install -d ${D}${sysconfdir}/modules-load.d | ||
| 481 | install -d ${D}${sysconfdir}/modprobe.d | ||
| 482 | } | 480 | } |
| 483 | 481 | ||
| 484 | # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile | 482 | # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile |
