diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-11-14 13:53:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-14 13:53:04 +0100 |
commit | 004456ed74f5af940d77aa46f8ca7d7c9bbb4d85 (patch) | |
tree | 0017cb1186b7e718596044ef4150f9a24b243c18 /classes/sota_raspberrypi.bbclass | |
parent | 4fd7d8023d8e447cd3d2289a837b82f006be4041 (diff) | |
parent | fa24b716dd21b874975ae8e1a0978a3356c94dc6 (diff) | |
download | meta-updater-004456ed74f5af940d77aa46f8ca7d7c9bbb4d85.tar.gz |
Merge pull request #629 from advancedtelematic/fix/rpi3-uart
Fix uart output on recent raspberrypi3
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-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 " |