diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:19 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
commit | 71bdff5a7ab6e123e24d799693fc712fe7b1100c (patch) | |
tree | c5d42f932f5eefd507a3dcc1814fb5b306fda2d4 /recipes-extended/dpdk | |
parent | 0939aead24d5c27d748650e5ee020ab57fc7aeae (diff) | |
download | meta-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.bb | 8 |
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 @@ | |||
1 | DESCRIPTION = "Data Plane Development Kit Extended utilities" | 1 | DESCRIPTION = "Data Plane Development Kit Extended utilities" |
2 | HOMEPAGE = "http://dpdk.org" | 2 | HOMEPAGE = "http://dpdk.org" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d65993a77975d92d8125471e44ab0b21" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4ac6ab4e4bcf4c79cb9257f3c61934f6" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "dpdk" | 6 | RDEPENDS_${PN} = "dpdk" |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/dpdk-extras.git;nobranch=1" | 8 | SRC_URI = "git://github.com/qoriq-open-source/dpdk-extras.git;nobranch=1" |
9 | SRCREV = "47ee260f878d83154aeb69d9f84819ce76cc1567" | 9 | SRCREV = "d17f3e065474a41e314ff73b9035e5b3dc021a28" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
@@ -24,4 +24,4 @@ do_install() { | |||
24 | } | 24 | } |
25 | 25 | ||
26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
27 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a)" | 27 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)" |