diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-04 15:25:47 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-09 15:28:18 +0300 |
commit | c7f4c739a3762b9a39696898876f242b17df6f59 (patch) | |
tree | 6114080a51e12f53ec3296d720f3e67451903696 /classes/sdcard_image-rpi.bbclass | |
parent | 86015f0957cd754d03a4187cc376cf9218848cdd (diff) | |
download | meta-raspberrypi-c7f4c739a3762b9a39696898876f242b17df6f59.tar.gz |
sdcard_image-rpi.bbclass: Fix IMAGE_TYPEDEP override to use new syntax
Signed-off-by: Khem Raj <raj.khem@gmail.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 639cc41..a3a6939 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" |