summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_version.sh
blob: 1ed9a68299a6708b9958ec5203aaba0624c72c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
#
# Copyright (C) 2014 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

ptxd_bsp_autoversion() {
    PTXDIST_BSP_AUTOVERSION="$("${PTXDIST_TOPDIR}/scripts/kernel/setlocalversion" "${PTXDIST_WORKSPACE}/.tarball-version")"
    export PTXDIST_BSP_AUTOVERSION
}
export -f ptxd_bsp_autoversion

ptxd_bsp_autoversion