diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:22 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
commit | f2e3d4574ee0a543d1270c30377c2a8c24a7bda6 (patch) | |
tree | f334e128ff1e9d1f91290c4914772593783d054f /recipes-extended/odp/odp.inc | |
parent | 5e414150057f379e7b8a988c8f5832a0168fb162 (diff) | |
download | meta-freescale-f2e3d4574ee0a543d1270c30377c2a8c24a7bda6.tar.gz |
odp: update to fdb26cb
*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>
Diffstat (limited to 'recipes-extended/odp/odp.inc')
-rw-r--r-- | recipes-extended/odp/odp.inc | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 172b81c8..421deff2 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc | |||
@@ -4,21 +4,22 @@ DESCRIPTION = "OpenDataPlane (ODP) provides a data plane application programming | |||
4 | HOMEPAGE = "http://www.opendataplane.org" | 4 | HOMEPAGE = "http://www.opendataplane.org" |
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=472053b942339f200d9e1d2dcb947e9d" |
8 | 8 | ||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" | 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://git.freescale.com/ppc/sdk/odp.git;nobranch=1 \ | 12 | git://github.com/qoriq-open-source/odp.git;nobranch=1 \ |
13 | git://git.freescale.com/ppc/sdk/qbman_userspace.git;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ | 13 | git://github.com/qoriq-open-source/qbman_userspace.git;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ |
14 | git://git.freescale.com/ppc/sdk/flib.git;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ | 14 | git://github.com/qoriq-open-source/flib.git;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ |
15 | " | 15 | " |
16 | SRC_URI += "file://disable-the-Werror-flag.patch" | ||
17 | 16 | ||
18 | SRCREV = "a8935384642f5da8236260dd553c52dbbc7c63ed" | 17 | SRC_URI += "file://0001-Fix-this-build-error.patch" |
19 | SRCREV_qbman = "0b8648d702f701417cd6cc3cbcdc228e640d20b6" | 18 | |
20 | SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d" | 19 | SRCREV = "fdb26cb5c751afadf2299da2a1376e6ca0e61cc7" |
20 | SRCREV_qbman = "097595befc2bb60b733027e94ad2ed16a0e9cae0" | ||
21 | SRCREV_rta = "2c9b9dc22699f7c00f24a2134c42901932a6a0b9" | ||
21 | 22 | ||
22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
23 | 24 | ||
24 | COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2080a|ls2088a)" | 25 | COMPATIBLE_MACHINE = "(ls1043a|ls1046a|ls2080a|ls2088a|ls1088a)" |