X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=Makefile;h=69da111aa7dc5b8c7ca627b0d3e0246ac64d61d9;hp=9b537e1fe5506274fbf5a201fccd6721f05998c3;hb=7127826ed3c58ef66f65f879619d7e24e0e1f75a;hpb=ef71268253638d2ad0a89f38487de5f513d03d4a diff --git a/Makefile b/Makefile index 9b537e1..69da111 100644 --- a/Makefile +++ b/Makefile @@ -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"' \