From dd48c93dc7ca4e37156413652ba716d008c2edcd Mon Sep 17 00:00:00 2001 From: Kenta Date: Thu, 10 Oct 2024 18:10:32 +0900 Subject: Unified HMI: Consolidate recipes under meta-uhmi Move all recipes from meta-rvgpu and meta-distributed-display-fw into meta-uhmi. And, document the build instructions for RVGPU and DDFW in the README. Bug-AGL: SPEC-5254 Change-Id: I0f3362b0f79105de39584d0a5659ac9e3c9d3a2b Signed-off-by: Kenta --- .../rvgpu-wlproxy/rvgpu-wlproxy_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-uhmi/recipes-graphics/rvgpu-wlproxy/rvgpu-wlproxy_git.bb (limited to 'meta-uhmi/recipes-graphics/rvgpu-wlproxy/rvgpu-wlproxy_git.bb') diff --git a/meta-uhmi/recipes-graphics/rvgpu-wlproxy/rvgpu-wlproxy_git.bb b/meta-uhmi/recipes-graphics/rvgpu-wlproxy/rvgpu-wlproxy_git.bb new file mode 100644 index 00000000..5f6a70f2 --- /dev/null +++ b/meta-uhmi/recipes-graphics/rvgpu-wlproxy/rvgpu-wlproxy_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Panasonic UHMI RVGPU Wayland Proxy" +DEPENDS = " virtual/libgbm libinput libxkbcommon" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a8a0cf4075753e7d7e8c948171357af0" + +SRCREV ="067d46a8977852afb8b503bd7d833b9037673db4" +BRANCH ?= "main" + +SRC_URI = " \ + git://github.com/unified-hmi/rvgpu-wlproxy.git;protocol=https;branch=${BRANCH} \ +" +PV = "0.0+git${SRCPV}" + +S = "${WORKDIR}/git" + +inherit pkgconfig cmake + +FILES:${PN} += "/usr/bin/*" -- cgit 1.2.3-korg