For building Yocto
yocto/build/conf/local.conf remove the symlink
yocto doesnt like that to be a symlink somehow
and in device/rockchip/common/build.sh line 948
modify it that it cp to the right folder
ln -rsf $RK_YOCTO_MACHINE.conf build/conf/local.conf
too
cp "FOLDER"/$RK_YOCTO_MACHINE.conf build/conf/local.conf
and libmali will give a error
look at the message and you see foldername/../../ error got that file and place the space before the ../
and a quartz64-a dts for 5.10
yocto/build/conf/local.conf remove the symlink
yocto doesnt like that to be a symlink somehow
and in device/rockchip/common/build.sh line 948
modify it that it cp to the right folder
ln -rsf $RK_YOCTO_MACHINE.conf build/conf/local.conf
too
cp "FOLDER"/$RK_YOCTO_MACHINE.conf build/conf/local.conf
and libmali will give a error
look at the message and you see foldername/../../ error got that file and place the space before the ../
and a quartz64-a dts for 5.10