[meta-intel] [PATCH] libxcam: Initial recipe for libXCam

Saini, Naveen Kumar naveen.kumar.saini at intel.com
Sun Jul 7 18:34:13 PDT 2019



On 7/6/19 11:21 PM, Ankit Navik wrote:
> It adds generic recipe for libXCam for extended camera feature, but not limited
> in camera. It focuses on image quality improvement and video analysis.
> 
> Signed-off-by: Ankit Navik <ankit.tarot at gmail.com>
> ---
>   conf/include/maintainers.inc        |  1 +
>   recipes-core/libxcam/libxcam_git.bb | 11 +++++++++++
>   2 files changed, 12 insertions(+)
>   create mode 100644 recipes-core/libxcam/libxcam_git.bb
> 
> diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc
> index 99ddec2..e2db5d1 100644
> --- a/conf/include/maintainers.inc
> +++ b/conf/include/maintainers.inc
> @@ -19,3 +19,4 @@ RECIPE_MAINTAINER_pn-thermald = "Anuj Mittal <anuj.mittal at intel.com>"
>   RECIPE_MAINTAINER_pn-xf86-video-ast = "Anuj Mittal <anuj.mittal at intel.com>"
>   RECIPE_MAINTAINER_pn-mkl-dnn = "Ankit Navik <ankit.tarot at gmail.com>"
>   RECIPE_MAINTAINER_pn-metrics-discovery = "Ankit Navik <ankit.tarot at gmail.com>"
> +RECIPE_MAINTAINER_pn-libxcam = "Ankit Navik <ankit.tarot at gmail.com>"
> diff --git a/recipes-core/libxcam/libxcam_git.bb b/recipes-core/libxcam/libxcam_git.bb
> new file mode 100644
> index 0000000..d3b14e0
> --- /dev/null
> +++ b/recipes-core/libxcam/libxcam_git.bb
> @@ -0,0 +1,11 @@
> +SUMMARY  = "libXCam is a project for extended camera(not limited in camera) \
> +features and focus on image quality improvement and video analysis"
> +LICENSE  = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=8c911f084a3e5f46b21582a6cc9973e6"
> +SECTION = "lib"
> +
> +inherit autotools pkgconfig
> +
> +S = "${WORKDIR}/git"
> +SRCREV = "f59520198b08a67cd5aec6e9863f2e9959edfcce"
We should use stable releases. It is pointing to top of master. Could 
you point to release_1.2.2.

> +SRC_URI = "git://github.com/intel/libxcam.git"
> 


More information about the meta-intel mailing list