diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-06-27 10:16:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 23:17:13 +0100 |
| commit | ff3d1490a47136cce3299235b4bded24b45b7c4e (patch) | |
| tree | c07512b0bf6c679e215618e1a3e4bc04b82fa853 | |
| parent | f873b210f1f759a82a774694b04a44642a2abd92 (diff) | |
| download | poky-ff3d1490a47136cce3299235b4bded24b45b7c4e.tar.gz | |
kernel: config modules directories are handled by kernel-module-split
(From OE-Core rev: 38dc75c0e5eb7427ffcf201113fb45e0d5dad453)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 e82b696d1a..855c784149 100644 --- a/meta/classes-recipe/kernel.bbclass +++ b/meta/classes-recipe/kernel.bbclass | |||
| @@ -483,8 +483,6 @@ kernel_do_install() { | |||
| 483 | install -m 0644 .config ${D}/${KERNEL_IMAGEDEST}/config-${KERNEL_VERSION} | 483 | install -m 0644 .config ${D}/${KERNEL_IMAGEDEST}/config-${KERNEL_VERSION} |
| 484 | install -m 0644 vmlinux ${D}/${KERNEL_IMAGEDEST}/vmlinux-${KERNEL_VERSION} | 484 | install -m 0644 vmlinux ${D}/${KERNEL_IMAGEDEST}/vmlinux-${KERNEL_VERSION} |
| 485 | [ -e Module.symvers ] && install -m 0644 Module.symvers ${D}/${KERNEL_IMAGEDEST}/Module.symvers-${KERNEL_VERSION} | 485 | [ -e Module.symvers ] && install -m 0644 Module.symvers ${D}/${KERNEL_IMAGEDEST}/Module.symvers-${KERNEL_VERSION} |
| 486 | install -d ${D}${sysconfdir}/modules-load.d | ||
| 487 | install -d ${D}${sysconfdir}/modprobe.d | ||
| 488 | } | 486 | } |
| 489 | 487 | ||
| 490 | # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile | 488 | # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile |
