[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-73-gbffa0fc
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-01-24 15:58:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via bffa0fc04c61898486501ae26d87c3c3e0ac4d38 (commit)
from 5e0c42b3eef8c7bcd329b8d3eed8ca61d43f7667 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bffa0fc04c61898486501ae26d87c3c3e0ac4d38
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jan 24 16:58:06 2014 +0100
[BUILROOT] remove unsupported command uboot-clean - use uboot-rebuild instead
-----------------------------------------------------------------------
Summary of changes:
.../178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch | 29 --------------------
1 files changed, 0 insertions(+), 29 deletions(-)
delete mode 100644 patches/buildroot/2013.11/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
diff --git a/patches/buildroot/2013.11/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch b/patches/buildroot/2013.11/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
deleted file mode 100644
index 146fc11..0000000
--- a/patches/buildroot/2013.11/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-uboot: add missing UBOOT_CLEAN_CMDS
-
-Signed-off-by: Eric Jarrige <eri...@ar...>
----
- boot/uboot/uboot.mk | 8 ++++++++
- 1 files changed, 8 insertions(+), 0 deletions(-)
-
-diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
-index db9de8d..0a0f762 100644
---- a/boot/uboot/uboot.mk
-+++ b/boot/uboot/uboot.mk
-@@ -113,6 +113,14 @@ define UBOOT_INSTALL_IMAGES_CMDS
- -o $(BINARIES_DIR)/uboot-env.bin $(BR2_TARGET_UBOOT_ENVIMAGE_SOURCE))
- endef
-
-+define UBOOT_CLEAN_CMDS
-+ $(TARGET_CONFIGURE_OPTS) $(UBOOT_CONFIGURE_OPTS) \
-+ $(MAKE) -C $(@D) $(UBOOT_MAKE_OPTS) \
-+ clean
-+ rm -f $(@D)/$(UBOOT_BIN)
-+
-+endef
-+
- define UBOOT_INSTALL_OMAP_IFT_IMAGE
- cp -dpf $(@D)/$(UBOOT_BIN_IFT) $(BINARIES_DIR)/
- endef
---
-1.7.0.4
-
hooks/post-receive
--
armadeus
|