mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
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:
parent
fad863b47b
commit
a8ce2c0b9b
|
@ -110,7 +110,7 @@ create_rk_image () {
|
||||||
DEVICETREE_DEFAULT=""
|
DEVICETREE_DEFAULT=""
|
||||||
for DTS_FILE in ${KERNEL_DEVICETREE}; do
|
for DTS_FILE in ${KERNEL_DEVICETREE}; do
|
||||||
[ -n "${DEVICETREE_DEFAULT}"] && DEVICETREE_DEFAULT="${DTS_FILE}"
|
[ -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
|
done
|
||||||
|
|
||||||
# Create extlinux config file
|
# Create extlinux config file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user