diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-25 13:53:27 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | a72e7b10532445ec6ddabb3ad424bb108d21e2cb (patch) | |
tree | 2bd6acc8dedd854e6c00d2697724c0b33e417ab8 /meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb | |
parent | e18c83b1bc5310d30bc767245e036d9970f68bf2 (diff) |
rcar-gen3: ADSP: Update ADSP new package names
ADSP new packages have been released.
This commit modifies recipes to add them.
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/recipes-multimedia/adsp-module/adsp-fw-module.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb b/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb index c57a47a..8849b4c 100644 --- a/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb +++ b/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb @@ -3,14 +3,14 @@ LICENSE = "CLOSED" require include/adsp-control.inc -SRC_URI = "${@base_conditional('USE_ADSP', '1', 'file://RCG3AHFWN0101ZDP.tar.gz', '', d )}" +SRC_URI = "${@base_conditional('USE_ADSP', '1', 'file://RCG3AHFWN0201ZDP.tar.gz', '', d )}" do_configure[noexec] = "1" do_compile[noexec] = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" -S = "${WORKDIR}/RCG3AHFWN0101ZDP" +S = "${WORKDIR}/RCG3AHFWN0201ZDP" do_install() { # create the firmware dir |