Skip to content

Commit

Permalink
stage7: 01-adi-kernel-dts: Delete only .dtbo files
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Chis <raluca.chis@analog.com>
  • Loading branch information
Raluca Chis authored and ccraluca committed Feb 1, 2023
1 parent d4cf9ff commit 49aa797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage7/01-adi-kernel-dts/00-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

rm -rf ${STAGE_WORK_DIR}/rootfs/boot/kernel*.img ${STAGE_WORK_DIR}/rootfs/boot/bcm*.dtb ${STAGE_WORK_DIR}/rootfs/boot/overlays
rm -rf ${STAGE_WORK_DIR}/rootfs/boot/kernel*.img ${STAGE_WORK_DIR}/rootfs/boot/bcm*.dtb ${STAGE_WORK_DIR}/rootfs/boot/overlays/*.dtbo
rm -rf ${STAGE_WORK_DIR}/rootfs/lib/modules/*

if [[ ! -z ${RPI_BOOT} ]]; then
Expand Down

0 comments on commit 49aa797

Please sign in to comment.