|
@@ -68,6 +68,8 @@ define Profile
|
|
|
$(eval $(call ProfileDefault))
|
|
|
$(eval $(call Profile/$(1)))
|
|
|
dumpinfo : $(call shexport,Profile/$(1)/Description)
|
|
|
+ DEFAULT_PACKAGES := $(filter-out $(patsubst -%,%,$(filter -%,$(PACKAGES))),$(DEFAULT_PACKAGES))
|
|
|
+ PACKAGES := $(filter-out -%,$(PACKAGES))
|
|
|
DUMPINFO += \
|
|
|
echo "Target-Profile: $(1)"; \
|
|
|
$(if $(PRIORITY), echo "Target-Profile-Priority: $(PRIORITY)"; ) \
|