[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-90-g1e568f4c5
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-06-26 11:48:43
|
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 1e568f4c55b230c123333fbf1686a650d73af48c (commit)
from 3861c674317245fa0aa4774f79b1b51ec9106ffd (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 1e568f4c55b230c123333fbf1686a650d73af48c
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jun 26 11:57:38 2019 +0200
[BUILDROOT] 2019.02: pci_debug: add hash and update for BR 2019.02
-----------------------------------------------------------------------
Summary of changes:
.../018-armadeus-add-pcidebug-package.patch | 26 +++++++++++++---------
patches/buildroot/2019.02/cleanup_buildroot.sh | 1 +
2 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/patches/buildroot/2019.02/018-armadeus-add-pcidebug-package.patch b/patches/buildroot/2019.02/018-armadeus-add-pcidebug-package.patch
index ce260c1a4..82cd0ca7f 100644
--- a/patches/buildroot/2019.02/018-armadeus-add-pcidebug-package.patch
+++ b/patches/buildroot/2019.02/018-armadeus-add-pcidebug-package.patch
@@ -2,14 +2,14 @@ Index: buildroot/package/Config.in
===================================================================
--- buildroot.orig/package/Config.in
+++ buildroot/package/Config.in
-@@ -422,6 +422,7 @@ endif
- source "package/openpowerlink/Config.in"
- source "package/owl-linux/Config.in"
- source "package/parted/Config.in"
+@@ -491,6 +491,7 @@ endmenu
+ source "package/openpowerlink/Config.in"
+ source "package/owl-linux/Config.in"
+ source "package/parted/Config.in"
+ source "package/pci_debug/Config.in"
- source "package/pciutils/Config.in"
- source "package/picocom/Config.in"
- source "package/pifmrds/Config.in"
+ source "package/pciutils/Config.in"
+ source "package/pdbg/Config.in"
+ source "package/picocom/Config.in"
Index: buildroot/package/pci_debug/Config.in
===================================================================
--- /dev/null
@@ -33,7 +33,7 @@ Index: buildroot/package/pci_debug/pci_debug.mk
===================================================================
--- /dev/null
+++ buildroot/package/pci_debug/pci_debug.mk
-@@ -0,0 +1,25 @@
+@@ -0,0 +1,24 @@
+################################################################################
+#
+# pci_debug
@@ -43,11 +43,10 @@ Index: buildroot/package/pci_debug/pci_debug.mk
+PCI_DEBUG_VERSION = 2012.03
+PCI_DEBUG_SITE = http://www.ovro.caltech.edu/%7Edwh/correlator/pdf
+PCI_DEBUG_SOURCE = altera_pcie.zip
-+#PCI_DEBUG_LICENSE = ????
+PCI_DEBUG_DEPENDENCIES = readline
+
+define PCI_DEBUG_EXTRACT_CMDS
-+ unzip $(DL_DIR)/$(PCI_DEBUG_SOURCE) -d $(@D)
++ unzip $(PCI_DEBUG_DL_DIR)/$(PCI_DEBUG_SOURCE) -d $(@D)
+endef
+
+define PCI_DEBUG_BUILD_CMDS
@@ -59,3 +58,10 @@ Index: buildroot/package/pci_debug/pci_debug.mk
+endef
+
+$(eval $(generic-package))
+Index: buildroot/package/pci_debug/pci_debug.hash
+===================================================================
+--- /dev/null
++++ buildroot/package/pci_debug/pci_debug.hash
+@@ -0,0 +1,2 @@
++# Locally computed:
++sha256 1f52789a79bafa671ab0878f56dde2ab3fc2b7f2eb1560477d8a2eb1d158e6fc altera_pcie.zip
diff --git a/patches/buildroot/2019.02/cleanup_buildroot.sh b/patches/buildroot/2019.02/cleanup_buildroot.sh
index 1e98fe334..01fe616f6 100755
--- a/patches/buildroot/2019.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2019.02/cleanup_buildroot.sh
@@ -70,6 +70,7 @@ rm -rf buildroot/package/matiec/Config.in
rm -rf buildroot/package/matiec/host-matiec-001-fix_bison_compilation_error.patch
rm -rf buildroot/package/matiec/matiec.mk
rm -rf buildroot/package/pci_debug/Config.in
+rm -rf buildroot/package/pci_debug/pci_debug.hash
rm -rf buildroot/package/pci_debug/pci_debug.mk
rm -rf buildroot/package/python-pygame/Config.in
rm -rf buildroot/package/python-wx/Config.in
hooks/post-receive
--
armadeus
|