Fix firmware path at gles-user-module 11/27511/3
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sat, 21 May 2022 07:39:44 +0000 (16:39 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 9 Jun 2022 11:02:47 +0000 (11:02 +0000)
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 <naoto.yamaguchi@aisin.co.jp>
Change-Id: I638885b97db50aa8beac2f2df31ab6d52e44c831

meta-agl-lxc/dynamic-layers/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend

index f853a22..462dd5f 100644 (file)
@@ -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"