diff options
| author | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:43:18 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:44:07 +0100 |
| commit | 844827a3d265fbde0467c5687747662ceb49a938 (patch) | |
| tree | 545d37c830534b43da2533efd402d9068cc15148 /classes/sdcard_image-rpi.bbclass | |
| parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
| download | meta-raspberrypi-ag/override.tar.gz | |
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of
"_".
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'classes/sdcard_image-rpi.bbclass')
| -rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index e803a0d..b43c4aa 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
| @@ -87,7 +87,7 @@ def split_overlays(d, out, ver=None): | |||
| 87 | 87 | ||
| 88 | return overlays | 88 | return overlays |
| 89 | 89 | ||
| 90 | IMAGE_CMD_rpi-sdimg () { | 90 | IMAGE_CMD:rpi-sdimg () { |
| 91 | 91 | ||
| 92 | # Align partitions | 92 | # Align partitions |
| 93 | BOOT_SPACE_ALIGNED=$(expr ${BOOT_SPACE} + ${IMAGE_ROOTFS_ALIGNMENT} - 1) | 93 | BOOT_SPACE_ALIGNED=$(expr ${BOOT_SPACE} + ${IMAGE_ROOTFS_ALIGNMENT} - 1) |
