Hi,
the problem was in
do_configure:append(){
cp ${WORKDIR}/custom.dts ${S}/arch/arm64/boot/dts/freescale
echo "dtb-\$(CONFIG_ARCH_MXC) += custom.dtb" >> ${S}/arch/arm64/boot/dts/freescale/Makefile
}
i remove cp and set subdir in SRC_URI
SRC_URI = "file://custom.dts;subdir=git/arch/arm64/boot/dts/freescale"
Now it works.