Age | Commit message (Collapse) | Author | Files | Lines |
|
This adds COMPATIBLE_MACHINE to R-Car specific recipes to avoid error
when run "bitbake world" for non-R-Car platforms.
Signed-off-by: Duy Dang <duy.dang.yw@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ide29f6272d7c483eeda69a58f61710b2e8a42d6d
|
|
In YP2.8, alsa-lib has been upgraded to v1.1.9, the fix patch is applied
to the source code.
This reverts commit 664444a6907f73427c4bb9a67aa9df9951665977.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ia7e47f38c1b7e23b90d52c4f6227e968b3c7307c
|
|
Gstreamer has been upgraded to 1.16.0 since YP3.0(Zeus).
This commit upgrades Renesas R-Car Gstreamer recipes to follow upstream
version.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Iae63f5b924cf9f4d04f331166b5d365300888648
|
|
This commit changes to use oe.utils.conditional because these base_*
functions were removed in meta/lib/oe from YP2.5.
(From Poky rev: 58449f0e9cc4a05c88204cf8ba887b55467d886e)
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Iee8ccb134de4b955032427bd06c230c32c7084cf
|
|
M3NULCB board specifications:
R-Car M3-N Ver.1.1
DDR 2GiB
eMMC 8GB(KLM8G1GESD-B04P)
Change-Id: Ie857f76d7c96cd6e9a9196ce9bc27d98e878b161
Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Duy Dang <duy.dang.yw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates library version of CMS module from 1.9.0
to 2.0.0.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds a new recipe for DVD Encryption Library package.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit fixes the error when re-build openavnu:
| aarch64-poky-linux-gcc: error: unrecognized argument in option '-mcmodel=kernel'
| aarch64-poky-linux-gcc: note: valid arguments to '-mcmodel=' are: large small tiny
| aarch64-poky-linux-gcc: error: unrecognized command line option '-mno-red-zone'; did you mean '-fno-regmove'?
The error comes from cleaning other unnecessary modules which have
some make flags for x86_64 architecture. In AVB software, Renesas BSP
uses some daemons (mrpd maap gptp shaper) only. Hence, this fix makes
do_configure not to clean all AVB modules to avoid the above error.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV of gstreamer to follow the latest
version for the following change:
[omxvideodec]
- Query drain before inactivate omxbufferpool to avoid out
standing buffers
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV of vspm and vspmif driver to follow
the latest version for the following changes:
[vspmif_drv]
- Fixed an issue where vspmif could crash.
[vspmif_lib]
- To correspond boards that do not support Full HD.
[vspm_drv]
- Fix VI6_HGO/HGT_WBUFS setting from CPU write to Display List.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
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>
|
|
This commit modifies gstreamer recipes for following updates:
[gst-omx]
- Fix issue of seeking with dynamic change in dmabuf mode.
- Support dynamic change in src pad.
- Move initial and free arrays which used for use-dmabuf's handling from
init and finalize to start and stop.
- Improve log and free memory in error case.
[gst-plugins-good]
- Static analysis: Remove duplicated condition.
[gst-plugin-vspfiler]
- Don't reinitialize colorimetry table if it has already been set up.
- Fix memory leak.
- Do not set colorimetry to out structure containing in format.
- Modify variable type.
- Fix initialization of GValue.
- Remove last commma in enum.
- Change position of declaration to beginning of the function.
- Change variable name to avoid duplication of declarations.
- Fix copyright years in header.
- Intersect format in fixate_caps().
- Fix possible segmentation fault during caps fixation.
- Support colorimetry negotiation.
- Add option for setting input buffer color range.
- Support encoding and color range setting.
- Reduce arguments of set_vsp_entities().
- Modify transfrom_caps() for more accurate operation.
- Delete unnecessary variable in transform_caps().
- Modification of variable type.
- Measure for converting odd size rgb buffer to yuv.
- Implement measure for odd size yuv buffer input.
- Change the order of linking and set format.
- Delete unnecessary wpf linking.
- Deactivate input bufferpool before remake.
- Don't make new output pool when it exists already.
- Change the state of flag of playing when stop streaming.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
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>
|
|
gstreamer-omx should RDEPENDS on omx-user-module, and not on libomxil.
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit changes to use distro_features_check class to show
the correct error message when building adsp modules without
its distro feature in local.conf:
| ERROR: Nothing PROVIDES 'adsp-fw-module'
| adsp-fw-module was skipped: missing required distro feature 'adsp' (not in DISTRO_FEATURES)
The USE_ADSP variable is not used anymore in the recipes. It is safe to
remove adsp-control.inc requirement.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit removes a redundant code in dvd-user-module recipe.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades library versions as below:
libcmsbcm.so.1.8.0 upgrades to libcmsbcm.so.1.9.0
libcmsblc.so.1.8.0 upgrades to libcmsblc.so.1.9.0
libcmsdgc.so.1.8.0 upgrades to libcmsdgc.so.1.9.0
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit applies a fix patch to correspond boards that do not support
Full HD.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates V4L2/VSPM SRCREV for following updates:
[vsp2driver]
- Support the expression for color space conversion.
- Fix minimum input pixel size for RGB format to 1 pixel.
[vspm_drv]
- Move function definitions out of vspm_cmn.h.
- Fix macro name to register name.
[vspmif_drv]
- Convert user_data and cb_func to user pointers.
- Remove __user macro from the variable declaration.
[vspmif_lib]
- Add prototypes for VSP Manager API.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit applies a fix patch for the reproduction or the recording
might not be restarted after S2RAM.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This replaces "/usr/local" with path "${RENESAS_DATADIR}" using:
RENESAS_DATADIR = "/usr/local" from
meta-rcar-gen3/include/rcar-gen3-path-common.inc
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to avoid overriding variable.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades library versions as below:
libcmsbcm.so.1.7.0 upgrades to libcmsbcm.so.1.8.0
libcmsblc.so.1.7.0 upgrades to libcmsblc.so.1.8.0
libcmsdgc.so.1.7.0 upgrades to libcmsdgc.so.1.8.0
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates VSPM SRCREV for following fix:
[vspmif_lib]
- Add sample program for colorkey and up scaling.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies gstreamer recipe for following updates:
[gst-omx]
- Support enable-crop option.
- Update default output allocation for VP9 decoder.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipes to fix the issue missing header files in
sysroots-components.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades library versions as below:
libcmsbcm.so.1.6.0 upgrades to libcmsbcm.so.1.7.0
libcmsblc.so.1.6.0 upgrades to libcmsblc.so.1.7.0
libcmsdgc.so.1.6.0 upgrades to libcmsdgc.so.1.7.0
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
support E3
This commit updates SRCREV for the following contents:
[gst-omx]
- Limit b-frames on no-copy mode.
- Support send-eos option.
- Support b-frames and ref-frames options.
[gst-plugins-good]
- Correct handling for userptr mode.
- Support num-alloc-buffer option.
- Change method to decide number of buffers for v4l2src.
[gst-plugins-bad]
- Update copyright.
- Add a new property that suppress setting interlace flag.
- Check for GLES3/gl3ext.h existence.
It also adds gstvspfilter.conf to support E3 board.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
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>
|
|
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>
|
|
This commit updates SRCREV to apply following changes:
- Fix QAC MISRA C:2012 warnings.
- Disable TLB function on IPMMU caches on E3.
- To add E3 support.
- xxxxxx mmngr_lib update test.
- Update MMNGR revision to v1.3.
- Change the way of parsing reserved memory regions in DT.
- Do not parse reserved memory region for default CMA in DT twice.
- Update IPMMU(MMU) deinitialize sequence.
It also adds the configuration for E3.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit removes EVA prefixes for packages that not in
Evaluation Software.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates library versions as below:
libcmsbcm.so.1.5.0 updates to libcmsbcm.so.1.6.0
libcmsblc.so.1.5.0 updates to libcmsblc.so.1.6.0
libcmsdgc.so.1.5.0 updates to libcmsdgc.so.1.6.0
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This issue does not occur on YP 2.4.
Hence, the solution can be deleted.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
CMS new packages have been released.
This commit modifies recipe to add them.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates OMX Audio/Video new package names.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
The change directory parameter of the tar utility acts on the
parameters that follow it. Correct the ordering so that the
setup_build_tree() task extracts the omx tar balls to the
right location. Fixes a build error that would otherwise
occur in yp 2.2 morty.
(cherry picked from commit 9f0211bafb118e81ec2fd6dd82b5777964b1ac9b)
Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit changes open-avb to openavnu name.
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
This commit modifies recipe to fix build warnings below:
|WARNING: ../poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bb:
|Variable key RDEPENDS_${PN} ( libwayland-egl) replaces original key RDEPENDS_gstreamer1.0-plugins-bad (libwayland-egl)
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
MIT LICENSE file has been moved to another location,
recipe is updated to use the latest one.
|WARNING: packagegroup-gstreamer1.0-plugins-1.0-r0 do_populate_lic:
|${COREBASE}/LICENSE is not a valid license file, please use
|'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Pkg-config is called in the do_configure() task. With the introduction
of per recipe sysroot add the missing pkgconfig to the
inherit variable.
Fixes configure task error of the form:
|configure:12146: checking for GLIB
|configure:12214: result: no
|configure:12216: error: in `gstreamer1.0-plugin-vspfilter/1.0.0-r0/build':
|configure:12218: error: The pkg-config script could not be found or is too old. Make sure it
|is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.
Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Gstreamer has been upgraded from 1.6.3 to 1.12.2 for updating
following items:
[gst-omx]
- Support omxvp8dec, omxvp9dec, omxvp8enc.
[gst-plugin-vspfilter]
- Support NV21/NV16/YUY2 format.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV for Memory Manager driver to v1.2
to apply following changes:
- Add support for Linux v4.14 stable.
- Fix compiler/checkpatch warnings.
- Disable IPMMU TLB cache function in M3N Ver1.1 due to hardware
restriction.
- Update reserved bits handling in IMTTLBR and IPMMU (MMU) initialize
sequence.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to remove redundant kernel-module-vspmif.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to add M3N support.
It adds gstvspfilter.conf for M3N board.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
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)
|