X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=Makefile;h=0f2f4580968122fcc8fdf51d9ef00042cb93cf2d;hb=edeee9889cc4eeca3757105001ed1655aedd5817;hp=9b537e1fe5506274fbf5a201fccd6721f05998c3;hpb=ef71268253638d2ad0a89f38487de5f513d03d4a;p=vuplus_openvuplus diff --git a/Makefile b/Makefile index 9b537e1..0f2f458 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ -include conf/make.conf # Target platform: -# vusolo, bm750, vuuno, vuultimo, vuduo2 +# vusolo, bm750, vuuno, vuultimo, vusolo2, vuduo2 # # This only sets the default value. All platforms now use a shared build # directory. Run "MACHINE=vuultimo bitbake vuplus-image" to build an image @@ -179,6 +179,7 @@ BITBAKE_ENV_HASH := $(call hash, \ $(TOPDIR)/bitbake.env: $(DEPDIR)/.bitbake.env.$(BITBAKE_ENV_HASH) @echo '[*] Generating $@' + @test -d $(@D) || mkdir -p $(@D) @echo '# Automatically generated file. Do not edit!' > $@ @echo 'export PATH=$(CURDIR)/openembedded-core/scripts:$(CURDIR)/bitbake/bin:$${PATH}' >> $@ @@ -215,6 +216,7 @@ $(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)' >> $@ +# @echo 'INHERIT+="rm_work"' >> $@ BBLAYERS_CONF_HASH := $(call hash, \ 'BBLAYERS_CONF_VERSION = "0"' \