X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=Makefile;h=8a7374b32b03b5744fcb4fa4bcd299666869c0cf;hp=5812f372590dec41b76e3cc1ae479a4b55d0852e;hb=9aaf5f225b5fc879acee10a1895b2d4854069a93;hpb=8205d55cd1f4f813c303e01e8bf54b5aa45ce915 diff --git a/Makefile b/Makefile index 5812f37..8a7374b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ # for the vuultimo, if it is not the default. MACHINE ?= vusolose -MULTI_TEMPORARILY ?= YES +MULTI_TEMPORARILY ?= NO # 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,13 +56,13 @@ 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 \ $(CURDIR)/meta-openembedded/meta-multimedia \ $(CURDIR)/meta-openembedded/meta-filesystems \ + $(CURDIR)/meta-openembedded/meta-python \ $(CURDIR)/openembedded-core/meta CONFFILES = \ @@ -89,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:"