mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 11:20:45 +00:00
dmai: don't break parsing for machines that don't set SRCREV_pn-dmai
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -12,8 +12,8 @@ PROVIDES += "ti-dmai-apps"
|
||||
|
||||
PE = "1"
|
||||
|
||||
SRCREV ?= "<UNDEFINED_SRCREV>"
|
||||
DMAIBRANCH ?= "<UNDEFINED_DMAIBRANCH>"
|
||||
SRCREV ?= "UNDEFINED_SRCREV"
|
||||
DMAIBRANCH ?= "UNDEFINED_DMAIBRANCH"
|
||||
|
||||
S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface/dmai_${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user