From 0f3b5cca28a0f5e8d6a583315dbf6990cbd258f7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 4 Aug 2017 12:44:26 +0200 Subject: [PATCH 1/3] gitignore: Add downloads dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 117c38e..a5b9a52 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ cfg/*/99_do_not_commit git/ build.* *.sw? +downloads/ From e79c8f39aa400649522b6fa8fe200fb79aa02346 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 6 Aug 2017 23:24:23 +0800 Subject: [PATCH 2/3] Makefile: Fix the clean target by re-ordering The sstate cleaning requires a tmp directory. So don't delete it first. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c21fde3..a3bda96 100644 --- a/Makefile +++ b/Makefile @@ -129,8 +129,8 @@ build.%: | git/poky $(Q)cd build.$(CUR_MACHINE) && ../scripts/upload-build.sh $(CUR_MACHINE) $(FEED_NAME) %-clean: | build.$(subst -clean,,%) git/poky - $(Q)cd build.$(CUR_MACHINE) && rm -rf tmp $(Q)cd build.$(CUR_MACHINE) && ../git/poky/scripts/sstate-cache-management.sh --cache-dir=sstate-cache -y -L --stamps-dir=tmp/stamps/ + $(Q)cd build.$(CUR_MACHINE) && rm -rf tmp # Create all build directories, build everything, upload everything, clean everything setup-all: | $(foreach machine, $(MACHINES), $(machine)-setup) From 37871e300741ba0dbe7b91e25b2dff78621a2f9a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 6 Aug 2017 23:31:27 +0800 Subject: [PATCH 3/3] Makefile: Update location of meta-telephony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3bda96..bd9e12c 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ git/poky: | git git/meta-sysmocom-bsp: | git cd git && git clone --branch=$(SYSMOCOM_RELEASE) git://git.sysmocom.de/poky/meta-sysmocom-bsp git/meta-telephony: | git - cd git && git clone --branch=$(SYSMOCOM_RELEASE) git://github.com/sysmocom/meta-telephony + cd git && git clone --branch=$(SYSMOCOM_RELEASE) git://git.osmocom.org/meta-telephony git/meta-smalltalk: | git cd git && git clone --branch=$(SYSMOCOM_RELEASE) git://github.com/sysmocom/meta-smalltalk git/meta-qt5: | git