From e3d7b3aba6f65d7c4423fb77c34998cfd7e6ec3b Mon Sep 17 00:00:00 2001 From: Ankit Navik Date: Wed, 17 Jul 2019 11:04:54 +0530 Subject: libxcam: Initial recipe for libXCam 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 Signed-off-by: Anuj Mittal --- ...kan-point-to-correct-location-of-spv-shad.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes-core/libxcam/files/0001-modules-vulkan-point-to-correct-location-of-spv-shad.patch (limited to 'recipes-core/libxcam/files/0001-modules-vulkan-point-to-correct-location-of-spv-shad.patch') diff --git a/recipes-core/libxcam/files/0001-modules-vulkan-point-to-correct-location-of-spv-shad.patch b/recipes-core/libxcam/files/0001-modules-vulkan-point-to-correct-location-of-spv-shad.patch new file mode 100644 index 00000000..911d7aac --- /dev/null +++ b/recipes-core/libxcam/files/0001-modules-vulkan-point-to-correct-location-of-spv-shad.patch @@ -0,0 +1,30 @@ +From 99f7a588ee827e25a153ac066a4f80f13a86e10e Mon Sep 17 00:00:00 2001 +From: Anuj Mittal +Date: Mon, 29 Jul 2019 12:27:19 +0800 +Subject: [PATCH] modules/vulkan: point to correct location of spv shaders + +They are not generated and are present in source directory. + +Upstream-Status: Submitted [https://github.com/intel/libxcam/pull/654] + +Signed-off-by: Anuj Mittal +--- + modules/vulkan/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/modules/vulkan/Makefile.am b/modules/vulkan/Makefile.am +index 22763f0..56578ec 100644 +--- a/modules/vulkan/Makefile.am ++++ b/modules/vulkan/Makefile.am +@@ -5,7 +5,7 @@ XCAM_VK_CXXFLAGS = \ + $(LIBVULKAN_CFLAGS) \ + -I$(top_srcdir)/xcore \ + -I$(top_srcdir)/modules \ +- -I$(top_builddir)/shaders/spv \ ++ -I$(top_srcdir)/shaders/spv \ + $(NULL) + + XCAM_VK_LIBS = \ +-- +2.7.4 + -- cgit v1.2.3-54-g00ecf