Home
last modified time | relevance | path

Searched refs:GIT_VERSION (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uhubctl/
H A Duhubctl_2.5.0.bb16 sed -i "s/^\(GIT_VERSION :=\).*$/\1 ${PV}/g" ${S}/Makefile
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dharness.c109 test_set_git_version(GIT_VERSION); in test_harness()
H A DMakefile10 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown") macro
/openbmc/openbmc/poky/scripts/
H A Dcreate-pull-request207 GIT_VERSION=$(`git --version` | tr -d '[:alpha:][:space:].' | sed 's/\(...\).*/\1/')
209 if [ $GIT_VERSION -lt $NEWER_GIT_VERSION ]; then