diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-23 14:00:16 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:07:59 +0700 |
commit | 164e8a1d380d329b8af34f48e72b6532f5146642 (patch) | |
tree | 8dd5b92e9274bc487ecab309fa085c2fe2f0f5fb /meta-rcar-gen3/recipes-kernel/kernel-module-uvcs/kernel-module-uvcs-drv.bb | |
parent | bfd1a5eee3c0b5e53e1b26b068e8afa81a7ad85d (diff) |
rcar-gen3: kernel-module-uvcs-drv: Update new package name
Video Codec new packages have been released.
This commit modifies recipe to add UVCS driver new package.
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-kernel/kernel-module-uvcs/kernel-module-uvcs-drv.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/kernel-module-uvcs/kernel-module-uvcs-drv.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/kernel-module-uvcs/kernel-module-uvcs-drv.bb b/meta-rcar-gen3/recipes-kernel/kernel-module-uvcs/kernel-module-uvcs-drv.bb index c4c64ce..eb2990a 100644 --- a/meta-rcar-gen3/recipes-kernel/kernel-module-uvcs/kernel-module-uvcs-drv.bb +++ b/meta-rcar-gen3/recipes-kernel/kernel-module-uvcs/kernel-module-uvcs-drv.bb @@ -16,13 +16,10 @@ require include/rcar-gen3-path-common.inc inherit module PR = "r0" -UVCS_SRC = "${@base_conditional('USE_VIDEO_OMX', '1', 'file://RCG3VUDRL4001ZDO.tar.bz2', '', d)}" +UVCS_SRC = "${@base_conditional('USE_VIDEO_OMX', '1', 'file://RCG3VUDRL4101ZDO.tar.bz2', '', d)}" SRC_URI = "${UVCS_SRC}" -# Add a patch file to support M3N board -SRC_URI_append = " file://0001-update-uvcs-driver-for-M3N-support.patch" - -S = "${WORKDIR}/RCG3VUDRL4001ZDO" +S = "${WORKDIR}/RCG3VUDRL4101ZDO" EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR}" EXTRA_OEMAKE += "CROSS_COMPILE=${CROSS_COMPILE}" |