[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-139-g45a0645
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-03-15 14:26:04
|
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 45a0645d3fc32439f5467dd29586f039beeef4fa (commit)
from 36c79fd3b7b2b7a8b5d72f0e41b3b8e62d32f930 (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 45a0645d3fc32439f5467dd29586f039beeef4fa
Author: Eric Jarrige <eri...@ar...>
Date: Thu Mar 15 15:25:26 2012 +0100
[BUILDROOT] fix uboot cleaning option
-----------------------------------------------------------------------
Summary of changes:
.../178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch | 29 ++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
diff --git a/patches/buildroot/2012.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch b/patches/buildroot/2012.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
new file mode 100644
index 0000000..afe7f82
--- /dev/null
+++ b/patches/buildroot/2012.02/178-uboot-add-missing-UBOOT_CLEAN_CMDS.patch
@@ -0,0 +1,29 @@
+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
+@@ -90,6 +90,14 @@ define UBOOT_INSTALL_IMAGES_CMDS
+ cp -dpf $(@D)/$(UBOOT_BIN) $(BINARIES_DIR)/
+ endef
+
++define UBOOT_CLEAN_CMDS
++ $(TARGET_CONFIGURE_OPTS) $(UBOOT_CONFIGURE_OPTS) \
++ $(MAKE) -C $(@D) $(UBOOT_MAKE_OPTS) \
++ clean
++ rm -f $(@D)/$(UBOOT_BIN)
++
++endef
++
+ $(eval $(call GENTARGETS))
+
+ ifeq ($(BR2_TARGET_UBOOT),y)
+--
+1.7.0.4
+
hooks/post-receive
--
armadeus
|