Age | Commit message (Collapse) | Author | Files | Lines |
|
Linux BSP v3.6.1 has been updated.
This reverts commit f8e4fb869abdfac3211b5f933202644901eeac7a.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds building instructions with Linaro GCC for E3 board.
It also updates information from krogoth to rocko and adds eLinux.org
reference information for R-Car Gen3 board.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds information for new R-Car Gen3 board (Ebisu).
It also adds eLinux.org reference information for R-Car Gen3 board.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates recipes to support R-Car E3 board (SoC: R8A77990)
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
serial getty"
This fix is not necessary for rocko branch.
Hence, we can remove it.
This reverts commit 7acbf5e2f99c59478adbc73c6a40d314589a3009.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This fix is not necessary for rocko branch.
Hence, we can remove it.
This reverts commit 149da3d318e971d9abb03ded59da7727cffaec08.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This fix is not necessary for rocko branch.
Hence, we can remove it.
This reverts commit b0520f15aa887e78c7967a6abd370730658de031.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This fix is not necessary for rocko branch.
Hence, we can remove it.
This reverts commit d6eff077c4a3afbe39f8ee1b2ad1a19a716ce31c.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
and 4.9"
net-tools has been updated to fix this issue.
This reverts commit ed74f73cbb6194e88e1ec3502e58e87adf38ed5e.
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>
|
|
ppp has been updated to fix this issue.
This reverts commit 4979e05406c77524cf90b308ce4bf2a72032ee65.
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>
|
|
ccache in poky is upgrade to v3.3.4.
The fix in v3.2.4 does not need anymore.
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>
|
|
cpio.gz has a limitation about size. If rootfs size is larger than
2GB, do_image_cpio will fail. Therefore, this commit removes
cpio.gz in our implementation.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Glamor was enabled by default by below commit:
Title : xserver-xorg: Enable glamor by default
Auther: Saul Wold <sgw@linux.intel.com>
Commit: 837fd055117f2e4c5c40162abe2e04eaabfeacde
However, with current env, this feature will get following error:
| checking for linux/apm_bios.h... yes
| checking for xf86dgaproto >= 2.0.99.1... yes
| checking for xf86dgaproto >= 2.0.99.1... yes
| checking for xf86dgaproto >= 2.0.99.1 xf86vidmodeproto >= 2.2.99.1... yes
| checking for epoxy... yes
| checking for "gbm >= 10.2.0"... no
| configure: error: Glamor for Xorg requires gbm >= 10.2
Glamor is not necessary with current env, so disable it.
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 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>
|
|
In Yocto v3.4.0, memory leak occurs when restarting Weston:
| root@salvator-x:~# cat /proc/meminfo | grep Cma
| CmaTotal: 671744 kB
| CmaFree: 629788 kB
| root@salvator-x:~#
| root@salvator-x:~# systemctl restart weston
| root@salvator-x:~#
| root@salvator-x:~# cat /proc/meminfo | grep Cma
| CmaTotal: 671744 kB
| CmaFree: 599404 kB
It will make Weston crash because out of memory if restarting many
times.
This patch is a WORKAROUND to avoid the issue, it restarts dbus depend
on Weston and memory will be released properly.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
lacking GLES3/gl3ext.h
Gstreamer1.0-plugins-bad requires GLES3/gl3ext.h,
which should be provided by gles-user-module.
However, current GFX libraries do not have GLES3/gl3ext.h.
Hence, temporarily add GLES3/gl3ext.h from mesa to gles-user-module
to overcome this issue.
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>
|
|
- Change supported branch from krogoth to rocko.
- Change package type from IPK to RPM.
- Add M3N information.
- Add new features in Yv3.4.0.
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 supports enabling USB 3.0 for Salvator-X board.
To enable it, please uncomment MACHINE_FEATURES_append = " usb3"
in local.conf.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit supports enabling CAS features for R-Car Gen3.
To enable it, please uncomment MACHINE_FEATURES_append = " cas"
in local.conf.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies sample configurations for Salvator-X and ULCB
to build with YP2.4 rocko.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
With YP 2.4, to build LTP packages, libmnl is required.
libmnl is provided by meta-openembedded/meta-networking.
meta-openembedded/meta-networking will request
meta-openembedded/meta-python.
Hence, we need to add 2 layers to bblayers.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates year of copyright in copyscript.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Crypto packages have been updated.
This commit modifies its name in copyscript.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
DTV/DVD packages have been updated.
This commit modifies its name in copyscript.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies MD5SUM values in copyscript for CMS new packages.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MD5SUM values for OMX Video/Audio packages.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MD5SUM values for ADSP packages to latest release.
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 ship all perl modules into
native SDK sysroot.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
In rocko, perl packages for host PC have been removed from default SDK,
so this commit adds perl and perl-dev for host PC into Yocto SDK.
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 adds coreutils package into rootfs.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Libx11-locale will provide more language pkgs to the current system.
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>
|
|
According to YP Manual, we can use the KERNEL_MODULE_AUTOLOAD variable
anywhere that it can be recognized by the kernel recipe or by an
out-of-tree kernel module recipe. Therefore, KERNEL_MODULE_AUTOLOAD
is a global list, so it should be used "+=" or "_append".
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
configuration in rootfs
This commit modifies recipe to add vsp2.conf file under
/etc/modules-load.d/ directory into rootfs after changing kernel
module package names in YP2.4.
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 ship kernel module of PowerVR GPU into
rootfs after changing kernel module package names in YP2.4.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
kernel modules
From YP2.3 [1], kernel module packages are now suffixed with
the kernel version in order to allow module packages from
multiple kernel versions to co-exist on a target system.
We can return to the previous naming scheme that does not include
the version suffix by setting KERNEL_MODULE_PACKAGE_SUFFIX to blank
to build modules without suffix.
[1] http://www.yoctoproject.org/docs/2.3/ref-manual/ref-manual.html#migration-2.3-miscellaneous-changes
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>
|
|
vp9dec_lib only supports M3N (SoC: r8a77965), this commit adds a trap
to prevent building this library with other SoC, in case of wrong
setup, it will cause the error as
| ERROR: omx-user-module-1.0-r0 do_vp9_checking: vp9dec_lib only supports M3N (SoC: r8a77965), please disable this feature in your local configuration
| ERROR: omx-user-module-1.0-r0 do_vp9_checking: Function failed: do_vp9_checking
Signed-off-by: Khang Nguyen <khang.nguyen.xv@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 updates SRCREV for AVB Streaming driver and MSE Core
by following updates:
[AVB Streaming driver]
- Follow the change of kernel API from v4.9 to v4.14.
[AVB MSE]
- Add support multi slice coded H.264 stream.
- Optimize resource management to reduce statically allocated memory
and improve code readability.
- Support handling module reference count for managing module
dependency.
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 recipes to support DTV/DVD modules 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 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>
|