Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
black-device committed Jan 20, 2023
1 parent 0918fc5 commit 847e533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/recipes/88_blackdevice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
- action: run
description: Copy DTB Overlays UART5
chroot: true
command: sh -c "cp -av overlays/custom/rk3568-uart5-m0.dtbo /boot/dtbs/*/rockchip/overlays/rk3568-uart5-m0.dtbo"
command: sh -c "cp -av custom/rk3568-uart5-m0.dtbo /boot/dtbs/*/rockchip/overlays/rk3568-uart5-m0.dtbo"

- action: run
description: Copy DTB Overlays UART6
chroot: true
command: sh -c "cp -av overlays/custom/rk3568-uart6-m1.dtbo /boot/dtbs/*/rockchip/overlays/rk3568-uart6-m1.dtbo"
command: sh -c "cp -av custom/rk3568-uart6-m1.dtbo /boot/dtbs/*/rockchip/overlays/rk3568-uart6-m1.dtbo"

#- action: overlay
# description: overlay Blackdevice copy dtbo.
Expand Down

0 comments on commit 847e533

Please sign in to comment.