Ver código fonte

swupdate git define PV

The devtool workflow does not work without setting PV properly.

To prefer the git version add the following line to the distro config:
  PREFERRED_VERSION_swupdate = "2019.04+git%"

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Adrian Freihofer 6 anos atrás
pai
commit
31d2209543
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      recipes-support/swupdate/swupdate_git.bb

+ 1 - 0
recipes-support/swupdate/swupdate_git.bb

@@ -4,3 +4,4 @@ require swupdate_tools.inc
 DEFAULT_PREFERENCE = "-1"
 
 SRCREV ?= "a8d45381253838b34e4e035c065a1cdf429b1f09"
+PV = "2019.04+git${SRCPV}"