summaryrefslogtreecommitdiff
path: root/recipes-bsp
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
commitd8e8230f7e945b5eeb903aee2db721dd71cc219f (patch)
tree8a50d254b19ebacb1445dcf12551c531d840615e /recipes-bsp
parentb2802dfc49c0ae3e272aa8dfde85eeeeaf1c86fb (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.
Diffstat (limited to 'recipes-bsp')
-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"