blob: 21649269e0b5441023792e81abcb826d6d5e573b [file] [log] [blame]
Pau Espin Pedrolbf909172019-02-21 18:44:05 +01001#!/bin/sh
2set -e -x
3
4_poky_version="$POKY_VERSION"
5_poky_path="$POKY_PATH"
6
7[ -z "$_poky_version" ] && _poky_version="2.3.2"
8[ -z "$_poky_path" ] && _poky_path="/opt/poky/$_poky_version"
9
10. "$_poky_path/environment-setup-armv5te-poky-linux-gnueabi"
11
12# Cross-compilation: all installations need to be put in the sysmo SDK sysroot
13export DESTDIR="$_poky_path/sysroots/armv5te-poky-linux-gnueabi"
14
15base="$PWD"
16name="osmo-pcu-oc2g"
17prefix="/usr/local/jenkins-build/inst-$name"
18prefix_real="$DESTDIR$prefix"
19. "$(dirname "$0")/jenkins-build-common.sh"
20
21build_repo libosmocore --disable-pcsc --disable-doxygen --disable-gnutls
22build_repo osmo-pcu --disable-sysmocom-dsp
23
24create_bin_tgz osmo-pcu