Hi,

when I try to create a rootfs for my Duckbill device, I used to run
"make -j4 ...". The default configuration enables 
CONFIG_TARGET_ROOTFS_INCLUDE_KERNEL
because the bootloader expects the kernel image in the rootfs below /boot.

However, my problem is, that when running make with -j2 or more, then the ext4 
rootfs
image does not contain the /boot directory and thus the kernel/dt binaries.
But this is not limited to ext4 images, the tar.gz variant of the rootfs 
suffers from the
same problem.
But everthing works as expected, when using "make -j1..." Then all images 
include the
/boot directory.
So I guess, this is a problem with the parallel jobs. Is there any chance to 
get this fixed?

Regards,
mhei
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to