summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhschang <chang@dev3>2015-10-16 04:15:19 (GMT)
committerhschang <chang@dev3>2015-10-19 09:32:27 (GMT)
commit5e5582814a4d472b1e93907e76be151ad16b1786 (patch)
tree0c14a8f351c0902d095a74871afb1126f89e932f /Makefile
parent31fbe87f034c671e88ceb0f28942f10dfe4fde07 (diff)
Solo4K Support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90c71d2..0f5f4be 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@
# THE SOFTWARE.
#
+SHELL=/bin/bash
+
# Note: You can override all variables by storing them
# in an external file called "make.conf".
-include conf/make.conf
@@ -29,7 +31,7 @@
# This only sets the default value. All platforms now use a shared build
# directory. Run "MACHINE=vuultimo bitbake vuplus-image" to build an image
# for the vuultimo, if it is not the default.
-MACHINE ?= vusolose
+MACHINE ?= vusolo4k
MULTI_TEMPORARILY ?= YES
@@ -220,6 +222,9 @@ $(TOPDIR)/conf/local.conf: $(DEPDIR)/.local.conf.$(MACHINE).$(LOCAL_CONF_HASH)
@echo 'USER_CLASSES = "buildstats"' >> $@
@echo 'include $(DISTRO_INCLUDE_CONF)' >> $@
@echo 'include $(MACHINE_INCLUDE_CONF)' >> $@
+ @if [ "$(MULTI_TEMPORARILY)" == "YES" ] ; then \
+ echo "DEPLOY_DIR_IMAGE = \"\$${DEPLOY_DIR}/images\"" >> $@; \
+ fi
@echo 'INHERIT += "rm_work"' >> $@
BBLAYERS_CONF_HASH := $(call hash, \