Attention is currently required from: Hoernchen, osmith.
Hello Hoernchen, Jenkins Builder, fixeria, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41182?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: ysmoOCTSIM/usb/class/dfu: fix missing include
......................................................................
ysmoOCTSIM/usb/class/dfu: fix missing include
Fix for:
../usb/class/dfu/device/dfudf.c:199:17: error: implicit declaration of function 'delay_us' [-Wimplicit-function-declaration]
Change-Id: Ia36d25d47f4d5dc4e38c1ea9c8e193ff52f5b5d1
---
M sysmoOCTSIM/usb/class/dfu/device/dfudf.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/82/41182/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41182?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ia36d25d47f4d5dc4e38c1ea9c8e193ff52f5b5d1
Gerrit-Change-Number: 41182
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Attention is currently required from: Hoernchen, osmith.
Hello Hoernchen, Jenkins Builder, fixeria, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41183?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: contrib/jenkins: use osmo-clean-workspace.sh
......................................................................
contrib/jenkins: use osmo-clean-workspace.sh
Clean the workspace at the beginning, because otherwise the build fails
when running twice in a row. For some reason a pseudo-talloc.h from
libosmocore appears, resulting in:
error: implicit declaration of function 'talloc_report_full'
Change-Id: If2e29ffd5150b57858b46e92e157f83a0cf3a11a
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/83/41183/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41183?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: If2e29ffd5150b57858b46e92e157f83a0cf3a11a
Gerrit-Change-Number: 41183
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
osmith has submitted this change. ( https://gerrit.osmocom.org/c/dahdi-tools/+/41174?usp=email )
Change subject: xpp/echo_loader: make get_ver static
......................................................................
xpp/echo_loader: make get_ver static
Fix the following errors seen with CFLAGS=-g in the master-dahdi-tools
job in jenkins:
/usr/bin/ld: ./.libs/libecholoader.a(libecholoader_la-echo_loader.o): in function `init_octasic':
/build/xpp/echo_loader.c:598:(.text+0x1777): undefined reference to `get_ver'
/usr/bin/ld: ./.libs/libecholoader.a(libecholoader_la-echo_loader.o): in function `echo_ver':
/build/xpp/echo_loader.c:883:(.text+0x2503): undefined reference to `get_ver'
Related: https://stackoverflow.com/a/77501693
Change-Id: I835d82c11f02c9635923d93fa36b46bbb46a9b48
---
M xpp/echo_loader.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
osmith: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
diff --git a/xpp/echo_loader.c b/xpp/echo_loader.c
index 827f6ef..117414e 100644
--- a/xpp/echo_loader.c
+++ b/xpp/echo_loader.c
@@ -564,7 +564,7 @@
return cOCT6100_ERR_OK;
}
-inline int get_ver(struct astribank *astribank)
+static inline int get_ver(struct astribank *astribank)
{
return spi_send(astribank, 0, 0, 1, 1);
}
--
To view, visit https://gerrit.osmocom.org/c/dahdi-tools/+/41174?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: dahdi-tools
Gerrit-Branch: master
Gerrit-Change-Id: I835d82c11f02c9635923d93fa36b46bbb46a9b48
Gerrit-Change-Number: 41174
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>