diff options
-rw-r--r-- | classes/sota_raspberrypi.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass index c901a70..d5d89a9 100644 --- a/classes/sota_raspberrypi.bbclass +++ b/classes/sota_raspberrypi.bbclass | |||
@@ -44,9 +44,9 @@ IMAGE_BOOT_FILES_sota = "bcm2835-bootfiles/* \ | |||
44 | " | 44 | " |
45 | 45 | ||
46 | # OSTree puts its own boot.scr to bcm2835-bootfiles | 46 | # OSTree puts its own boot.scr to bcm2835-bootfiles |
47 | # raspberrypi4 needs dtb in /boot partition so that they can be read by the | 47 | # rpi4 and recent rpi3 firmwares needs dtb in /boot partition |
48 | # firmware | 48 | # so that they can be read by the firmware |
49 | IMAGE_BOOT_FILES_append_sota_raspberrypi4 = "${@make_dtb_boot_files(d)}" | 49 | IMAGE_BOOT_FILES_append_sota = "${@make_dtb_boot_files(d)}" |
50 | 50 | ||
51 | # Just the overlays that will be used should be listed | 51 | # Just the overlays that will be used should be listed |
52 | KERNEL_DEVICETREE_raspberrypi2_sota ?= " bcm2709-rpi-2-b.dtb " | 52 | KERNEL_DEVICETREE_raspberrypi2_sota ?= " bcm2709-rpi-2-b.dtb " |