[meta-ti] [master][kirkstone][PATCH] conf: include TI_COMMON_DEPLOY in PSEUDO_IGNORE_PATHS

2023-10-20 Thread Matthias Schiffer
we add it in meta-ti to avoid the issue. [1] https://wiki.yoctoproject.org/wiki/Pseudo_Abort Signed-off-by: Matthias Schiffer --- meta-ti-bsp/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index 460be02a..ffa47ae6

Re: [meta-ti] [master/kirkstone][PATCH] meta-ti-bsp: add mesa to SIGGEN_EXCLUDERECIPES_ABISAFE list

2023-07-10 Thread Matthias Schiffer
On Tue, 2023-04-18 at 20:02 +, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > For TI platforms with SGX and Rogue graphics we patch upstream Mesa with > PVR support and conditionally enable features based on virtual/gpudriver > preference. This makes Mesa package platform-specific

[meta-ti] [master/kirkstone][PATCH] ti-sgx-ddk-um: fix error in postinst with sysvinit+udev

2023-03-20 Thread Matthias Schiffer
When sysvinit is in DISTRO_FEATURES, the update-rc.d class must only be inherited when the script referenced by INITSCRIPT_NAME actually exists, or the update-rc.d command in the generated postinst script will fail. Reported-by: Denys Dmytriyenko Signed-off-by: Matthias Schiffer --- I have

Re: [meta-ti] [master/kirkstone][PATCH 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2023-03-02 Thread Matthias Schiffer
On Wed, 2023-03-01 at 15:48 -0600, Andrew Davis wrote: > On 3/1/23 3:01 AM, Matthias Schiffer wrote: > > On Tue, 2023-02-28 at 20:26 -0500, Denys Dmytriyenko wrote: > > > On Thu, Feb 23, 2023 at 10:20:12AM +0100, Matthias Schiffer wrote: > > > > On Wed, 2023-02-22 at

Re: [meta-ti] [master/kirkstone][PATCH 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2023-03-01 Thread Matthias Schiffer
On Tue, 2023-02-28 at 20:26 -0500, Denys Dmytriyenko wrote: > On Thu, Feb 23, 2023 at 10:20:12AM +0100, Matthias Schiffer wrote: > > On Wed, 2023-02-22 at 20:38 -0500, Denys Dmytriyenko wrote: > > > So, testing the latest patch series, I started getting breakage on all > >

Re: [meta-ti] [master/kirkstone][PATCH 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2023-02-23 Thread Matthias Schiffer
On Wed, 2023-02-22 at 20:38 -0500, Denys Dmytriyenko wrote: > So, testing the latest patch series, I started getting breakage on all SGX > platforms: > > WARNING: tisdk-default-image-1.0-r0 do_rootfs: ti-sgx-ddk-um.postinst > returned 1, marking as unpacked only, configuration required on

Re: [meta-ti] [master/kirkstone][PATCH v2 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2023-01-20 Thread Matthias Schiffer
On Thu, 2023-01-19 at 17:17 -0500, Denys Dmytriyenko wrote: > On Thu, Jan 19, 2023 at 11:29:52AM +0100, Matthias Schiffer wrote: > > The ti-sgx-ddk driver requires an additional userspace initialization > > step after the kernel module has probed the device. Without this > > i

[meta-ti] [master/kirkstone][PATCH v2 1/2] treewide: replace leftover git://git.ti.com

2023-01-19 Thread Matthias Schiffer
These URIs have been updated in dunfell, but two instances were forgotten in kirkstone/master. Signed-off-by: Matthias Schiffer --- v2: no changes .../recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 +- meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 2 +- 2

Re: [meta-ti] [master/kirkstone][PATCH 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2022-12-20 Thread Matthias Schiffer
On Mon, 2022-12-19 at 16:00 -0500, Denys Dmytriyenko wrote: > On Fri, Dec 16, 2022 at 02:01:39PM +0100, Matthias Schiffer wrote: > > The ti-sgx-ddk driver requires an additional userspace initialization > > step after the kernel module has probed the device. Without this > > i

[meta-ti] [master/kirkstone][PATCH 1/2] treewide: replace leftover git://git.ti.com

2022-12-16 Thread Matthias Schiffer
These URIs have been updated in dunfell, but two instances were forgotten in kirkstone/master. Signed-off-by: Matthias Schiffer --- .../recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 +- meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 2 +- 2 files changed, 2

[meta-ti] [master/kirkstone][PATCH 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2022-12-16 Thread Matthias Schiffer
-Systems MBa65xx. Signed-off-by: Matthias Schiffer --- .../libgles/ti-sgx-ddk-um/pvrsrvkm.rules | 1 + .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 23 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um

[meta-ti] [PATCH] optee-os: fix build with OPTEEPAGER=y

2022-04-14 Thread Matthias Schiffer
meta-arm commit e03b824d7824 ("arm/optee-os: cleanup recipe") changed the recipe's do_compile(), which broke the build of the am57xx-hs-evm and dra7xx-hs-evm machines. Adjust the .bbappend accordingly. Signed-off-by: Matthias Schiffer --- meta-ti-bsp/recipes-security/optee/optee-os_

[meta-ti] [PATCH v2] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package

2022-04-14 Thread Matthias Schiffer
number of other -dev packages through RDEPENDS and RRECOMMENDS in turn. Avoid this by having libGLESv2.so.1 point to libGLESv2.so.2 instead of libGLESv2.so, so the symlink's target is in ti-sgx-ddk-um as well. Signed-off-by: Matthias Schiffer Reviewed-by: Denys Dmytriyenko --- v2: rebased