私はbitbakeを使ってDreamboxイメージ用のパッケージをビルドしてコンパイルしようとしています。 Ubuntu 20.04の使用に問題はありません。しかし、21.04にアップグレードした後にコンパイルすると、このエラーが発生しました。
Log data follows:| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 ARCH=arm64 CONFIG_MALI_MIDGARD=m CONFIG_MALI_MIDGARD_DVFS=y CONFIG_MALI_PLATFORM_DEVICETREE=y CROSS_COMPILE=aarch64-oe-linux- DEPMOD=echo INSTALL_MOD_PATH=/home/raed/build_image/OpenPli-DM/openpli-dreambox-oe-core/build/tmp/work/dreamtwo-oe-linux/meson-mali-module-bifrost-r12p0/201901-0-gd4a30ca-r0/image M=/home/raed/build_image/OpenPli-DM/openpli-dreambox-oe-core/build/tmp/work/dreamtwo-oe-linux/meson-mali-module-bifrost-r12p0/201901-0-gd4a30ca-r0/meson-mali-module-bifrost-r12p0-201901-0-gd4a30ca/bifrost/r12p0/kernel/drivers/gpu/arm/midgard -C /home/raed/build_image/OpenPli-DM/openpli-dreambox-oe-core/build/tmp/work-shared/dreamtwo/kernel-source EXTRA_CFLAGS=-DCONFIG_MALI_PLATFORM_DEVICETREE -DCONFIG_MALI_MIDGARD_DVFS -DCONFIG_MALI_BACKEND=gpu
| make: Entering directory '/home/raed/build_image/OpenPli-DM/openpli-dreambox-oe-core/build/tmp/work-shared/dreamtwo/kernel-source'
| make[1]: Entering directory '/home/raed/build_image/OpenPli-DM/openpli-dreambox-oe-core/build/tmp/work-shared/dreamtwo/kernel-build-artifacts'
|
| ERROR: Kernel configuration is invalid.
| include/generated/autoconf.h or include/config/auto.conf are missing.
| Run 'make oldconfig && make prepare' on kernel src to fix it.
|
いくつかの解決策を試しましたが、解決されませんでした!
現在のカーネルは(5.11.0-34-generic)です。
答え1
私はyoctoで自分のカーネルモジュールをコンパイルするとき、あなたと同じ問題に直面しました。
私は私のbbファイルに "inherit module-base"を追加することでこの問題を解決しました。
詳細については、poky/meta/class/ の module.bbclass を見て、次の URL で module-base の定義を見つけることができます。 https://www.yoctoproject.org/docs/1.7/ref-manual/ref-manual.pdf