diff --git a/Makefile b/Makefile index 3becbb2..fb2d1bf 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ build.%: | git/poky # Start a build.. %-build: | build.$(subst -build,,%) git/poky - $(Q)/bin/bash -c "source git/poky/oe-init-build-env build.$(CUR_MACHINE) && bitbake $(BUILD_TARGETS)" + $(Q)/bin/bash -c "source git/poky/oe-init-build-env build.$(CUR_MACHINE) && bitbake $(BUILD_TARGETS) && bitbake package-index" %-upload: | build.$(subst -upload,,%) git/poky $(Q)cd build.$(CUR_MACHINE) && ../scripts/upload-build.sh $(CUR_MACHINE) $(FEED_NAME)