50-override.mk 177 Bytes
Newer Older
1
ifneq ($(DEV_REPO),)
2 3 4
# only MAIN_* should go in this time
IMAGE_PACKAGES_REGEXP = $(MAIN_PACKAGES_REGEXP)
IMAGE_PACKAGES = $(MAIN_PACKAGES) $(call map,list,$(MAIN_LISTS))
5
endif