summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-09-09 11:10:35 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-10-06 14:07:14 +0200
commit094beca63abfbeaadeddc2ad71eca3a905861d80 (patch)
tree69316094faa0fd90382a05d4f2707086595d9473
parentf3ebb77ea8fcaa4ef9b98874a4bbd2f0fe647d90 (diff)
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.
-rw-r--r--recipes-bsp/u-boot/files/u-boot-dont-build-standalone.patch13
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb1
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_git.bb1
3 files changed, 0 insertions, 15 deletions
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"