[meta-intel] [master & fido][PATCH 2/4] meta-isg: fix dpdk_qat example for dpdk v1.8.0

Darren Hart dvhart at linux.intel.com
Fri Jul 24 12:17:09 PDT 2015


On 7/24/15 10:07 AM, Anuj Mittal wrote:
> Make sure that the dpdk_qat example builds.
> 

Hi Anuj,

When submitting patches, please provide enough context in the commit
message for others (reviewers and future developers using the git log to
build context) can understand why a patch was needed, what it addresses
specifically, and how it goes about fixing it. The above one line, does
not provide sufficient detail for anyone to know what the problem is.

If you aren't sure how to go about this, please review the current git
log and the yocto project patch guidelines:

http://openembedded.org/wiki/Commit_Patch_Message_Guidelines

All four patches in this series need a complete commit message. For this
patch and 1/2 you could reuse the same message, updated only to reflect
the version change.

> Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
> ---
>  .../common/recipes-extended/dpdk/dpdk_1.8.0.bb     |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb
> index 5265a9c..5122324 100644
> --- a/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb
> +++ b/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb
> @@ -6,6 +6,7 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
>  	   file://dpdk-1.8.0-and-2.0.0-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
>  	   file://dpdk-1.8.0-and-2.0.0-add-sysroot-option-within-app-makefile.patch \
>  	   file://dpdk-1.8.0-and-2.0.0-dpdk-defconfig-select-RTE_MACHINE-type.patch \
> +	   file://dpdk-1.8.0-and-2.0.0-point-to-the-right-include-and-lib-path.patch \
>  	   "
>  
>  SRC_URI[dpdk.md5sum] = "11ad8785aaa869cc87265bcb8d828f22"
> 

-- 
Darren Hart
Intel Open Source Technology Center


More information about the meta-intel mailing list