aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-multimedia/avb-applications
AgeCommit message (Collapse)AuthorFilesLines
2020-05-04rcar-gen3: Replace deprecated bbclassKhang Nguyen1-1/+1
distro_features_check.bbclass is deprecated, this commit updates recipes to use features_check.bbclass instead. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Id8a4848dbfd53ecb7033fdfff0459fd520a892d3
2019-12-24rcar-gen3: gstreamer/avb-application: Use gitsm fetcherKhang Nguyen2-14/+1
The code repositories of Gstreamer and avb-application contain git submodule, this updates recipes to use gitsm fetcher instead of git which needs an additional function to handle git submodule. Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Iee69ef8bd312519b9a2d4471340089df244cd0eb
2018-12-20rcar-gen3: EtherAVB: Update SRCREV to the latest versionDuy Dang1-1/+1
This commit updates SRCREV of EtherAVB driver and applications to follow the latest version for some changes as below: [avb-mse] - Core: Add filter of outliers in create avtp timestamp - Core: Fix problem that the streaming might be stalled - Core: Fix missing bit mask at difference calculation of M2TS timestamp [avb-applications] - avdecc: make: fix cmake error if not doing submodule update - avblauncher: update example script affect by changed MSE usage Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-10-29rcar-gen3: avb-applications: Remove avb-control.inc requirementDuy Dang1-1/+0
This recipe requires avb-applications.inc which defines USE_AVB variable, but nothing uses it. So it is safe to remove that requirement. Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-03-22rcar-gen3: avb-demoapps: Fix comment typoKhang Nguyen1-1/+1
This commit fixes a comment typo. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-03-22rcar-gen3: avb-applications: Update SRCREV to follow the latest versionKhang Nguyen3-104/+1
This commit removes an unused patch and updates SRCREV for avb-applications. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: open-avb: Update SRCREV to follow latest versionThao Nguyen3-1/+104
This commit modifies SRCREV of open-avb to follow upstream repository name/URL change. It also adds 2 patches to fix compile error and QA issues. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Masaru Nagai <masaru.nagai.vx@renesas.com> Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: avb-demoapps: Add dependency on cmake-nativeThuy Tran1-1/+1
This commit adds cmake-native into DEPENDS to fix compile issues below | /bin/sh: 1: cmake: not found Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2018-01-30rcar-gen3: avb-applications: Remove gptp_cfg_100mb.ini in install targets.Masaru Nagai1-2/+0
Avb-applications have been updated. Signed-off-by: Masaru Nagai <masaru.nagai.vx@renesas.com> Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-08-25rcar-gen3: Use flexible coding style for Renesas datadirRonan Le Martret1-1/+1
This commit modifies recipes to use RENESAS_DATADIR variable for /usr/local directory instead of hard coding. This commit comes from AGL patch. Bug-AGL: SPEC-533 Change-Id: I865ea809c3c59ba136027fc8b99628df20c16275 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> (cherry picked from commit 9598336fa2b4a4237255cdd866350eb7c03fdd81)
2017-04-19rcar-gen3: Fix issue downloading from http/https proxyRenesas-Yocto-v2.19.0Thao Nguyen1-0/+4
This patch corrects the problem of git submodule when network of build environment uses http/https proxy. Change-Id: I5ac7a63da7336f3422231863aa08c5fe69ad54df Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: EthernetAVB: Update SRCREV, DEPENDS and add installed filesMasaru Nagai1-1/+1
This commit will update SRCREV of EthernetAVB components for following changes: avb-mse - Update version to v0.5. - Add avb-mch in DEPENDS. - Add compile options. - Modify mapping of ALSA/V4L2 device names. - Fix some problems. avb-mch - Update version to v0.3. - Add main functions. avb-streaming - Update version to v2.7.0. - Fix minor defect. avb-applications - Update version to v2.7.0. - Change URL scheme of git submodule jdksavdecc-c. LIC_FILES_CHKSUM are also updated kernel-module-avb-mse and kernel-module-avb-mch due to change of year in Copyright. Change-Id: I80707a1602603696c592fb2c181de2384ddb7ebc Signed-off-by: Masaru Nagai <masaru.nagai.vx@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-01-27First commit.Renesas-Yocto-v2.16.0Takamitsu Honda3-0/+145
Renesas BSP v3.5.1 (kernel v4.9 stable) [Environment] poky: yocto-2.1.2 (cca8dd15c8096626052f6d8d25ff1e9a606104a3) meta-openembedded: 55c8a76da5dc099a7bc3838495c672140cedb78e meta-linaro: 2f51d38048599d9878f149d6d15539fb97603f8f [Information] - U-boot: Changed load address from H'49000000 to H'50000000 - XDG_RUNTIME_DIR has been changed from "/run/user/root" to "/run/user/0" - Change location of include directory, which stores common user header files, to $(INCSHARED) - In BSP Only, core-image-weston is not supported even though local-wayland.conf is provided. - Please set Salvator-x SW7 Pin-1. In after Yocto BSP v2.12.0, it is  necessary to enable BKUP_TRG signal for Suspend to RAM. - The dtb filename was changed in R-Car H3. Only "Image-r8a7795-es1-salvator-x.dtb" is supported in this version. Please use "Image-r8a7795-es1-salvator-x.dtb" It supports R-Car H3 WS1.0 and WS1.1. - Please update your local.conf and bblayers.conf corresponding to Yocto v2.16.0 package. You can refer to meta-rcargen3/docs/sample/conf/ for updated contents. - You have to re-compile out-of-recipe software like user application by v2.16.0 SDK toolchains. - In some boards, the resuming from System Suspend to RAM may cause unstable operation or failed to resume. Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>