[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-243-g53de633
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-04-30 09:47:47
|
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 53de6332e709b4224c63940549b3092f7ce4d9fe (commit)
from 7e5e50485e71b0cbf764a42994ad7a597db59b43 (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 53de6332e709b4224c63940549b3092f7ce4d9fe
Author: Julien Boibessot <jul...@ar...>
Date: Wed Apr 30 11:42:36 2014 +0200
[BUILDROOT] Add sam7_pgm-ng package
-----------------------------------------------------------------------
Summary of changes:
.../010-armadeus-sam7-pgm-ng-new-package.patch | 50 ++++++++++++++++++++
patches/buildroot/2013.11/cleanup_buildroot.sh | 1 +
2 files changed, 51 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/010-armadeus-sam7-pgm-ng-new-package.patch
diff --git a/patches/buildroot/2013.11/010-armadeus-sam7-pgm-ng-new-package.patch b/patches/buildroot/2013.11/010-armadeus-sam7-pgm-ng-new-package.patch
new file mode 100644
index 0000000..a4463e1
--- /dev/null
+++ b/patches/buildroot/2013.11/010-armadeus-sam7-pgm-ng-new-package.patch
@@ -0,0 +1,50 @@
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2014-04-28 19:58:00.810406963 +0200
++++ buildroot/package/Config.in 2014-04-28 19:59:07.122735790 +0200
+@@ -347,6 +347,7 @@
+ source "package/rng-tools/Config.in"
+ source "package/rpi-userland/Config.in"
+ source "package/sane-backends/Config.in"
++source "package/sam7-pgm-ng/Config.in"
+ source "package/sdparm/Config.in"
+ source "package/setserial/Config.in"
+ source "package/sg3_utils/Config.in"
+Index: buildroot/package/sam7-pgm-ng/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/sam7-pgm-ng/Config.in 2014-04-28 21:14:16.129094736 +0200
+@@ -0,0 +1,7 @@
++config BR2_PACKAGE_SAM7_PGM_NG
++ bool "sam7_pgm-ng"
++ help
++ Armadeus fork of SAM7_PGM (with some cleanup).
++
++ https://github.com/Martoni/SAM7_PGM-NG
++ http://www.pjrc.com/arm/sam7_pgm/
+Index: buildroot/package/sam7-pgm-ng/sam7-pgm-ng.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/sam7-pgm-ng/sam7-pgm-ng.mk 2014-04-28 21:11:59.856418999 +0200
+@@ -0,0 +1,21 @@
++################################################################################
++#
++# sam7-pgm-ng
++#
++################################################################################
++
++SAM7_PGM_NG_VERSION = 3a837382ae2deda6796aedd594be18503ad8ad96
++SAM7_PGM_NG_SITE = https://github.com/Martoni/SAM7_PGM-NG
++SAM7_PGM_NG_SITE_METHOD = git
++SAM7_PGM_NG_LICENSE = GPLv2+
++SAM7_PGM_NG_LICENSE_FILES = COPYING
++
++define SAM7_PGM_NG_BUILD_CMDS
++ $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
++endef
++
++define SAM7_PGM_NG_INSTALL_TARGET_CMDS
++ $(INSTALL) -D -m 0755 $(@D)/sam7_pgm $(TARGET_DIR)/usr/bin/sam7_pgm
++endef
++
++$(eval $(generic-package))
diff --git a/patches/buildroot/2013.11/cleanup_buildroot.sh b/patches/buildroot/2013.11/cleanup_buildroot.sh
index 6816363..859670a 100755
--- a/patches/buildroot/2013.11/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.11/cleanup_buildroot.sh
@@ -86,3 +86,4 @@ rm -rf buildroot/package/owfs/
rm -rf buildroot/package/agg/
rm -rf buildroot/package/gnash/
rm -rf buildroot/package/xc3sprog/
+rm -rf buildroot/package/sam7-pgm-ng/
hooks/post-receive
--
armadeus
|