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
commit40191483d8c97612067cdc05f8b5d532f87bb3bb (patch)
treeebc08429a05a5ec91d6117eaa7cf2e854bd2f1da /recipes-bsp
parenta8a2463cf23e30cf56c0c6cd67cb2ad12c4ef579 (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
1 files changed, 0 insertions, 13 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)