Lines Matching refs:image
300 # the boot image, which is a collection of other images.
325 $(call pretty,"Target boot image: $@")
331 $(call pretty,"Target boot image: $@")
333 $(hide) $(call assert-max-image-size,$@,$(BOARD_BOOTIMAGE_PARTITION_SIZE),raw)
508 # before the rules that use that variable to build the image.
532 # Recovery image
591 @echo ----- Making recovery image ------
610 @echo ----- Made recovery image -------- $@
611 $(hide) $(call assert-max-image-size,$@,$(BOARD_RECOVERYIMAGE_PARTITION_SIZE),raw)
628 # system yaffs image
630 # First, the "unoptimized" image, which contains .apk/.jar files
644 ## generate an ext2 image
647 @echo "Target system fs image: $(1)"
653 ## generate a yaffs2 image
656 @echo "Target system fs image: $(1)"
665 # The installed image, which may be optimized or unoptimized.
682 # The system partition needs room for the recovery image as well. We
683 # now store the recovery image as a binary patch using the boot image
686 # image size check calculation.
701 @echo "Install system fs image: $@"
703 $(hide) $(call assert-max-image-size,$@ $(RECOVERY_FROM_BOOT_PATCH),$(BOARD_SYSTEMIMAGE_PARTITION_SIZE),yaffs)
712 $(hide) $(call assert-max-image-size,$(INSTALLED_SYSTEMIMAGE),$(BOARD_SYSTEMIMAGE_PARTITION_SIZE),yaffs)
739 # data partition image
744 ## Generate an ext2 image
746 $(call pretty,"Target userdata fs image: $(INSTALLED_USERDATAIMAGE_TARGET)")
749 $(hide) $(call assert-max-image-size,$(INSTALLED_USERDATAIMAGE_TARGET),$(BOARD_USERDATAIMAGE_PARTITION_SIZE),yaffs)
754 ## Generate a yaffs2 image
756 $(call pretty,"Target userdata fs image: $(INSTALLED_USERDATAIMAGE_TARGET)")
759 $(hide) $(call assert-max-image-size,$(INSTALLED_USERDATAIMAGE_TARGET),$(BOARD_USERDATAIMAGE_PARTITION_SIZE),yaffs)
797 # bring in the installer image generation defines if necessary
820 # This zip can be used to create an OTA package or filesystem image
877 @# Components of the recovery image
894 @# Components of the boot image
914 @# Contents of the system image
917 @# Contents of the data image
931 $(hide) echo "boot $(call image-size-from-data-size,$(BOARD_BOOTIMAGE_PARTITION_SIZE))" >> $(zip_root)/META/imagesizes.txt
932 $(hide) echo "recovery $(call image-size-from-data-size,$(BOARD_RECOVERYIMAGE_PARTITION_SIZE))" >> $(zip_root)/META/imagesizes.txt
933 $(hide) echo "system $(call image-size-from-data-size,$(BOARD_SYSTEMIMAGE_PARTITION_SIZE))" >> $(zip_root)/META/imagesizes.txt
934 $(hide) echo "userdata $(call image-size-from-data-size,$(BOARD_USERDATAIMAGE_PARTITION_SIZE))" >> $(zip_root)/META/imagesizes.txt
1025 @# Some parts of the system image
1034 @# Contents of the data image