Skip to content

Commit

Permalink
libimxdmabuffer: Upgrade to version 1.1.3
Browse files Browse the repository at this point in the history
* waf: update to 2.0.25
* g2d: Fix typo in G2D allocator that caused build errors
* Don't check for mxcfb.h in build script
  mxcfb.h is no longer present in some sysroots anymore,
  so it is not a reliable way for verifying the imx linux
  headers path. Just use the path directly; if it is wrong,
  the build will fail anyway.

Signed-off-by: Carlos Rafael Giani <[email protected]>
  • Loading branch information
dv1 committed Jul 30, 2023
1 parent 992973a commit 568cdfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
28 changes: 0 additions & 28 deletions recipes-bsp/libimxdmabuffer/files/0001-g2d-Fix-typo.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ SECTION = "base"
PV .= "+git${SRCPV}"

SRCBRANCH ?= "master"
SRCREV = "5410b44fb0c5bbd9fb1f3ba0681e65068d8cde57"
SRCREV = "faf547cc2345bfbf95507ab7e86530f85289bb5b"
SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH};protocol=https \
file://0001-g2d-Fix-typo.patch \
file://run-ptest \
"

Expand Down

0 comments on commit 568cdfe

Please sign in to comment.