diff options
-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 |