diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-01 13:05:52 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-11 09:00:13 -0300 |
commit | ef6795fd2aa8817f2154e7342c270765a13115b0 (patch) | |
tree | 4fb42c67bc98b19298f134a96027c54b820469d2 /recipes-dpaa2/dce | |
parent | 437583b3ae85fca969de7a502748fe8d01b7a7ae (diff) | |
download | meta-freescale-ef6795fd2aa8817f2154e7342c270765a13115b0.tar.gz |
dce: update to 0455555
*Update to lsdk 1903 tag
include the following changes:
0455555 - .gitmodules: use codeaurora url
d1add39 - Merge pull request #32 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master
b3c27ed - LICENSE: Remove GPL License
68a6dab - Merge pull request #31 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master
0f33f16 - LICENSE: Update License year and full BSD-3 text
0175bb4 - Merge pull request #30 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5621-dpdcei-object-fails-to-unassign-out-of-child-dprc to master
361e4d0 - dpdcei: Cleanup hanldes in dpdcei_deactivate
81fae16 - LX2160 Rev1: Edit warning for stateful ERR011568
ede610b - LX2160 Rev1: Print warning for stateful ERR011568
34133be - perf-test: Update output buffer allocation
c0b437e - Fix swp_init for LX2: set qman mode explicitly
aac02ee - perf-test: Correct CPU affine logic
*qbman update to
Update to lsdk 1903 tag
include the following changes:
a1af1e1 - Adding average pull/enqueue statistics and minor performance improvement.
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-dpaa2/dce')
-rw-r--r-- | recipes-dpaa2/dce/dce_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb index 7313ca73..2e0b4537 100644 --- a/recipes-dpaa2/dce/dce_git.bb +++ b/recipes-dpaa2/dce/dce_git.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | DESCRIPTION = "Decompression Compression Engine Userspace Utils" | 1 | DESCRIPTION = "Decompression Compression Engine Userspace Utils" |
2 | SECTION = "dpaa2" | 2 | SECTION = "dpaa2" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=338308e2a663929309c9929ab9495bb5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dce;nobranch=1 \ | 6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dce;nobranch=1 \ |
7 | git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \ | 7 | git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \ |
8 | " | 8 | " |
9 | SRCREV = "49389aa57cc94e0503f53c6b33e4b358ccf42eb5" | 9 | SRCREV = "0455555e5ce6f469d0c60e25f14a2340054a531a" |
10 | SRCREV_qbman = "383ceac0c09b1e38f2a8b1cf42822686b4cf15f3" | 10 | SRCREV_qbman = "a1af1e1528fe2e1ce0df1e6d9170b6c239c8ab4f" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||