diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-10-24 16:15:15 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-24 20:15:52 +0700 |
commit | be71e972ba37c02bd6bbd66500f8173b3c775b04 (patch) | |
tree | 2eb0038d567c714bfabe9f90ebae39e23a259c4d /meta-rcar-gen3/docs/sample/copyscript/copy_proprietary_softwares.sh | |
parent | 2ffae4f6b2ad41f0e4a8a8ab114636370f3f0413 (diff) |
rcar-gen3: GFX: Update to support M3N board
This commit modifies graphic recipes to support M3N GFX version.
It also updates copyscript to support copying M3N GFX packages.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/docs/sample/copyscript/copy_proprietary_softwares.sh')
-rwxr-xr-x | meta-rcar-gen3/docs/sample/copyscript/copy_proprietary_softwares.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-rcar-gen3/docs/sample/copyscript/copy_proprietary_softwares.sh b/meta-rcar-gen3/docs/sample/copyscript/copy_proprietary_softwares.sh index 3a100e1..e36d39a 100755 --- a/meta-rcar-gen3/docs/sample/copyscript/copy_proprietary_softwares.sh +++ b/meta-rcar-gen3/docs/sample/copyscript/copy_proprietary_softwares.sh @@ -127,8 +127,10 @@ _adsp_km_list="adsp_driver,RCG3AHPDL4001ZDO,RCG3AHPDL4001ZDO.tar.gz" # <package_name(user)>,<copy_file_name(user)>,<package_name(kernel)>,<copy_file_name(kernel)>" _gfx_list="RTM0RC7795GLTG0001SL40C,r8a7795_linux_gsx_binaries_gles3.tar.bz2,RCH3G001L4001ZDO,GSX_KM_H3.tar.bz2 \ RTM0RC7796GLTG0001SL40C,r8a7796_linux_gsx_binaries_gles3.tar.bz2,RCM3G001L4001ZDO,GSX_KM_M3.tar.bz2 \ + RTM0RC7796GLPGB001SL41C,r8a77965_linux_gsx_binaries_gles.tar.bz2,RCN3G001L4101ZDO,GSX_KM_M3N.tar.bz2 \ INFRTM0RC7795GLTG0001SL40C,INF_r8a7795_linux_gsx_binaries_gles3.tar.bz2,RCH3G001L4001ZDO,GSX_KM_H3.tar.bz2 \ - INFRTM0RC7796GLTG0001SL40C,INF_r8a7796_linux_gsx_binaries_gles3.tar.bz2,RCM3G001L4001ZDO,GSX_KM_M3.tar.bz2" + INFRTM0RC7796GLTG0001SL40C,INF_r8a7796_linux_gsx_binaries_gles3.tar.bz2,RCM3G001L4001ZDO,GSX_KM_M3.tar.bz2 \ + INFRTM0RC7796GLPGB001SL41C,INF_r8a77965_linux_gsx_binaries_gles.tar.bz2,RCN3G001L4101ZDO,GSX_KM_M3N.tar.bz2" # ICCOM # Please add ICCOM to "_iccom_list" |