X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=Makefile;h=90c71d2ec3504362d377fbe0ae3cc35fe804dc6a;hp=a8e7a314a8a1552a2611ebd09dd1a4e5f6f85def;hb=31fbe87f034c671e88ceb0f28942f10dfe4fde07;hpb=62c6cf38a4fc3b98419de1d11e50320c2acfd453 diff --git a/Makefile b/Makefile index a8e7a31..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. @@ -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 \