From cc891785bbe41582c4e02468508f629ec1efbbf1 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 ------------- 1 file changed, 13 deletions(-) delete mode 100644 recipes-bsp/u-boot/files/u-boot-dont-build-standalone.patch 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) -- cgit v1.2.3