build: remove useless core feed for mt798x

This commit is contained in:
hanwckf 2023-08-08 20:40:45 +08:00
parent ba3445d600
commit 2828f34bee

View File

@ -30,7 +30,8 @@ endef
# 1: destination file
define FeedSourcesAppend
( \
echo 'src/gz %d_core %U/targets/%S/packages'; \
$(if $(filter-out mt798%, $(if $(SUBTARGET),$(SUBTARGET),generic)), \
echo 'src/gz %d_core %U/targets/%S/packages';, echo -n '';) \
$(strip $(if $(CONFIG_PER_FEED_REPO), \
echo 'src/gz %d_base %U/packages/%A/base'; \
$(if $(filter %SNAPSHOT-y,$(VERSION_NUMBER)-$(CONFIG_BUILDBOT)), \