[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-268-g15a33a2
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2017-04-06 06:36:36
|
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 15a33a2e60682b66e3ebb9f0436361a288fd76b9 (commit)
via 0dcf55557fb376cd82e6a0f6cae7b27b46189c2a (commit)
from b45039ba27c2afe39e7837e809d86f06f953f7a5 (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 15a33a2e60682b66e3ebb9f0436361a288fd76b9
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Apr 6 08:41:47 2017 +0200
[BUILDROOT] Bump to Buildroot 2017.02.1
commit 0dcf55557fb376cd82e6a0f6cae7b27b46189c2a
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Apr 5 17:33:41 2017 +0200
.gitignore: add buildroot/DEVELOPERS file
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
Makefile | 2 +-
patches/buildroot/2017.02.1 | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
create mode 120000 patches/buildroot/2017.02.1
diff --git a/.gitignore b/.gitignore
index ecceba5..b081b47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/downloads
+/buildroot/DEVELOPERS
*~
*.pyc
armadeus_env.sh
diff --git a/Makefile b/Makefile
index ad80695..b57cabd 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ ARMADEUS_TOPDIR:=$(shell pwd)
export ARMADEUS_TOPDIR
#--- User configurable stuff:
-BUILDROOT_VERSION=2017.02
+BUILDROOT_VERSION=2017.02.1
include ./Makefile.in
BUILDROOT_SITE:=https://buildroot.org/downloads
BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot/$(BUILDROOT_VERSION)
diff --git a/patches/buildroot/2017.02.1 b/patches/buildroot/2017.02.1
new file mode 120000
index 0000000..e9fe20f
--- /dev/null
+++ b/patches/buildroot/2017.02.1
@@ -0,0 +1 @@
+2017.02
\ No newline at end of file
hooks/post-receive
--
armadeus
|