Skip to content

Commit

Permalink
dce_git.bb: Set SRCREV_FORMAT variable as multiple SCMs are used
Browse files Browse the repository at this point in the history
SRCREV_FORMAT variable must be set when multiple SCMs are used.

Signed-off-by: Jun Zhu <[email protected]>
  • Loading branch information
junzhuimx committed Oct 21, 2023
1 parent d4692c0 commit 84336b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-dpaa2/dce/dce_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ SRC_URI = "git://github.com/nxp-qoriq/dce;protocol=https;nobranch=1 \
SRCREV = "9db9c08379aa89f45f514f4f3f0a8e8212198758"
SRCREV_qbman = "2f92993a9f34e5221d6b36c63b9e30ef703e9ac3"

SRCREV_FORMAT = "default_qbman"

S = "${WORKDIR}/git"

EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
Expand Down

0 comments on commit 84336b4

Please sign in to comment.