summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-07-28 15:44:16 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commit6ff1ffbba08c415e121d1f91217aff131cfad46d (patch)
tree8c3cc481e74384c8786c0572d051c2819d8de8e8 /recipes-dpaa
parent80d397b3459f255d0512e08aa141108539a038f7 (diff)
downloadmeta-freescale-6ff1ffbba08c415e121d1f91217aff131cfad46d.tar.gz
flib: update to 2c9b9dc226
*include the following changes 2c9b9dc - fix HMAC key size in cnstr_shdsc_hmac() dd4b8a0 - Merge pull request #36 in SDK/flib from ~B13908/flib:bugfix/QFLIB-148-rta-sec-shared-descriptor-apis to master cb0db69 - IPsec: add base length for AEAD-like descriptors 02eeb6d - add more ciphersuites in __tls_gen_auth_key eced864 - update README with support for SEC Eras 7 and 8 3e6d267 - add entries in proto_blob_flags[] for SEC ERA >= 6 9e4289c - PDCP - remove "TODO" since SOP is now supported b470f0c - IPSec - Change sharing type of shared descriptor. 11f0b9b - add rta_tls_cipher_mode() - IANA code to cipher type converter 9e7dc88 - add CAPWAP/DTLS support d691400 - use IANA naming for TLS cipher suites (protinfo) defines 4ff05c3 - add/update TLS output format PDB option (TLS_PDBOPTS_OUTFMT) e6d2044 - s/__rta_tls_pdb_ars/rta_dtls_pdb_ars 1fcc9f9 - make TLS PDB structures fixed size 9cbbdad - add __rta_out_{be,le}64 accessors 8ad5632 - remove unused pdb_len parameter from cnstr_shdsc_tls() 3d49d9b - fix TLS PDB structures padding 5396a23 - fix DTLS encapsulation PDB b6ba895 - add missing return type for __rta_copy_tls_pdb() 0435291 - fix include path for fsl_cdma.h header 78fc682 - IPsec new mode - L2 header copy using SEC (encap, tunnel mode) a5d4e52 - IPsec - rework DPOVRD register definition Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r--recipes-dpaa/flib/flib_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
index 4f435ba9..6e129960 100644
--- a/recipes-dpaa/flib/flib_git.bb
+++ b/recipes-dpaa/flib/flib_git.bb
@@ -3,8 +3,8 @@ SECTION = "flib"
3LICENSE = "BSD & GPLv2" 3LICENSE = "BSD & GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6" 4LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;branch=sdk-v2.0.x" 6SRC_URI = "git://github.com/qoriq-open-source/flib.git;nobranch=1"
7SRCREV = "08e2aeb7d5c72ebbef30277ab4e73ab147c4c0c7" 7SRCREV = "2c9b9dc22699f7c00f24a2134c42901932a6a0b9"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10