X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=Makefile;h=90c71d2ec3504362d377fbe0ae3cc35fe804dc6a;hp=394159a9f9b6ebbfe62cf91ace3a8389771fc3ec;hb=525b48bea2ec470a6450d6fad154d605741d2d86;hpb=2ecbc9b23df48ce352089877a5b66d9671e7ad2e diff --git a/Makefile b/Makefile index 394159a..90c71d2 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ # for the vuultimo, if it is not the default. MACHINE ?= vusolose -MULTI_TEMPORARILY ?= NO +MULTI_TEMPORARILY ?= YES # Adjust according to the number CPU cores to use for parallel build. # Default: Number of processors in /proc/cpuinfo, if present, or 1. @@ -43,7 +43,7 @@ XSUM ?= md5sum BUILD_DIR = $(CURDIR)/build TOPDIR = $(BUILD_DIR)/$(MACHINE) -DL_DIR = $(CURDIR)/resource/sources +DL_DIR = $(CURDIR)/sources ifeq ($(MULTI_TEMPORARILY), YES) SSTATE_DIR = $(TOPDIR)/sstate-cache @@ -56,8 +56,7 @@ DEPDIR = $(BUILD_DIR)/.deps endif BBLAYERS ?= \ - $(CURDIR)/meta-bsp/$(MACHINE) \ - $(CURDIR)/meta-bsp/common \ + $(CURDIR)/meta-bsp \ $(CURDIR)/meta-openvuplus \ $(CURDIR)/meta-openembedded/meta-oe \ $(CURDIR)/meta-openembedded/meta-networking \ @@ -90,6 +89,7 @@ $(BBLAYERS): [ -d $@ ] || $(MAKE) $(MFLAGS) update init: $(BBLAYERS) $(CONFFILES) + @if [ ! -e $(CURDIR)/sources ]; then mkdir -p $(CURDIR)/sources; fi help: @echo "Your options:"