Yocto build error during merge of own custom linux kernel v4.19

75 Views Asked by At

I am inserting my linux kernel in yocto build for Renesas RZN1D. But at 98% build process is getting failed and asking for missing configuration for rzn1. How to resolve this error?

Log data as follows-

***ERROR: linux-rzn1-4.19-r4 do_configure: No default configuration for rzn1d400-db / rzn1_defconfig available. ERROR: linux-rzn1-4.19-r4 do_configure: Function failed: do_configure

Log data follows:

| DEBUG: Executing shell function do_configure

| install: cannot stat '/home/synergy/GitRepos/Synergy/poky/build/tmp/work/rzn1d400_db-poky-linux-gnueabi/linux-rzn1/4.19-r4/git/arch/arm/configs/rzn1_defconfig': No such file or directory

| ERROR: No default configuration for rzn1d400-db / rzn1_defconfig available.

| WARNING: exit code 1 from a shell command.

I changed meta-rzn1/recipe-kernel/linux/linux-rzn1_v4.19.bb file to get my own kernel files to be included during build process but it is getting failed.

0

There are 0 best solutions below