rockchip-gpt-img.bbclass: fix dts filename

Remove the "${KERNEL_IMAGETYPE}" (i.e. zImage) that preceeded the dts file
since that file no longer has the image-type prepended to it in the deploy
dir.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2018-07-13 18:20:32 -04:00
parent fad863b47b
commit a8ce2c0b9b

View File

@ -110,7 +110,7 @@ create_rk_image () {
DEVICETREE_DEFAULT=""
for DTS_FILE in ${KERNEL_DEVICETREE}; do
[ -n "${DEVICETREE_DEFAULT}"] && DEVICETREE_DEFAULT="${DTS_FILE}"
mcopy -i ${WORKDIR}/${BOOT_IMG} -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${DTS_FILE} ::${DTS_FILE}
mcopy -i ${WORKDIR}/${BOOT_IMG} -s ${DEPLOY_DIR_IMAGE}/${DTS_FILE} ::${DTS_FILE}
done
# Create extlinux config file