|
|
|
@ -124,17 +124,17 @@ 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)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%-upload: | build.$(subst -upload,,%) git/poky
|
|
|
|
|
$(Q)cd build.$(CUR_MACHINE) && ../scripts/upload-build.sh $(CUR_MACHINE) $(FEED_NAME)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Create all build directories, build everything, upload everything, clean everything
|
|
|
|
|
setup-all: | $(foreach machine, $(MACHINES), $(machine)-setup)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build-all: | $(foreach machine, $(MACHINES), $(machine)-build)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
upload-all: | $(foreach machine, $(MACHINES), $(machine)-upload)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean-all: | $(foreach machine, $(MACHINES), $(machine)-clean)
|
|
|
|
|
|
|
|
|
|
make-server-structure:
|
|
|
|
@ -146,7 +146,7 @@ endif
|
|
|
|
|
mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-testing; \
|
|
|
|
|
mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-nightly; \
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install-ssh-config: | $(HOME)/.ssh
|
|
|
|
|
ifndef SSH_HOST
|
|
|
|
|