From d8e8230f7e945b5eeb903aee2db721dd71cc219f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 9 Sep 2014 11:10:35 +0200 Subject: u-boot: remove don't build the examples patch u-boot.inc no longer builds the standalone examples by default so do patch to not do so is no longer needed. The source tree will no longer be marked as git dirty. --- recipes-bsp/u-boot/files/u-boot-dont-build-standalone.patch | 13 ------------- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 1 - recipes-bsp/u-boot/u-boot-toradex_git.bb | 1 - 3 files changed, 15 deletions(-) delete mode 100644 recipes-bsp/u-boot/files/u-boot-dont-build-standalone.patch (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/files/u-boot-dont-build-standalone.patch b/recipes-bsp/u-boot/files/u-boot-dont-build-standalone.patch deleted file mode 100644 index 684aecb..0000000 --- a/recipes-bsp/u-boot/files/u-boot-dont-build-standalone.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- git/examples/standalone/Makefile~ 2013-07-12 15:35:59.000000000 +0200 -+++ git/examples/standalone/Makefile 2013-07-12 15:36:23.669235562 +0200 -@@ -88,7 +88,9 @@ - CFLAGS_NTR := $(call cc-option,-fno-toplevel-reorder) - CFLAGS += $(CFLAGS_NTR) - --all: $(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN) $(ELF) -+#all: $(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN) $(ELF) -+all: -+ : - - ######################################################################### - $(LIB): $(obj).depend $(LIBOBJS) diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb index 610ccc7..2c237be 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb @@ -15,7 +15,6 @@ DEFAULT_PREFERENCE_apalis-t30 = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" SRC_URI_COLIBRI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri" -SRC_URI_COLIBRI += "file://u-boot-dont-build-standalone.patch" SRC_URI_COLIBRI += "file://fw_env.config" # This revision is based on upstream "v2011.06" SRCREV_COLIBRI = "278ca22a59e3df4dd1e1494e8920a01c172118af" diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb index 716e229..ceb5199 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -16,7 +16,6 @@ DEFAULT_PREFERENCE_apalis-t30 = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" SRC_URI_COLIBRI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=colibri" -SRC_URI_COLIBRI += "file://u-boot-dont-build-standalone.patch" # This revision is based on upstream "v2011.06" SRCREV_COLIBRI = "278ca22a59e3df4dd1e1494e8920a01c172118af" -- cgit v1.2.3