bootrr: set the PV to include git revision info

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
Dmitry Baryshkov
2022-05-21 01:40:44 +03:00
parent 903e7a965c
commit aa59beae19

View File

@@ -10,6 +10,8 @@ SRC_URI = "\
S = "${WORKDIR}/git"
PV = "0.0+git${SRCPV}"
do_install() {
oe_runmake install 'DESTDIR=${D}'
}