Home
last modified time | relevance | path

Searched refs:pkgversion (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/scripts/
H A Dqemu-version.sh6 pkgversion="$2"
9 if [ -z "$pkgversion" ]; then
12 pkgversion=$(git describe --match 'v*' --dirty) || :
16 if [ -n "$pkgversion" ]; then
17 fullversion="$version ($pkgversion)"
/openbmc/qemu/
H A Dmeson.build2421 meson.project_version(), get_option('pkgversion'), '--',
3558 get_option('pkgversion'), meson.project_version()]