diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-01 13:33:40 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-11 09:00:13 -0300 |
commit | ae6f896cfb5143efd02384585c4f3ec4016b3356 (patch) | |
tree | 7e309251e20644f82ef5ea325b07c8da70e7ff52 | |
parent | 07aa31cc3b94acb340591e34140f52276d6df8dc (diff) | |
download | meta-freescale-ae6f896cfb5143efd02384585c4f3ec4016b3356.tar.gz |
restool: update to 8b1dd40
*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>
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 382e3144..521aa7ad 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash dtc" | |||
7 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ | 7 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ |
8 | file://0001-restool-fix-build-error-with-gcc7.patch" | 8 | file://0001-restool-fix-build-error-with-gcc7.patch" |
9 | 9 | ||
10 | SRCREV = "2b4dd211d5c584d5f81cfa530a3a93854dc1d490" | 10 | SRCREV = "8b1dd407bbd48b4f1a50c71b78083112a6397619" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
@@ -17,6 +17,6 @@ do_install () { | |||
17 | oe_runmake install DESTDIR=${D} | 17 | oe_runmake install DESTDIR=${D} |
18 | } | 18 | } |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|ls1088ardb|ls1043ardb|ls1046ardb)" | 20 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | 22 | ||