aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended
AgeCommit message (Collapse)Author
2019-01-15vpp-core: Pin to qoriq socsKhem Raj
It depends on dpdk which is also qoriq specific Fixes ERROR: Nothing PROVIDES 'dpdk' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-freescale/recipes-extended/vpp-core/vpp-core.bb DEPENDS on or otherwise requires it) 03:58:38 dpdk was skipped: incompatible with machine qemumips (not in COMPATIBLE_MACHINE) ERROR: Nothing RPROVIDES 'vpp-core' (but /mnt/jenkins/workspace/yocto-world-glibc/sources/meta-freescale/recipes-extended/vpp-core/vpp-core.bb RDEPENDS on or otherwise requires it) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-14dpdk: set COMPATIBLE_MACHINE as qoriqChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14pktgen-dpdk: set COMPATIBLE_MACHINE as qoriq-arm64Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14libpkcs11: set COMPATIBLE_MACHINE as qoriq-arm64Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14vpp: add recipesChunrong Guo
*update to lsdk 1812 tag include the following changes d3111f0 - Merge pull request #28 in DQNS/vpp from ~NXA19696/vpp:18.01 to 18.01 3de6197 - Fixed build failure issue. 850f7b0 - Merge pull request #27 in DQNS/vpp from ~NXA12342/vpp:18.01 to 18.01 bb942a3 - dpdk/ipsec: add locks on session data hash updates 2e647f4 - Merge pull request #26 in DQNS/vpp from ~NXA19696/vpp:18.01 to 18.01 f242992 - PVT: ipsec: Fixed capability matching for openssl based sha1 authentication d7133de - Adding copyright for IPsec protocol offload work a0a8384 - Fixed copyright issue 8ac7782 - Fixed Debian pkg errors with Ubuntu 18.04 99f3b56 - Address compilation issues with Java > 1.8 09ba9a8 - Introducing env variables to include non-standard include in libs paths 9a24604 - glibc 2.27 fix 25c590a - Optimizing Crypto Dequeue Node to prevent buffer losses d8409f4 - Merge branch '18.01' of ssh://bitbucket.sw.nxp.com/~nxa19696/vpp into 18.01 731a2e5 - Added option for enabling RSS 3a97655 - Merge pull request #19 in DQNS/vpp from ~NXA19696/vpp:18.01 to 18.01 e47fe7d - Enable use of Maximum QP in Sec Device when available 723d633 - Merge pull request #18 in DQNS/vpp from ~NXA19696/vpp:18.01 to 18.01 a99e163 - PVT:dpdk_plugin: introducing IPSec protocol offload support 5f9b2c1 - Fixed Port detection mechanism for DPAA platforms f5724cd - Fixed debian pkg support for ARM64 platforms 29755c5 - Upstreamed: Fix to start Crypto Dev 351b6fd - Added support for Single CPU usecase with events 49ddf3b - ipsec: workaround for crypto devices having single queue d6adb7d - Tune config file for caam_jr driver b4a490c - Adjusting number of buffers for LS1012 ee5b872 - Merge pull request #13 in DQNS/vpp from ~NXA19696/vpp:18.01 to 18.01 b40602f - Merge branch '18.01' of ssh://bitbucket.sw.nxp.com/~nxa19696/vpp into 18.01 d8edb01 - Introduced Check for Heap allocation failure 7c551f6 - Merge pull request #12 in DQNS/vpp from ~NXA19696/vpp:18.01 to 18.01 43bef3e - Tuning Memory requirements for LS1012 ff02d6e - README_nxp updated 984ef5b - Adjusting Socket Memory requiremets Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14secure-obj:update to bc0553aChunrong Guo
*update to lsdk 1812 tag include the following changes bc0553a - removed dead code under compile time flag SK_INVALID_HANDLE f2fddd6 - added support for sk_digestinit sk_digestupdate sk_digestfinal. f509695 - APP_TA_LIB: Adding SK_ATTR_PRIVATE attribute for objects 6791873 - SOBJ_LIB: Exposing SK_CreateObject for PKCS#11 Library f3da9c0 - TA: Miscellaneous Changes 07ef069 - APP_ENG: Adding support for OAEP Encryption in engine and engine app 9fdbf7a - LIB_TA: Adding support for OAEP Encryption Scheme 1652924 - TA: Not returning TEE_ERROR_BAD_PARAMETERS for unmatched attributes 2a49505 - LIB: Exposing SK_GenerateKeyPair and SK_EraseObject Functions *add secure-obj-module to RDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14libpkcs11: update to efd15b9Chunrong Guo
*update to lsdk 1812 tag include the following changes efd15b9 - APP: Miscellaneous Changes 4e6b422 - APP: Fix for PLATSEC-723 73a327b - Fixing Compilation warning in app sign_digest_update_final b2dbe62 - Supported PKCS API C_DigestInit, C_Digest, C_DigestUpdate, C_DigestFinal. 7f58a9b - enable support pkcs api c_signupdate, c_signfinal for mechanism ckm_<digest_mech>_rsa_pkcs 57e1772 - Miscellaneous changes for segmentation faults. 8c931f4 - LIB_APP: Miscellaneous Changes a6e4ffe - LIB: Adding CKA_PRIVATE attribute for objects. ab9c41b - LIB: Adding support for C_CreateObject 1b8f665 - APP: Adding Encryption/Decryption support in pkcs11_app 1c002e9 - LIB: Adding support for OAEP Encryption scheme ce69fe5 - LIB: Adding Support for C_DecryptInit() and C_Decrypt() Function b7e3c5a - Adding C_GenerateKeyPair, C_DestroyObject function implementation. 6fcfab5 - LIB_APP: Adding CKM_RSA_PKCS_KEY_PAIR_GEN mechanism 8f82b97 - Review rework: Addressing the comments given on Token, Session, Login APIs patch bab9e71 - LIB: Adding Login and Sessions Functions ee86c10 - LIB: Adding C_InitToken, C_InitPin, C_SetPin function implementation Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14dpdk: update to f451d2bChunrong Guo
*update to lsdk 1812 tag include the following changes f451d2b - PVT:dpaa: add ipv6 distribution in fmc xml scripts c3c6697 - examples/l3fwd: add per port buffer pool support 8232d30 - PVT: bus/fslmc: fix array access in interrupt affinity for LCORE_ID_ANY c09e3c4 - Merge pull request #824 in GITAM/dpdk from ~NXA19696/dpdk:17.11-qoriq-dev to 17.11-qoriq-dev 6e381aa - bus/fslmc: apply portal to cpu mapping only for non-rx portals 4f3b82f - Merge pull request #822 in GITAM/dpdk from ~NXA19696/dpdk:17.11-qoriq-dev to 17.11-qoriq-dev 58f92eb - bus/fslmc: Reset portal memory before use 7b8d2ee - bus/fslmc: Performance optimization in QBMan Enqueue functionality 2b6f083 - security: fix crash on destroy null session 559e318 - examples/l2fwd-crypto: skip device not supporting operation df3b0ce - examples/l2fwd-crypto: check return value on IV size check fe0af02 - examples/l2fwd-crypto: fix digest with AEAD algo abbda5d - examples/ipsec-secgw: fix bypass rule processing 3f81162 - examples/ipsec-secgw: fix IPv4 checksum at Tx 2ddfbf9 - build: enable ARM NEON flag when __aarch64__ defined bc5b0b6 - eal/arm64: fix instrinsic for GCC < 4.9 e25189f - eal: fix build with -O1 fa83a50 - table: add dedicated params struct for cuckoo hash 80833dd - net/dpaa2: fix MAC address initialization 84e9838 - PVT: change the map files default to 17.11 afa05d0 - doc: add doc for dpaa2 pmd timestamp api 2871fe5 - net/dpaa2: fix the copyright year due to changes f78341c - net/dpaa2: fix clang compilation issues db2dd17 - PVT:dpaa2: change dpsec to 8 by default 5a815c5 - mk: fix cross build 4c9beb5 - Merge pull request #821 in GITAM/dpdk from DPDK-1499-fmcless-pcd to 17.11-qoriq-dev a077d74 - PVT: misc clang compilation fixes 4626a2d - PVT: net/dpaa: add schema for default pcd Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-10hyperrelay: inherit fsl-eula-unpack classChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-12-13ovs-dpdk: set DPAA_VER = "dpaa"Chunrong Guo
*dpdk do not support 32bit target Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-12-13dpdk: set DPAA_VER = "dpaa"Chunrong Guo
* dpdk do not support 32bit target Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-11-19dpdk: add '-fPIC' to CPU_CFLAGSChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01secure-obj:update to bbcbe6cChunrong Guo
*update to lsdk 1809 tag include the following changes: bbcbe6c - BUG: Fix for PLATSEC-666 e944456 - BUG: Fix for PLATSEC-628 41a0eaa - Making secure object components ompatible to OpenSSL 1.1.0 and 1.0.2 f72cf1a - Fix for PLATSEC-581 6e7a21d - SOBJ_APP: Resolving Coverity issue 6f2e2be - REVIEW_REWORK: Taking care of review comments for EC work 8ef1bed - SOBJ_ENGINE: Adding support for ECDSA signing/verification 660f686 - SOBJ_APP: Adding support for creating fake EC .pem file 7d57c1c - SOBJ_LIB_TA: Adding ECDSA Signing Support d90cbbe - SOBJ_APP: Adding support for importing/generation of EC Keys 55cfccb - SOBJ_TA: Adding support for ECC 256 and 384 752fd17 - SOBJ_LIB: Adding necessary Macros for EC Keys support *update COMPATIBLE_MACHINE for qoriq-arm64 *fix do_compile failed when DEBUG_BUILD Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01libpkcs11: update to e9f570cChunrong Guo
*update to lsdk 1809 tag include the following changes: e9f570c - APPS: Making apps compatible to OpenSSL 1.1.0 and 1.0.2 c381e09 - REVIEW_REWORK: Taking care of comments for ECC support 9b04928 - LIB: Adding ECC 256/384 support Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01hyperrelay: add ldflags to INSANE_SKIPChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01dpdk: update to 0c0332aChunrong Guo
*update to lsdk 1809 tag include the following changes: 0c0332a - PVT: test: add NXP Copyright to test cryptodev af17971 - Revert "PVT: bus/dpaa: avoid be to le conversion for status" 9e95cc5 - PVT:nxp/ipsec: add multiple ipsec proto testing script 7ceb022 - PVT:raw/dpaa2_qdma: add prefetch buffer support 4049033 - PVT:raw/dpaa2_qdma: add rbp mode support 275e3b9 - PVT:raw/dpaa2_qdma: fix the vq bulk dq mode d8a75da - Merge pull request #771 in GITAM/dpdk from DPDK-816-dpaa2-eventtest to 17.11-qoriq-dev aad507e - PVT:test/event: add dpaa2 unit test case 7750d0e - PVT:event/dpaa2: align evq with queue id for link and unlink b039d3f - test/cryptodev: improve pdcp test presentation 2f33770 - crypto/dpaa2_sec: enable bi-endian changes in protocols fa4a9a0 - PVT:event/dpaa2: fix max event port value ae95b8f - PVT:event/dpaa2: fix missing mbuf assignment in atomic processing 01b71fe - PVT:event/dpaa2: implement dynanic portal support for enqueue 528d6f3 - mempool/dpaa2: change the print type for no buffers 97733ab - PVT:event/dpaa2: fix timeout handling 79877dd - net/dpaa2: add per queue stats get and reset support dbb2592 - Merge pull request #746 in GITAM/dpdk from DPDK-729-pdcp to 17.11-qoriq-dev afa3c21 - PVT: nxp: update copyright of performance scripts b942c8b - event/dpaa: check for linked queue before decrementing 209bb9d - PVT: dpaa: logging improvements 3f0ae55 - PVT: net/dpaa: improve err handling for fmcless mode 3c57c29 - PVT: event/dpaa2: affining portal at runtime during I/O 339f46d - PVT:event/dpaa2: realign code with dpaa1 fc00d20 - PVT:event/dpaa2: rename evq info to dpaa2 eventq 58ac377 - PVT:bus/qbman: memset the portal memory to zero f31431b - PVT: test: add pdcp tests for DPAA1 SEC caed7a2 - crypto/dpaa_sec: add pdcp proto offload support 378536f - crypto/dpaa_sec: ipsec offload add null algo support 5367a25 - test/crypto: add test vectors for pdcp lookaside offload 15c2b90 - crypto/dpaa2_sec: add pdcp offload support 092cfb0 - security: add pdcp protocol support ae65359 - PVT:add security unit test compile time flag e22fee5 - test/crypto: add test vector for ipsec lookaside offload 33f4c26 - PVT:test/crypto: fix the devid testcases d81dae3 - crypto/dpaa2_sec: multi algo support for ipsec session 0a7ebc3 - crypto/dpaa2_sec: add out of place crypto support Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-28recipes: Mark compatible machines as restricted by dependenciesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-06odp: update to bda2c9Chunrong Guo
*include the following changes: bda2c9 - .gitmodules: use codeaurora url 7db258d - Merge pull request #520 in GITAM/odp from ~NXA07732/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 6a2a62f - Updating the sub-module path to bitbucket from stash. 2923db9 - dpaa2: Fix odp restart issue in scheduler mode 946d32e - odp: Update qbman commit to 75ff61a7ca6acdbdbb780161b053cbcbc990f1be e354952 - Removing atomic/ordered context while enqueuing the buffer bef6398 - TM: Invalid flow crash fix 8e7a136 - Removed device based jiffies df492ef - Fixing legal issues 3e9c5da - Scripts: binaries path and odp_tm test cases updated c91dac8 - Werror flag enabled for ODP library ced3aaf - Updated MC flib to version 10.3.2 a68cd87 - odp_pktio_stats API updated 03e0e05 - LD_LIBRARY_PATH removed from loopback_script 7a64406 - CUNIT: Cunit installation enabled 048c6a6 - script: ODP library path fixed 16a0e99 - Removing local compilation patch from QBMAN repo b792e84 - Merge pull request #505 in GITAM/odp from ~B38457/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 281a676 - Merge pull request #487 in GITAM/odp from ~B46187/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 8e2888b - odp_dpaa2: Patch to replace build type flag from compile time to runtime. 26e4bdc - Fixed odp_pktout_send API fails to transmit > 8 packets c46b0bb - Patch to odp_l2fwd issue in queue mode. *fix building error with GCC8 update CFLAGS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-05secure-obj: update to 24d3133Chunrong Guo
*Include the following changes: 24d3133 - SOBJ_ENG_APP: Initialising uninitialised variables f979dc4 - SOBJ_APP: Adding option for creating fake pem file while importing object 2adc118 - APP: Miscellaneous changes 10f5c67 - APP: Resolving coverity issues 18d4422 - SEC_OBJ_ENG: Adding check if multiple objects are created with same index 9e21913 - Commit Update: SOBJ_APP:Adding option to save fake pem file *Update COMPATIBLE_MACHINE for ls1012a *Add ARCH for install path *Fix install path issue. *Add INSANE_SKIP for dev-elf,ldflags and dev-deps to fix QA Issue. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-05dpdk: update to 9448fe7Chunrong Guo
*include the following changes: 9448fe7 - PVT:nxp: increase DPMCP counts e324b1f - crypto/armv8: fix HMAC supported digest sizes cba260d - net/ppfe: port enable/disable fix on running traffic 57a1ec9 - net/ppfe: mtu errata workaround for LS1012Rev1 72172d2 - net/ppfe: app rerun fix on running traffic 370758e - net/ppfe: jumbo setting removed during initialization faac20e - PVT:event/dpaa2: fix max port and parallel handling 8bc5683 - PVT:QDMA fix the IOVA as VA flag b97bb46 - PVT:net/dpaa: fix push mode init queue handling b2ad260 - PVT:bus/dpaa: fix LS1043 push mode disable patch 14096cb - crypto/openssl: sg support for inplace buffers f96e21c - net/ppfe: add ETH_HEADER and CRC in mtu 01bc62f - PVT:net/dpaa2: fix the prefetch rx to honor nb pkts 4420f8f - PVT: net/dpaa2: minor log fixes e52b626 - net/ppfe: fix crash on packet receive ed2048b - PVT: dpaa: change the LS1043 errata flag to compile time with id fdb1620 - nxp: make dynamic scripts executable f4c5760 - PVT: net/dpaa: check if fmc is executed 93862f8 - PVT: net/dpaa: disable default push mode for LS1043 64a9038 - PVT: bus/dpaa: pass vdqcr exact configuration from the user 04e4240 - crypto/dpaa_sec: convert phys call to iova calls 3d8f00e - doc/eventdev: fix double entry for dpaa 3156f0a - app/crypto-perf: check minimum lcore number 2d705f8 - net/liquidio: fix link state fetching during start 33ba176 - net/bnxt: fix Rx checksum flags 9073e33 - net/failsafe: fix duplicate event registration 2531da7 - net/failsafe: fix removed sub-device cleanup afdd810 - net/bonding: export mode 4 slave info routine 10180c8 - net/i40e: fix shifts of signed values d647255 - net/qede: fix unicast filter routine return code ce9aab5 - net/qede: fix missing loop index in Tx SG mode 30407bf - net/qede: fix multicast filtering 2219b5b - net/ixgbe: fix DCB configuration *fix gcc-8 build error *add l2fwd-qdma *set EXTRA_CFLAGS for oe_runmake Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-05ovs-dpdk: update to version 2.9Chunrong Guo
Following changes are included: 24eec41 - Merge pull request #11 in DQNS/ovs-dpdk from ~NXA20386/ovs-dpdk-nxa20386:branch-2.9-qoriq to branch-2.9-qoriq 821dd5d - Merge remote-tracking branch 'upstream/branch-2.9' into branch-2.9-qoriq a34504b - Revert "netdev-dpdk: toggle descriptor size for ports" 1909a65 - Revert "netdev-dpdk: fix incorrect exclude mbuf configuration" 5cb8d0f - Prepare for 2.9.3. 7e61467 - Set release date for 2.9.2. c16e265 - ovn pacemaker: Fix promotion issue when the master node is reset 418be3d - dpif-netdev: Free packets on TUNNEL_PUSH if may_steal. adeda41 - netdev-dpdk: fix check for "net_nfp" driver 3e417c8 - netdev-dpdk: Don't use PMD driver if not configured successfully 9fc83bf - netdev-dpdk: Remove use of rte_mempool_ops_get_count. 2a3ee45 - datapath: compat: Fix ndo_size in RHEL 7.5 backport f26b724 - Prepare for 2.9.2. f8b6477 - Set release date for 2.9.1. bd4b503 - conntrack-tcp: Handle tcp session reuse. d5176ed - ovn: Set proper Neighbour Adv flag when replying for NS request for router IP 9260243 - datapath: compat: Fix build on RHEL 7.5 72a73e4 - sparse: Support newer GCC/glibc versions. c00f0c2 - tunnel: make tun_key_to_attr aware of tunnel type. 00e56c5 - netdev-dpdk: Fixed netdev_dpdk structure alignment db136da - Configurable Link State Change (LSC) detection mode Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-05libpkcs11: update to 8e942d3Chunrong Guo
*include the following changes: 8e942d3 - APP_LIB: Miscellaneous changes c4758bc - LIB_APP: Resolving coverity issues 213a233 - LIB: Terminating the crypto operation in C_Sign 904b794 - Merge pull request #18 in DNDEV/libpkcs11 from devel_sdk to master 16224a4 - REVIEW: Taking care of review comments 214ec76 - LIB: Increasing Find List size. e26950e - APP: Adding app for testing multithreading feature c0223a2 - LIB: Adding Multithreading support Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-11secure-obj: add recipesC.R. Guo
*include the following changes: 74befe0 - SOBJ_TA: Fix for crash on running multiple sobj_eng_app simultaneously abfad4b - SOBJ_ENG: Adding support for parsing fake pem file 0120544 - SOBJ_APP:Adding option to save label in pem file 0f75291 - LIB: Removing compilation error 40cb954 - Updating README file 02be730 - SEC_KEY_DEV: Removing Compilation Error for Linux 4.14 1ed3e61 - SEC_KEY_DEV: Updating module information. 99253c5 - SEC_ENG_APP: Removing Compilation Error bb77eb4 - Merge pull request #14 in DNDEV/secure_obj from devel to master 7a98861 - Miscellaneous Changes 3225611 - SEC_KEY_DEV: Updating License to GPLV2.0 6d22fae - SEC_KEY_DEV: Removing FLIB dependancy for MP Key feature 436d79c - Removing issues reported by coverity 3db41f7 - LIB: Adding application for testing Secure Object Engine 1ae06b6 - SOBJ_ENGINE: Adding Secure Object based OpenSSL Engine 1e322f4 - LIB: Adding License to MP Apps file 4445c63 - LIB: Adding Manufacturing Key Feature 5b68462 - LIB: Changing library name to libsecure_obj.so f700c98 - Added Secure Object Application. d9d6a06 - APP: Coverity issue fix fe0da83 - TA: Add support for SK_GenerateKeyPair api 6589f45 - LIB: Add support for SK_Digest api 33dccce - TA: Add support for SK_Digest api 748187b - TA: Adding LICENSE to Secure Storage TA files dded4a9 - LIB: Adding LICENSE to Securekey Library files 0fbacc6 - LIB: Adding description of APIs in securekey_api.h ff95077 - LIB: Incorporate review comments on securekey_api_types.h f77a134 - TA: Incorporate review comments 2bb00f3 - LIB: Replacing printf with debug prints a88d9b8 - Coverity: Solving issues reported by coverity b0017c8 - TA: Add support for SK_Decrypt instead of SK_Encrypt 352ef6d - LIB: Make global func list static & do runtime init 2d09e72 - LIB: Add SK_Sign & SK_Encrypt APIs implementation db11a50 - LIB: Update securekey header files with sign and encrypt api's d4a29de - TA: Add support for SK_Sign and SK_Encrypt api's 09ceac4 - LIB: Adding implementation of SK_GetObjectAttribute API 877c1fb - TA: Update securekey_api_types.h with sign/encrypt types a1e709a - TA: Add support for SK_GetObjectAttribute api 5c7479c - LIB: Correcting Error mapping function a0deca2 - LIB: Adding test for enumerate object on attributes c9a2feb - LIB: Adding implementation of SK_EraseObject f63f9ce - TA: Add support for SK_EraseObject api bcb1d3d - TA: Add support for match attribute in SK_FindObject api 3ae46cd - LIB: Exposing function pointers from Securekey Library e9a2ce9 - LIB: Mapping TEE errors to SecureKey errors 912e388 - LIB: Adding implementation of SK_EnumerateObjects a14cbbb - LIB: Adding SK_CreateObject Implementation 20ce6af - TA: Add client side test framework 4fafd61 - TA: Add sub.mk for compilation 62edd11 - TA: Add implementation for SK_FindObject api 597d4e0 - TA: Add implementation for SK_CreateObject api e11ea98 - TA: Add database mgmt and hepler api's 0ba7bd3 - TA: Add framework for Secure Storage API's e113d79 - TA: Changes in Makefile to comply with OP-TEE compilation d24d3d4 - Adding file hierarchy framework 9075f15 - Initial Commit Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-11libpkcs11: add recipesC.R. Guo
*include the following changes: dd1bc90 - APP: Fix for Find Operation not working a06dd4e - Removing Unused Functions 9c3a44c - Changing SecureKey name to Secure Object 8871bdc - Merge pull request #10 in DNDEV/libpkcs11 from ~NXA18717/libpkcs11:master to master 98431e8 - Added PKCS11 Application. 41adb66 - Fixing coverity issuse 66bc41b - Correcting error print message af84c25 - Changing C_Initialize to return correct value 90de92f - Add RSA mechanisms to C_Sign api 7b5d69e - Adding LICENSE to libpkcs11 files b55dcbd - Incorporate change in name for SK Attribute LABEL e713e9a - Removing securekey_api.h and securekey_api_types.h ed96d82 - Removing coverity issues c3f7052 - Add support for OPENSSL verification in do_Sign api fe8cb72 - Add do_Sign api in PKCS application 74aa2ce - Correct CKA_ALLOWED_MECHANISMS attribute addition for object bbfcec7 - Review Rework: Patch 2 - Removing blackduck issues 64e9962 - Add implementation for CK_Sign e62a602 - Changing printf to debug prints 25fa509 - Review Rework: Removing blackduck issues e12226b - Miscellaneous Changes 3917342 - Add implementation for CK_SignInit ced36ca - Review Rework: Adding code for per slot init in C_Initialize 39cfd5e - Adding code for keeping the position in find_list 5319ed0 - Changing names of some functions for blackduck 09fc58f - Adding Securekey function pointer per slot 7ee9cb1 - Adding general.c and general.h for general functions 81f78f7 - Review Rework: Adding session list per token ee38111 - Review rework of comments. 26532be - Correcting the prints in the application. 80d65f4 - Adding more RSA mechanisms 57f325f - Review Rework: Creating 2 objects for each keypair object from securekey ed02339 - Update securekey header files with sign and encrypt api's 2438a8f - Make global function list static & do runtime init c6f51ea - Adding implementation for Object Related APIs 1bf7f57 - Review rework of comments given till now. 06eb609 - Adding framework for getting function pointers from Securekey 0ad6130 - Adding implementation for session functions b0d331b - Adding implementation for general functions 6ca8cb9 - Adding file hierarchy framework c08270f - Initial Commit Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-02ovs-dpdk: update to 907f652C.R. Guo
*include the following changes: 907f652 - Merge pull request #10 in DQNS/ovs-dpdk from ~NXA20386/ovs-dpdk-nxa20386:fix/DPDK-1173-v2 to branch-2.9-qoriq e86541b - netdev-dpdk: fix incorrect exclude mbuf configuration 7f95f13 - Merge pull request #9 in DQNS/ovs-dpdk from ~NXA20386/ovs-dpdk-nxa20386:fix/DPDK-1173-OVS-toggleable-default-mbufs to branch-2.9-qoriq 4714980 - netdev-dpdk: toggle descriptor size for ports 092bc0f - OVN pacemaker: Fix issues when started as pacemaker container bundles bff7da4 - ovsdb: ovsdb-dot.in: Replace sys.maxint with sys.maxsize for Python3 9a0dbc7 - ovsdb: ovsdb-dot.in: Change exception semantics for Python3 6add8d7 - ovsdb: ovsdb-dot.in: Use print function for Python3 8106870 - ovsdb: Use items() instead of iteritems() for Python3 5905b28 - ovn-controller: Change duplicate flows trace from INFO to DBG a2fa542 - ovn-sb.xml: Correct statement on use of bit ranges. e92ef48 - doc: Fix mailing list addresses. 26509f8 - tests: Add dpctl test for conntrack nconns/maxconns. 875075b - dpctl conntrack: Add get number of connections. c92339a - dpctl conntrack: Add get and set maxconns command. a98d35a - ofproto-dpif: Remove variable length userdata probe. 52c57cb - ofp-errors: Send as much of a message as possible in an error reply. f59cb33 - nsh: rework NSH netlink keys and actions d3b8483 - ofproto: Delete all groups and meters when (un)configuring a controller. 7173efa - lex: Fix parsing of long tokens. 8b54e31 - rhel: add "force-reload-kmod" support in "ovs-systemd-reload" d922ebc - rhel: use the functions in ovs-lib.in in ovs-systemd-reload 3610943 - utilities: move some functions from ovs-ctl.in to ovs-lib.in 8e3a28c - AUTHORS: Add Brad Cowie. dcc3e70 - Documentation: Update Faucet tutorial. 6fefb7f - AUTHORS: Add Lorenzo Bianconi. eddb84a - OVN: remove useless ds_clear() on actions ds 17551f5 - datapath-windows: Add include directory to ovsext project bfe89c9 - datapath-windows: Change include type in Iphelper.h bb219a4 - datapath-windows: Add directory to .gitignore 2d071a3 - ofp-print: Include full hex dump of messages that fail decode. 4446661 - OVN: Add support for periodic router advertisements. 74c2eac - OVN: Add multicast local-only flag. 915cee2 - MSI: Use platform specific netcfg location 14f602b - tunnel: Add ofproto/list-tunnels command for troubleshooting. 9d31db0 - tunnel: Log sanely in tnl_port_receive(). 3194a79 - tunnel: Avoid flow_to_string() call when rate-limited. 77b7d23 - ofp-actions: Log version, vendor, and type of unknown actions being parsed. e9de6c0 - faq: Correct location of flow.h. bcc3a94 - ovn-nbctl: Add lrp's gateway chassis information in show command 34944e8 - Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEAD 3f33aa4 - MAINTAINERS: Update Pravin's email address. 46fc80c - tests: Kill the daemons at cleanup only if pidfile exists. 81ce803 - ovs-ofctl: Better document stack push and pop actions. 02f4f23 - log: Use absolute name of log file. 4cc9d1f - log: Replace ovsdb_log_get_offset() by a more abstract mechanism. d0c43b5 - ovsdb-client: Remove extraneous markup from man page. 30f8128 - ovsdb-server: Update description for "compact" command in man page. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-02pktgen-dpdk: add recipesC.R. Guo
*include the following changes: ffbe7be - update merge 1b0af69 - Merge branch 'master' into dev 3bd5082 - update version 070b4e0 - fix compile erro and config support 854df24 - remove mbuf refcnt verification 5160316 - pktgen-dpdk: Add support for make O=OUTPUT option 5e28413 - Fix the protocol settings with the range command. 9e34cf6 - fix sequence command index wrong e99720d - fix cli and add more test scripts 3d15dbf - update for DPDK 17.11 changes df45b16 - merge from master tree fda09ea - add the new format for the seq command b92d6fa - update tests for new seq commandstest/set_seq.cmd 819c936 - Fix up style of code c589388 - rework seq command to add cos and tos 83646b6 - Pktgen bug fixs and new seq commands 622e6f2 - add sigpipe to signal support 19063c2 - update map file 3bfdccd - Merge branch 'master' of ssh://linksys/~rkwiles/projects/intel/pktgen b475547 - Update version and changelog 139d1d8 - fix build for standard DPDK 308d810 - Merge branch 'master' of ssh://linksys/~rkwiles/projects/intel/pktgen 3926396 - update version and changelog ee6a520 - fix up cfg files 63638ec - remove Lua for CLI builds cc604b3 - fix processing of ARP packets 06ef19d - increase the burst size b066627 - remove string functions from DPDK 4c5ede1 - remove files ac09238 - increase the memory per socket 8e770a9 - update for vscode files we need to keep 4078d68 - fix tty output on quit 319c346 - Merge branch 'master' of ssh://linksys/~rkwiles/projects/intel/pktgen 8a4d8fc - update version to 3.4.0 03c8ea7 - change MIF config Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-02dpdk : Upgrade to v17.11C.R. Guo
1. Rename the recipe version 2. Remove add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch 3. Add cmdif demo and lib 4. Enable openssl and kni 5. Changes: 11d461d - PVT: dpaa: Coverity fixes f48f745 - PVT: dpaa2: Coverity fixes 4294b65 - Merge pull request #581 in GITAM/dpdk from bugfix/DPDK-1236-vhost to 17.11-next-qoriq ea9e9f5 - PVT:examples/vhost: add NXP NON upstream compilation flag fa63d1a - PVT: dpaa2: add dynamic AIOP DPL script 0c5d852 - PVT: crypto/dpaa_sec: Adding a check to verify portal configuration 3be54a7 - PVT: crypto/dpaa_sec: adding a check to create mempool only once per device 09dc340 - PVT: test/test: add macro for dpaa_sec device name edd313f - PVT: crypto/dpaa_sec: add macro for device name cad0a33 - Merge pull request #571 in GITAM/dpdk from bugfix/DPDK-1222 to 17.11-next-qoriq 0057e69 - dpaa/event: rearranging of atomic queue support code 2a43d84 - Merge pull request #569 in GITAM/dpdk from feature/DPDK-781 to 17.11-next-qoriq 214085e - README: Update for l3fwd with eventdev config 5ab4786 - PVT: mbuf: change mempool set from register 4ecd97c - license: introduce SPDX identifiers e762ed7 - doc: add DPAA eventdev guide 84956ed - crypto/dpaa2_sec: fix build with GCC < 7 e716b6f - crypto/dpaa2_sec: fix build with GCC 7 a38ca35 - lib: remove unused map symbols 4d8a6de - net/dpaa2: remove unused global variable 513dac2 - bus/fslmc: fix build with latest glibc ae9a891 - bus/dpaa: fix default IOVA mode 3d4dacb - bus/fslmc: fix DPCI compare in scan 080fda4 - bus/dpaa: fix clang warnings d82a750 - crypto/dpaa2_sec: fix enum conversion for GCM 17ae857 - crypto/dpaa_sec: fix enum conversion for GCM 2e1e748 - net/dpaa: fix potential memory leak 18a9fad - Merge pull request #566 in GITAM/dpdk from ~NXA15309/dpdk:DPDK-781-l3fwd-event to 17.11-next-qoriq 6acd7a7 - PVT: doc: update the cmdif doc with correct AIOP ELF path 0056df7 - PVT: examples/l3fwd: adding CLI parameters for eventdev config 46aaafa - PVT: raw/dpaa2_cmdif: use iova-vaddr conversion macros e7933b2 - PVT: bus/fslmc: add typecast in iova-vaddr conversion macros fa06a86 - PVT: doc: add DPAA2 based CMDIF demo 5fcd632 - PVT: examples/cmdif: add the command interface demo application 3bcae6d - PVT: examples/cmdif: add CMDIF SHBP library a8ff22c - PVT: examples/cmdif: add CMDIF server library 86a71f5 - PVT: examples/cmdif: add CMDIF client library Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06ipc-ust: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06odp: update SRC_URLC.R. Guo
*qbman_userspace update SRC_URL *flib update SRC_URL Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06ovs-dpdk: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06ofp: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06dpdk: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06pme-tools: removeChunrong Guo
This pkg will not be supported anymore. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06fsl-pme: removeChunrong Guo
This pkg will not be supported anymore. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06cantest: removeChunrong Guo
This pkg will not be supported anymore. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06dpdk-extras: removeChunrong Guo
*dpdk includes dpdk-extras Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-06dpdk: update recipeChunrong Guo
update to 076aa8e *include the following changes: 076aa8e - bus/fslmc: change the eqcr stashing threshold to 1 adc0955 - net/dpaa: Change default tail drop size to 256. a3921f8 - net/dpaa2 : Revert "enable fetching hash result from hardware" e901680 - net/dpaa2:Setting correct frame size in dev_mtu_set d61cd8f - net/dpaa:Setting correct frame size in dev_mtu_set 8bff395 - Merge branch '17.05-next-qoriq' into 17.05-qoriq 14f2b6f - Merge remote-tracking branch 'stable/17.05' into hotfix/DPDK-1036_stable_17.05-to_qoriq 5afa218 - Merge pull request #482 in GITAM/dpdk from DPDK-178-BE to 17.05-next-qoriq 0192452 - net/dpaa: add frame count based tail drop with CGR d5026f6 - net/dpaa2: removing double env variable for Tail drop setting 7468d34 - net/ixgbe: fix compilation on ARM BE c493e1f - net/i40e: fix compilation on ARM BE f502ece - bus/dpaa: fix compilation on ARM BE bfa94d6 - lpm: fix compilation on ARM BE 815ea7d - pmdinfogen: fix cross compilation for ARM BE 14c81be - Merge pull request #478 in GITAM/dpdk from DPDK-806-phyaddr to 17.05-next-qoriq b31eb4d - Merge pull request #472 in GITAM/dpdk from DPDK-1010-misc to 17.05-next-qoriq 11c1c9e - bus/dpaa: fix missing symbol for shared build 07e60bd - net/dpaa2: set queues if reconfiguration is done 1918d8c - test/test: improve dequeue logic for crypto operation b0c1ecb - net/dpaa2: support to configure taildrop size 223fe63 - net/dpaa2: support rx query count api 3333924 - net/dpaa2: enable parse error packet to driver by default 4eec0f0 - net/dpaa: optimize phy to virt for push mode queue 8b3e1c9 - net/dpaa: removing the data prefetch from driver 7505585 - net/dpaa: increase the tail drop length 23505e0 - net/dpaa: optional support for push mode queues cad1ddb - crypto/dpaa: optimizing the virt to phy conversion 4c84009 - net/dpaa: optimize the phy to virt conversion d44f70f - mempool: indicate if mempool elements are allocated from muliple memzones 77e5fd8 - errata: dpaa - change the block size flag name in alignment with upstream 305c71a - errata: mbuf - dpaa errata to use family mask cd6f661 - bus/dpaa: adding fq as a parameter for portal get 2daf985 - Merge pull request #474 in GITAM/dpdk from bugfix/DPDK-845-correction to 17.05-next-qoriq 3a2ea0d - examples/ipsec-secgw: add protocol offload cfg files for 64x64 tunne *install nxp config files Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-01-25ovs-dpdk: update to 5c67e9cChunrong Guo
*include the following changes: 5c67e9c - Set release date for 2.8.1. 5f3bd11 - connmgr: Fix violation of flow monitoring protocol description. c6825a6 - ovn/actions: Improve OVN load-balancing performance. fb805ee - datapath-windows: Fix bugs in cleaner threads eb078f4 - dpif-netdev: Fix a zero-rate bug for meter 45c7b48 - conntrack: Tighten handling of alg reverse conns. 99ae061 - conntrack: Add function ct_print_conn_info(). 664a67e - conntrack: Create nat_conn_keys_insert(). 35ab152 - netdev-dpdk: reset packet_type for reused dp_packets. b9ba6b4 - dp-packet: Refactor DPDK packet initialization. d14a88e - docs: Use DPDK 17.05.2 release. d366c02 - Documentation: Also define install-man-rst when Sphinx is not available. ec0b301 - Debian: Update package dependency Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-01-25qbman_userspace: update to 75ff61aChunrong Guo
*include the following changes: 75ff61a - Add API to invalidate the portals cacheable area 3444c4e - Update COPYING file copyright format f9dd8c6 - Merge pull request #31 in DPAA2/qbman_userspace from compat_cleanup to master 8f02396 - Merge pull request #32 in DPAA2/qbman_userspace from ~R54964/qbman_userspace:master to master Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-01-25odp: update to 55abe6dChunrong Guo
include the following changes: 55abe6d - submodule: change to github 7db258d - Merge pull request #520 in GITAM/odp from ~NXA07732/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 6a2a62f - Updating the sub-module path to bitbucket from stash. 2923db9 - dpaa2: Fix odp restart issue in scheduler mode 946d32e - odp: Update qbman commit to 75ff61a7ca6acdbdbb780161b053cbcbc990f1be e354952 - Removing atomic/ordered context while enqueuing the buffer Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-01-25merge-files: fix test_signatures failedChunrong Guo
*remove do_unpack[nostamp] and do_install[nostamp] to fix the below error: |merge-files:do_unpack: d2dd30367d5f5126514809c29f4b60f3 -> 83d69c6e61f2de297c0acb94f3531689 |bitbake-diffsigs --task merge-files do_unpack --signature d2dd30367d5f5126514809c29f4b60f3 83d69c6e61f2de297c0acb94f3531689 |NOTE: Starting bitbake server... |Taint (by forced/invalidated task) changed from nostamp:a4c64ee4-dc12-4ba0-b598-d47afd77eefb to nostamp:49eb1718-bacc-46d8-9658-779aff62b7ee Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-18ovs-dpdk: update recipesChunrong Guo
*update SRC_URL *include the following changes 626a260 - Merge pull request #8 in DQNS/ovs-dpdk from ~B10814/ovs-dpdk:branch-2.7-qoriq to branch-2.7-qoriq * update COMPATIBLE_MACHINE for ls1088a Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-18odp:update recipesChunrong Guo
*update to bef6398 odp include the following changes bef6398 - TM: Invalid flow crash fix 8e7a136 - Removed device based jiffies df492ef - Fixing legal issues 3e9c5da - Scripts: binaries path and odp_tm test cases updated c91dac8 - Werror flag enabled for ODP library ced3aaf - Updated MC flib to version 10.3.2 a68cd87 - odp_pktio_stats API updated 03e0e05 - LD_LIBRARY_PATH removed from loopback_script 7a64406 - CUNIT: Cunit installation enabled 048c6a6 - script: ODP library path fixed *flib include the following changes bbab28b - fix PDCP warnings for User Plane descriptor fcad69f - fix PDCP SNOW f8 + AES CMAC decapsulation *fix wrong md5sum of license file license file has changes *remove ODP_PLATFORM for ls1043ardb and ls1046ardb ODP_PLATFORM only support "linux-dpaa2" *remove "enable-build-type" and "with-sdk-install-path" config options odp configure do not support "with-sdk-install-path" and "enable-build-type" *fix building error with GCC7 set CFLAGS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-18dpdk: update recipesChunrong Guo
*update to 3d7a6ae include the following changes 3d7a6ae - license: fix legal review request comments 148e3dc - Revert "crypto/openssl: fix compilation break with openssl 1.1" 9845264 - crypto/openssl: fix compilation break with openssl 1.1 95e380c - net/dpaa2: set queues if reconfiguration is done 64578fa - bus/dpaa: fix port order shuffling f58c470 - Merge pull request #451 in GITAM/dpdk from feature/DPDK-837 to 17.05-qoriq 7132562 - dpaa: Patch to fix coverity issue *remove 0001-fix-build-with-gcc-7.1.patch patches have beed applyed *remove load-devel-config.sh fix the below error |can't read load-devel-config.sh *Remove the commented code. *replace ${datadir}/tools with ${datadir}/* *replace /usr/bin with ${bindir} *replace /usr/sbin with ${sbindir} Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-18cantest :update recipes for support QoriqChunrong Guo
*update SRC_URL and update to 9a97358 include the following changes 9a97358 - cantest: add build support in flexbuild *add EXTRA_OEMAKE This recipe currently relies on EXTRA_OEMAKE *remove COMPATIBLE_MACHINE nxp release will not support ppc machine Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-12Remove $COREBASE/LICENSE from LIC_FILES_CHKSUMChunrong Guo
Several recipes reference the LICENSE file in their LIC_FILES_CHKSUM variable as ${COREBASE}/LICENSE. This forces distribution providers to keep this file verbatim or to overload the affected recipes. The section "Moving to the Yocto Project 1.6 Release" in the Yocto manual suggests removing the LICENSE file where possible. Remove LICENSE in cases where COPYING.MIT is also given and replace LICENSE with COPYING.MIT if the former was the only entry. All modified recipes specify LICENSE = "MIT" and none of the in-tree files specify a different license either. As the packages do not change (the license files are not contained in them), do not increase PR. (From OE-Core rev: 0059e0661826c857a07c862bcb46162671e0e330) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-08-30ofp: add ls1088a supportChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-08-07odp: update to fdb26cbChunrong Guo
*include the following changes fdb26cb - Removing local compilation patch from QBMAN repo 487e3ce - Patch to update the repo for submodule to github repo. d62396e - Patch to fix the copyright issues caught by black-duck 14878eb - Patch to fix legal review comments. e460f97 - Minor changes in KNI module w.r.t. Linux 4.4 541d97b - Merge pull request #492 in GITAM/odp from ~B42948/odp:feature/ODP-1114 to fsl_odp_v16.07_qoriq bf27ab6 - Merge pull request #490 in GITAM/odp from ~B49015/odp:fsl_odp_v16.07_qoriq_bug5 to fsl_odp_v16.07_qoriq 3b17a94 - Script: A script added to disable the services on ls2088 board 1a6e18f - Merge pull request #491 in GITAM/odp from ~B02416/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 1358542 - Patch to remove the support for dpaa1 from ODP. 5a7998a - Patch to sync the ODP QBMAN code with QBMAN repo. 589700d - Affing threads starting from highest CPU# 1bdbf7a - Merge pull request #485 in GITAM/odp from ~B38457/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq e6344c8 - Merge pull request #484 in GITAM/odp from ~B42948/odp:bugfix/ODP-1099 to fsl_odp_v16.07_qoriq fe19377 - Removing global variable "enable_hash" 909b445 - Updating DPL creation script for AIOP support 776e830 - Fixing array out of bound issue for tm_capability records e036b2e - Merge pull request #480 in GITAM/odp from ~B46187/odp_2:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 5fa71cb - odp_dpaa2: Patch to change queue state when queue is attached 188333f - odp_dpaa2: Patch to fix DPNI_OPTIONS issue in dynamic_dpl script. 9d8fcba - Merge pull request #476 in GITAM/odp from ~B38457/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 1dd2557 - Merge pull request #479 in GITAM/odp from ~B02416/odp:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq c67496b - Adding README for QorIQ ODP in LDASH. d9864bb - Merge pull request #474 in GITAM/odp from ~B49015/odp:fsl_odp_v16.07_qoriq_bug5 to fsl_odp_v16.07_qoriq 7385bc4 - Merge pull request #475 in GITAM/odp from ~B46187/odp_2:fsl_odp_v16.07_qoriq to fsl_odp_v16.07_qoriq 6d4381b - Giving dedicated portals to control threads. 4361d1f - Validating pktio state before cleaning it ac87bce - odp_dpaa2: Patch to define MAP_HUGETLB flag. 09ac60f - SCRIPT: Invalid board type fix 924e7a4 - Merge pull request #471 in GITAM/odp from ~B42948/odp:feature/ODP-988 to fsl_odp_v16.07_qoriq Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-08-07dpdk-extras: update to d17f3e0654Chunrong Guo
*include the following changes d17f3e0 - Remove "All rights reserved" in copyright ce5e45a - dpaa: changing type of disable script fc00cb6 - Update copyright text based on legal review input 3b1d9a8 - Services: disable_services.sh script added to disable the services 878feaf - dpaa2: make loopback script executable a55e7b1 - dpaa2: disable PEB buffers for ls1088 327fd49 - dynamic_dpl: BOARD_TYPE environment variable dependancy removed c56f9dd - dynamic_dpl: add board_type environment variable 72bd2b8 - dpaa2: loopback_ipsec_secgw.sh modified for latest application changes 53c368f - dpaa2: loopback_ipfragment_reassembly.sh modified for large size ping b3ea7ab - dpaa2: adding support for PERF Buffers Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-08-07dpdk: update to 98f548c36Chunrong Guo
*include the following changes 98f548c - dpaa2: fix incorrect copyright string 7962baa - examples/ipsec-secgw: modify port numbers in config files 3217401 - dpdk-extras: updating submodule commit e011184 - dpdk-extras: update commit of submodule 4bea5be - dpaa2: fix incorrect copyright string 09e88a4 - dpdk-extra: update submodule commit 7fc9dad - IPSEC:Enabling dequeue of all pending packets before retransmitting eaf69d3 - Merge pull request #377 in GITAM/dpdk from ~B10814/dpdk:16.07-qoriq to 16.07-qoriq 6a5d817 - dpaa: naming alignment with 17.05 code b802c02 - mempool: fix search of maximum contiguous pages b889f0b - net/dpaa2: tx cgr setting to frame based e3b9a92 - net/dpaa2: change rx and tx queue numbers from MC attributes 5aba5d9 - vfio: fix memseg error message ec49f70 - Merge pull request #376 in GITAM/dpdk from ~B27504/dpdk:16.07-qoriq to 16.07-qoriq c024799 - Merge pull request #373 in GITAM/dpdk from ~B10814/dpdk:16.07-qoriq to 16.07-qoriq d3b2ef0 - dpaa1: have separate device id's for eth and sec 874df10 - dpaa: update the parsing mask 0eff523 - bus/fslmc: panic on failure to get DPIO fbd65d1 - dpaa2: obtain kernel version and toggle MSI setup 2143d38 - dpaa: modify compatible string due to kernel update from 4.1 to 4.4 d17c69d - dpdk-extras: commit-id updated 43f4f81 - Merge pull request #369 in GITAM/dpdk from ~B10814/dpdk:16.07-qoriq to 16.07-qoriq 431ff86 - net/dpaa: expose env variable to disable taildrop 8e451ee - Merge pull request #366 in GITAM/dpdk from ~B49015/dpdk:16.07-qoriq_fix to 16.07-qoriq 3876243 - DPAA2: coverity issues fixes Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>