From 3737bbd5303d876ec5f1da1062a8916c15ccece8 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sat, 21 May 2022 16:39:44 +0900 Subject: Fix firmware path at gles-user-module At commit 4f5cf5dc8de803407fa9d3ffa13994309edde985 in meta-agl change firmware installation path /lib/firmware to ${nonarch_base_libdir}/firmware. The gles-user-module.bbappend of meta-agl-lxc has divided firmware only package from library packages. This patch fix firmware installation path in file lists, that is firmware only package. Bug-AGL : SPEC-4394 Signed-off-by: Naoto Yamaguchi Change-Id: I638885b97db50aa8beac2f2df31ab6d52e44c831 --- .../recipes-graphics/gles-module/gles-user-module.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-lxc/dynamic-layers') diff --git a/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend b/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend index f853a22b..462dd5fc 100644 --- a/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend +++ b/meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend @@ -14,7 +14,7 @@ SYSTEMD_SERVICE:${PN} = "" FILES:${PN}-firmware = " \ ${systemd_system_unitdir}/* \ ${sysconfdir}/udev/* \ - /lib/firmware/* \ + ${nonarch_base_libdir}/firmware/* \ ${exec_prefix}/bin/pvrinit \ " SYSTEMD_SERVICE:${PN}-firmware = "rc.pvr.service" -- cgit 1.2.3-korg