Tool/software: Linux
Hello,
I compiled the c66x file system as follows:
http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk-c66x-v4.03
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.03.00.05-config.txt
export PATH=/home/llr/am437x/toolchain/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
. conf/setenv
MACHINE=c667x-evm bitbake tisdk-rootfs-image
But the following error occurred:
ERROR: Task do_configure in /home/llr/oe/tisdk-c66x-v4.03/sources/oe-core/meta/recipes-kernel/cryptodev/cryptodev-module_1.8.bb depends upon non-existent task do_compile_kernelmodules in /home/llr/oe/tisdk-c66x-v4.03/sources/oe-core/meta/recipes-kernel/linux/linux-dummy.bb
ERROR: Command execution failed: 1
How can I fix this error?
-
But the following error occurred