When building Blueline on d0cec21, it appears that there is an image needed by the kernel that is missing due to a make rule missing.
build/make/core/Makefile:28: warning: overriding commands for target `out/target/product/blueline/vendor/lib64/soundfx/libvolumelistener.so'
build/make/core/base_rules.mk:412: warning: ignoring old commands for target `out/target/product/blueline/vendor/lib64/soundfx/libvolumelistener.so'
build/make/core/Makefile:28: warning: overriding commands for target `out/target/product/blueline/vendor/lib64/vendor.nxp.nxpese@1.0.so'
build/make/core/base_rules.mk:412: warning: ignoring old commands for target `out/target/product/blueline/vendor/lib64/vendor.nxp.nxpese@1.0.so'
build/make/core/Makefile:28: warning: overriding commands for target `out/target/product/blueline/vendor/lib64/vendor.nxp.nxpnfc@1.0.so'
build/make/core/base_rules.mk:412: warning: ignoring old commands for target `out/target/product/blueline/vendor/lib64/vendor.nxp.nxpnfc@1.0.so'
[ 99% 1159/1160] glob tools/tradefederation/core/atest/**/*.py
ninja: error: 'device/google/crosshatch-kernel/Image.lz4-dtb', needed by 'out/target/product/blueline/kernel', missing and no known rule to make it
11:47:57 ninja failed with: exit status 1
make: *** [Makefile:43: build] Error 1
After building crosshatch, it appears that you can build blueline with no problem. But there is probably something missing in the initial build from scratch of blueline
When building Blueline on
d0cec21
, it appears that there is an image needed by the kernel that is missing due to a make rule missing.