소스 검색

swupdate-image: remove image_types_uboot image class

As of poky commit e18cec7 image_types_uboot.bbclass has been removed and its
features integrated in image_types.bbclass. As a consequence it's no more
needed to include image_types_uboot in the IMAGE_CLASSES.

Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Diego Rondini 8 년 전
부모
커밋
f6cc4b60fd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      recipes-extended/images/swupdate-image.bb

+ 0 - 1
recipes-extended/images/swupdate-image.bb

@@ -21,7 +21,6 @@ export SYSVINIT = "no"
 
 LICENSE = "MIT"
 
-IMAGE_CLASSES += " image_types_uboot"
 IMAGE_FSTYPES = "ext4.gz.u-boot"
 
 IMAGE_ROOTFS_SIZE = "8192"