Browse Source

sdcard_image-rpi.bbclass: Fix IMAGE_TYPEDEP override to use new syntax

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 4 năm trước cách đây
mục cha
commit
c7f4c739a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      classes/sdcard_image-rpi.bbclass

+ 1 - 1
classes/sdcard_image-rpi.bbclass

@@ -23,7 +23,7 @@ inherit image_types
 # 0                      4MiB     4MiB + 48MiB       4MiB + 48Mib + SDIMG_ROOTFS
 
 # This image depends on the rootfs image
-IMAGE_TYPEDEP_rpi-sdimg = "${SDIMG_ROOTFS_TYPE}"
+IMAGE_TYPEDEP:rpi-sdimg = "${SDIMG_ROOTFS_TYPE}"
 
 # Kernel image name
 SDIMG_KERNELIMAGE:raspberrypi  ?= "kernel.img"