aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@rvc.renesas.com>2017-03-22 10:57:20 +0700
committerKhiem Nguyen <khiem.nguyen.xt@renesas.com>2017-03-27 02:58:55 +0000
commit133999da41a9cf8b3ed3499f20bb2c5e922cc81e (patch)
treec7b9afdb2ee929b2e23649e14c340f85ffc5ecf3
parent1a9dd223223d47c5f4ef7ae7cee238b636737db3 (diff)
rcar-gen3: gles-user-module: Update firmware to support both WS 1.x and WS 2.0
This commit changes the package configuration from previous one in order to support both H3 WS1.x and WS2.0. Change-Id: I341155c6acc11658f570743e7135250960fb71c7 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
index 939c61b..16ed079 100644
--- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
+++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
@@ -53,7 +53,7 @@ do_install() {
install -d ${D}/${exec_prefix}/local/bin
install -m 755 ${S}/${exec_prefix}/local/bin/dlcsrv_REL ${D}/${exec_prefix}/local/bin/dlcsrv_REL
install -d ${D}/lib/firmware
- install -m 644 ${S}/lib/firmware/rgx.fw ${D}/lib/firmware/
+ install -m 644 ${S}/lib/firmware/* ${D}/lib/firmware/
# Install pkgconfig
install -d ${D}/${libdir}/pkgconfig
@@ -87,7 +87,7 @@ PACKAGES = "\
FILES_${PN} = " \
${sysconfdir}/* \
${libdir}/* \
- /lib/firmware/rgx.fw \
+ /lib/firmware/rgx.fw* \
/usr/local/bin/* \
"