diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 20:00:20 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-04 12:30:12 +0300 |
| commit | 3f703e1b1d8c523ef244e24f316079c80e02b1ab (patch) | |
| tree | 39d8380a646953388d13dd3aa9d7454088e1a6ca /classes | |
| parent | 9ea7aa2cd2cdc775425797b689e782718896ea50 (diff) | |
| download | meta-raspberrypi-3f703e1b1d8c523ef244e24f316079c80e02b1ab.tar.gz | |
Manually fix conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/sdcard_image-rpi.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 7b06936..639cc41 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
| @@ -23,7 +23,7 @@ inherit image_types | |||
| 23 | # 0 4MiB 4MiB + 48MiB 4MiB + 48Mib + SDIMG_ROOTFS | 23 | # 0 4MiB 4MiB + 48MiB 4MiB + 48Mib + SDIMG_ROOTFS |
| 24 | 24 | ||
| 25 | # This image depends on the rootfs image | 25 | # This image depends on the rootfs image |
| 26 | IMAGE_TYPEDEP:rpi-sdimg = "${SDIMG_ROOTFS_TYPE}" | 26 | IMAGE_TYPEDEP_rpi-sdimg = "${SDIMG_ROOTFS_TYPE}" |
| 27 | 27 | ||
| 28 | # Kernel image name | 28 | # Kernel image name |
| 29 | SDIMG_KERNELIMAGE:raspberrypi ?= "kernel.img" | 29 | SDIMG_KERNELIMAGE:raspberrypi ?= "kernel.img" |
| @@ -50,7 +50,7 @@ inherit kernel-artifact-names | |||
| 50 | 50 | ||
| 51 | RPI_SDIMG_EXTRA_DEPENDS ?= "" | 51 | RPI_SDIMG_EXTRA_DEPENDS ?= "" |
| 52 | 52 | ||
| 53 | do_image:rpi_sdimg[depends] = " \ | 53 | do_image_rpi_sdimg[depends] = " \ |
| 54 | parted-native:do_populate_sysroot \ | 54 | parted-native:do_populate_sysroot \ |
| 55 | mtools-native:do_populate_sysroot \ | 55 | mtools-native:do_populate_sysroot \ |
| 56 | dosfstools-native:do_populate_sysroot \ | 56 | dosfstools-native:do_populate_sysroot \ |
| @@ -62,7 +62,7 @@ do_image:rpi_sdimg[depends] = " \ | |||
| 62 | ${RPI_SDIMG_EXTRA_DEPENDS} \ | 62 | ${RPI_SDIMG_EXTRA_DEPENDS} \ |
| 63 | " | 63 | " |
| 64 | 64 | ||
| 65 | do_image:rpi_sdimg[recrdeps] = "do_build" | 65 | do_image_rpi_sdimg[recrdeps] = "do_build" |
| 66 | 66 | ||
| 67 | # SD card image name | 67 | # SD card image name |
| 68 | SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.rpi-sdimg" | 68 | SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.rpi-sdimg" |
