summaryrefslogtreecommitdiff
path: root/recipes-images/images/trdx-image-fstype.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-images/images/trdx-image-fstype.inc')
-rw-r--r--recipes-images/images/trdx-image-fstype.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-images/images/trdx-image-fstype.inc b/recipes-images/images/trdx-image-fstype.inc
index 2b0401e..2733d4f 100644
--- a/recipes-images/images/trdx-image-fstype.inc
+++ b/recipes-images/images/trdx-image-fstype.inc
@@ -118,9 +118,7 @@ imagedeploytools_append_vf() {
}
imagedeploy_kernel() {
- # remove the kernel/dtb from the rootfs/boot if they exist
# put kernel, existing device-tree(s) into the bin directories
- rm -f ${IMAGE_ROOTFS}/boot/${KERNEL_IMAGETYPE}* ${IMAGE_ROOTFS}/boot/*.dtb
cp -pP ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}* ${IMAGE_ROOTFS}/../${MACHINE}_bin/
ls ${DEPLOY_DIR_IMAGE}/*.dtb 2> /dev/null && cp -pP ${DEPLOY_DIR_IMAGE}/*.dtb ${IMAGE_ROOTFS}/../${MACHINE}_bin/
mv ${IMAGE_ROOTFS}/../${MACHINE}_bin/${KERNEL_IMAGETYPE}-${MACHINE}.bin ${IMAGE_ROOTFS}/../${MACHINE}_bin/${KERNEL_IMAGETYPE}