]> code.ossystems Code Review - meta-freescale.git/commitdiff
restool: update to 8b1dd40
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 1 Apr 2019 05:33:40 +0000 (13:33 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 11 Apr 2019 12:00:13 +0000 (09:00 -0300)
*Update to lsdk 1903 tag
include the following changes:
8b1dd40 - dprc: fix compile error (only witn gcc 8.x)
8eb494d - dprc: enable DPDMUX_METHOD_CUSTOM in dpdmux generate dpl
dc120ff - add support for num cgs in restool for mc 10.14

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-dpaa2/restool/restool_git.bb

index 382e3144784eb7a8a0a72d84401b0ddfac3e9b33..521aa7ada7db9ed24190de269eb289b846d4682b 100644 (file)
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash dtc"
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \
     file://0001-restool-fix-build-error-with-gcc7.patch"
 
-SRCREV = "2b4dd211d5c584d5f81cfa530a3a93854dc1d490"
+SRCREV = "8b1dd407bbd48b4f1a50c71b78083112a6397619"
 
 S = "${WORKDIR}/git"
 
@@ -17,6 +17,6 @@ do_install () {
     oe_runmake install DESTDIR=${D}
 }
 
-COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|ls1088ardb|ls1043ardb|ls1046ardb)"
+COMPATIBLE_MACHINE = "(qoriq-arm64)"
 PACKAGE_ARCH = "${MACHINE_ARCH}"