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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8 (commit)
from 54ca30c8d3b26285bcf2f960265b2a50469f3af3 (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 -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ba58167e1bf6ff8815c4e9e0d7b0…
commit ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8
Author: blobb <dr.blobb(a)gmail.com>
Date: Wed May 24 16:09:45 2017 +0200
Introduce build script for arm-none-eabi cross-compilations
This is a necessary step to use libosmocore-arm dep in OsmocomBB.
After this patch is submitted the "./contrib/jenkins.sh" line in
libosmocore jenkins jobs [1][2] needs to be replaced with:
if [[ "$JOB_NAME" ==
*"arch=arm-none-eabi,label=linux_amd64_debian8"* ]]
then
./contrib/jenkins-arm.sh
else
# (FreeBSD && debian8)_amd64 builds
./contrib/jenkins.sh
fi
Furthermore, the "arch" matrix-build axis has to be created,
holding "arm-none-eabi". Following combination filter is
necessary to skip cross-compilations on FreeBSD buildslave:
!(arch=="arm-none-eabi" && label=="FreeBSD_amd64")
[1]
https://jenkins.osmocom.org/jenkins/job/libosmocore/
[2]
https://jenkins.osmocom.org/jenkins/job/libosmocore-gerrit/
Change-Id: I9e07fb9e60830dbd585f22d9c658c46252ce399f
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins-arm.sh | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100755 contrib/jenkins-arm.sh
hooks/post-receive
--
An utility library for Open Source Mobile Communications