[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-18-g27543ad
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2014-01-10 16:03:16
|
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 27543ad72aea18ec44e3d7418bd37380d7818eb7 (commit)
from 02d2e62868977e7ed250d025267dc274dcc246ba (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 27543ad72aea18ec44e3d7418bd37380d7818eb7
Author: Sébastien Szymanski <ss...@us...>
Date: Fri Jan 10 17:01:11 2014 +0100
[BUILDROOT] add mmc-utils package.
-----------------------------------------------------------------------
Summary of changes:
.../2013.11/215-mmc-utils-add_package.patch | 51 ++++++++++++++++++++
patches/buildroot/2013.11/cleanup_buildroot.sh | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/215-mmc-utils-add_package.patch
diff --git a/patches/buildroot/2013.11/215-mmc-utils-add_package.patch b/patches/buildroot/2013.11/215-mmc-utils-add_package.patch
new file mode 100644
index 0000000..37d59f9
--- /dev/null
+++ b/patches/buildroot/2013.11/215-mmc-utils-add_package.patch
@@ -0,0 +1,51 @@
+Index: buildroot/package/mmc-utils/Config.in
+===================================================================
+--- /dev/null
++++ buildroot/package/mmc-utils/Config.in
+@@ -0,0 +1,6 @@
++config BR2_PACKAGE_MMC_UTILS
++ bool "mmc-utils"
++ help
++ MMC utils
++
++ https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git
+Index: buildroot/package/mmc-utils/mmc-utils.mk
+===================================================================
+--- /dev/null
++++ buildroot/package/mmc-utils/mmc-utils.mk
+@@ -0,0 +1,23 @@
++################################################################################
++#
++# mmc-utils
++#
++################################################################################
++
++MMC_UTILS_VERSION = 11f2ceabc4ad3f0dd568e0ce68166e4803e0615b
++MMC_UTILS_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
++MMC_UTILS_LICENSE = GPLv2
++
++define MMC_UTILS_BUILD_CMDS
++ $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
++endef
++
++define MMC_UTILS_INSTALL_TARGET_CMDS
++ $(INSTALL) -D -m 0755 $(@D)/mmc $(TARGET_DIR)/usr/bin/mmc
++endef
++
++define MMC_UTILS_UNINSTALL_TARGET_CMDS
++ $(RM) $(TARGET_DIR)/usr/bin/mmc
++endef
++
++$(eval $(generic-package))
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in
++++ buildroot/package/Config.in
+@@ -328,6 +328,7 @@ source "package/mdadm/Config.in"
+ source "package/media-ctl/Config.in"
+ source "package/memtester/Config.in"
+ source "package/minicom/Config.in"
++source "package/mmc-utils/Config.in"
+ source "package/nanocom/Config.in"
+ source "package/neard/Config.in"
+ source "package/ofono/Config.in"
diff --git a/patches/buildroot/2013.11/cleanup_buildroot.sh b/patches/buildroot/2013.11/cleanup_buildroot.sh
index 78e5e91..c8e16cc 100755
--- a/patches/buildroot/2013.11/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.11/cleanup_buildroot.sh
@@ -79,3 +79,4 @@ rm -rf buildroot/package/gpsd/
rm -rf buildroot/linux/
rm -rf buildroot/package/freescale-imx/imx-lib/*.patch
rm -rf buildroot/package/libpng/
+rm -rf buildroot/package/mmc-utils/
hooks/post-receive
--
armadeus
|