]> code.ossystems Code Review - meta-freescale.git/commitdiff
dpdk-extras: update to d17f3e0654
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 28 Jul 2017 07:44:19 +0000 (15:44 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 7 Aug 2017 14:42:29 +0000 (11:42 -0300)
*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>
recipes-extended/dpdk/dpdk-extras_git.bb

index 098766d9efcc8af1cf3590aad3d5dd0363fb5f32..15aec95e9fce04dd454b0ab7197c2f1ab9d2a008 100644 (file)
@@ -1,12 +1,12 @@
 DESCRIPTION = "Data Plane Development Kit Extended utilities"
 HOMEPAGE = "http://dpdk.org"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d65993a77975d92d8125471e44ab0b21"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4ac6ab4e4bcf4c79cb9257f3c61934f6"
 
 RDEPENDS_${PN} = "dpdk"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/dpdk-extras.git;nobranch=1"
-SRCREV = "47ee260f878d83154aeb69d9f84819ce76cc1567"
+SRC_URI = "git://github.com/qoriq-open-source/dpdk-extras.git;nobranch=1"
+SRCREV = "d17f3e065474a41e314ff73b9035e5b3dc021a28"
 
 S = "${WORKDIR}/git"
 
@@ -24,4 +24,4 @@ do_install() {
 }
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a)"
+COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)"