osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41183?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)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(-)
Approvals:
laforge: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 0bf6771..0e3e414 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -14,6 +14,7 @@
inst="$TOPDIR/install"
export deps inst
+osmo-clean-workspace.sh
echo
echo "=============== libosmocore host build ==========="
--
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: merged
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-Reviewer: osmith <osmith(a)sysmocom.de>
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41182?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)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(-)
Approvals:
laforge: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/sysmoOCTSIM/usb/class/dfu/device/dfudf.c b/sysmoOCTSIM/usb/class/dfu/device/dfudf.c
index 5e5db89..d9b5520 100644
--- a/sysmoOCTSIM/usb/class/dfu/device/dfudf.c
+++ b/sysmoOCTSIM/usb/class/dfu/device/dfudf.c
@@ -22,7 +22,7 @@
#include "dfudf.h"
#include "usb_dfu.h"
-
+#include "hal_delay.h"
/** USB Device DFU Function Specific Data */
struct dfudf_func_data {
--
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: merged
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-Reviewer: osmith <osmith(a)sysmocom.de>