summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-07-28 15:44:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commit71bdff5a7ab6e123e24d799693fc712fe7b1100c (patch)
treec5d42f932f5eefd507a3dcc1814fb5b306fda2d4 /recipes-extended/dpdk
parent0939aead24d5c27d748650e5ee020ab57fc7aeae (diff)
downloadmeta-freescale-71bdff5a7ab6e123e24d799693fc712fe7b1100c.tar.gz
dpdk-extras: update to d17f3e0654
*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>
Diffstat (limited to 'recipes-extended/dpdk')
-rw-r--r--recipes-extended/dpdk/dpdk-extras_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/dpdk/dpdk-extras_git.bb b/recipes-extended/dpdk/dpdk-extras_git.bb
index 098766d9..15aec95e 100644
--- a/recipes-extended/dpdk/dpdk-extras_git.bb
+++ b/recipes-extended/dpdk/dpdk-extras_git.bb
@@ -1,12 +1,12 @@
1DESCRIPTION = "Data Plane Development Kit Extended utilities" 1DESCRIPTION = "Data Plane Development Kit Extended utilities"
2HOMEPAGE = "http://dpdk.org" 2HOMEPAGE = "http://dpdk.org"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d65993a77975d92d8125471e44ab0b21" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4ac6ab4e4bcf4c79cb9257f3c61934f6"
5 5
6RDEPENDS_${PN} = "dpdk" 6RDEPENDS_${PN} = "dpdk"
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/dpdk-extras.git;nobranch=1" 8SRC_URI = "git://github.com/qoriq-open-source/dpdk-extras.git;nobranch=1"
9SRCREV = "47ee260f878d83154aeb69d9f84819ce76cc1567" 9SRCREV = "d17f3e065474a41e314ff73b9035e5b3dc021a28"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
@@ -24,4 +24,4 @@ do_install() {
24} 24}
25 25
26PACKAGE_ARCH = "${MACHINE_ARCH}" 26PACKAGE_ARCH = "${MACHINE_ARCH}"
27COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a)" 27COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)"