Преглед на файлове

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 години
родител
ревизия
31d2209543
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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}"