default: all SQUASHFS_VERSION=@SQUASHFS_VERSION@ # Include mkimage config file with default definitions include @MKI_PREFIX@/usr/share/mkimage/config.mk # Include autogenerated settings for specific product flavor # Not neccessary for clean family targets. -include stage-autocfg.mk # packagelist stuff include ../functions.mk IMAGE_INIT_LIST = +branding-@BRANDING@-release apt-conf-@APTCONF_PACKAGE@ IMAGE_PACKAGES = branding-@BRANDING@-release \ branding-@BRANDING@-notes \ branding-@BRANDING@-alterator \ branding-@BRANDING@-bootsplash \ branding-@BRANDING@-slideshow \ $(GLOBAL_INSTALL2_PACKAGES) \ $(call list,$(GLOBAL_INSTALL2_PACKAGE_LISTS)) \ $(call list,install2) MKI_PACK_RESULTS = squash:altinst INFO_LABEL = @LABEL@ # Include mkimage targets definitions include @MKI_PREFIX@/usr/share/mkimage/targets.mk all: debug build-image run-image-scripts run-scripts pack-image debug: @test -z "$GLOBAL_VERBOSE" || echo IMAGE_PACKAGES = $(IMAGE_PACKAGES)