diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-10-08 01:42:24 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-10-08 01:46:14 +0900 |
commit | bd812d16e8db014a7eb563b7005fe1a47eef3402 (patch) | |
tree | 23c890e2507a5409baf38222d05d82584fd6b9de /default.xml | |
parent | b0739f78f4faa111b37c31b22b9d400931a5298f (diff) |
Uprev to meta-rockchip-extra
Enabling these update:
Add support can interface:
RK3588 has native can interface, but it is not support bsp kernel now.
This patch add patch to use can interface.
Add support for Qt6 build based on meta-qt6:
The qtbase execs build test using libEGL and libGLES at configure.
But current both library does not have library function, those
function includes in libmali.
This change add HACK to use libmali in case of build test at configure.
Bug-AGL: SPEC-5162
Change-Id: I91be920b831864af920c3f3f909125b39e4dfde8
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 97637f49..3ed5b72a 100644 --- a/default.xml +++ b/default.xml @@ -105,6 +105,6 @@ <!-- rockchip layers --> <project name="JeffyCN/meta-rockchip" path="bsp/meta-rockchip" remote="github" revision="56b093d3d43dc65cf1e229a3a9dfdac5aef98db7" upstream="scarthgap"/> - <project name="agl-ic-eg/meta-rockchip-extra" path="bsp/meta-rockchip-extra" remote="github" revision="52a536951707b0b576fdf6696e65bd20f268556e" upstream="scarthgap-agl"/> + <project name="agl-ic-eg/meta-rockchip-extra" path="bsp/meta-rockchip-extra" remote="github" revision="5f87f2e2dda3f9d2ca6657c170570f15ff7876e2" upstream="scarthgap-agl"/> </manifest> |