Re: [meta-ti] [master][RFC PATCH 2/6] meta-beagle: create a separate layer for Beagle platforms

2024-11-05 Thread Denys Dmytriyenko
On Tue, Nov 05, 2024 at 02:24:40PM -0600, Ryan Eatmon wrote: > > > On 11/5/2024 1:10 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >The new meta-beagle will host all supported Beagle platforms that > >use TI SoCs and hence need to depend on me

[meta-ti] [master][RFC PATCH 4/6] conf/machine: split beagleplay config between meta-ti-bsp and meta-beagle

2024-11-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Extract "bb_org" BSP specific settings from beagleplay-ti in meta-ti-bsp and move them to own beagleplay machine config in meta-beagle. The differences between 2 configs are minimal, hence beagleplay in meta-beagle inherits beagleplay-ti from meta-ti-bsp as

[meta-ti] [master][RFC PATCH 5/6] conf/machine: move remaining Beagle platforms to meta-beagle

2024-11-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Include beagle-bsp.inc to define "bb_org" BSP settings and select that as a default. Signed-off-by: Denys Dmytriyenko --- {meta-ti-bsp => meta-beagle}/conf/machine/beagle-x15.conf | 3 +-- .../conf/machine/beaglebone-ai64-k3r5.conf

[meta-ti] [master][RFC PATCH 2/6] meta-beagle: create a separate layer for Beagle platforms

2024-11-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The new meta-beagle will host all supported Beagle platforms that use TI SoCs and hence need to depend on meta-ti-bsp. The default BSP for the platforms in this layer will use BeagleBoard.org official trees for the Linux kernel and U-boot. Signed-off-by: Denys

[meta-ti] [master][RFC PATCH 6/6] u-boot-bb_org, linux-bb_org: move "bb_org" providers to meta-beagle

2024-11-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Move "bb_org" kernel and U-boot providers that use corresponding official BeagleBoard.org trees into own meta-beagle layer. Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/u-boot/u-boot-bb.org_git.bb | 2 +- .../0001-blk-iocost-av

[meta-ti] [master][RFC PATCH 3/6] conf/machine: move "bb_org" BSP settings to meta-beagle

2024-11-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Define "bb_org" default BSP settings in meta-beagle layer that all Beagle platforms will use. Signed-off-by: Denys Dmytriyenko --- .../conf/machine/include/beagle-bsp.inc | 24 +++ meta-ti-bsp/conf/machine/include/ti-bsp.

[meta-ti] [master][RFC PATCH 1/6] conf/machine: rename beagleplay machine to beagleplay-ti

2024-11-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko BeaglePlay is officially supported by TI "ti-6_6" BSP and is part of the TI-SDK releases. Switching BSP to BeagleBoard.org "bb_org" settings for the same machine is possible within the same layer. But having different machine configs for the same mach

Re: [meta-ti][master/scarthgap][PATCH] ti-bsp: Tighten up versions for PREFERRED_VERSION

2024-11-01 Thread Denys Dmytriyenko
On Thu, Oct 31, 2024 at 03:49:55PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > PREFERRED_VERSION matches against the PV in the recipe, not against the > file name. With the upcoming 6.12, the 6.1 kernel version string was a > little too loose. The "6.1%" could glob onto the 6.12 recipe

Re: [meta-ti][scarthgap/master][PATCH] sgx: bump version for kernel 6.6 / mesa 23.2.1

2024-11-01 Thread Denys Dmytriyenko
On Thu, Oct 31, 2024 at 06:47:43PM -0500, r...@ti.com wrote: > From: Randolph Sapp > > Bump versions of mesa-pvr and ti-sgx-ddk-km to support SGX with kernel > 6.6 and the same version of mesa rogue is using right now (23.2.1). > These commits are currently compatible with both kernel 6.1 and 6.6

Re: [meta-ti][master/scarthgap][PATCH] linux: Rework the reproducibility patches

2024-10-17 Thread Denys Dmytriyenko
I don't think you need bsp-overrides anymore... On Thu, Oct 17, 2024 at 02:08:25PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > It was suggested to move the reproducibility patches out of > ti-kernel.inc and into the respective recipes. Take this time to also > rename the variable bei

Re: [meta-ti] [master/scarthgap][PATCH] conf: machine: k3: use weak assignment for FIT image variables

2024-10-17 Thread Denys Dmytriyenko
On Wed, Oct 16, 2024 at 04:35:17PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > > > On 10/16/2024 2:51 PM, Ryan Eatmon via lists.yoctoproject.org wrote: > > > > > >On 10/14/2024 3:27 PM, Sergio Prado wrote: > >>Use weak assignment to make it possible to override the default > >>value v

[meta-ti] [master][PATCH] layer.conf: add compatibility with walnascar

2024-10-12 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The next Yocto Project release is called walnascar and OE-Core master branch is now marked accordingly. Add layer compatibility with walnascar. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/layer.conf| 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files

[meta-ti] [PATCH] layer.conf: add compatibility with walnascar

2024-10-12 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The next Yocto Project release is called walnascar and OE-Core master branch is now marked accordingly. Add layer compatibility with walnascar. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/layer.conf| 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files

Re: [meta-ti][master/scarthgap][PATCH v3] ti-bsp: Add RT and systest support

2024-10-09 Thread Denys Dmytriyenko
On Wed, Oct 09, 2024 at 08:51:30AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > > I thought of this in the middle of the night and realized it was a > simpler fix. Rather than create the extra variable and have to set > it in all of the BSPs, just add two new PREFERRED_VERSION settings

Re: [meta-ti][master/scarthgap][PATCH 2/4] u-boot-ti-staging: Add v2024.10 recipe

2024-10-08 Thread Denys Dmytriyenko
Same comment with --find-copies-harder, although the recipe itself is quite smalle, so the diff could even be larger... On Fri, Oct 04, 2024 at 10:18:55AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Adding needed recipe for initial testing and development of the 2024.10 > version of

Re: [meta-ti][master/scarthgap][PATCH 1/4] linux-ti-staging: Add v6.12 recipe

2024-10-08 Thread Denys Dmytriyenko
This might have been easier to review with --find-copies-harder flag... And I was wondering if setting KERNEL_PATCHES would be cleaner in the corresponding recipes, instead of globally in ti-kernel.inc? On Fri, Oct 04, 2024 at 10:18:54AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > A

Re: [meta-ti][master/scarthgap][PATCH 3/4] ti-bsp: Add ti-6_12

2024-10-08 Thread Denys Dmytriyenko
On Fri, Oct 04, 2024 at 10:18:56AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Add new BSP for the 6.12 kernel and u-boot 2024.10 versions. > > Signed-off-by: Ryan Eatmon > --- > meta-ti-bsp/conf/machine/include/ti-bsp.inc | 15 ++- > 1 file changed, 14 insertions(+), 1 d

Re: [meta-ti][master][PATCH] optee: Update to v4.3.0

2024-10-08 Thread Denys Dmytriyenko
I was wondering if OPTEE and TFA should also be made BSP-aware. Maybe even SYSFW and/or other FWs. How much backward compatibility is ensured and tested here? Will 4.3.0 version here work with BSP 6.1? On Fri, Oct 04, 2024 at 02:08:25PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > U

Re: [meta-ti] [PATCH] meta-ti-bsp: ti-dm-fw: declare files installed in 'DEPLOYDIR'

2024-09-28 Thread Denys Dmytriyenko
NAK This does not make any sense. The subject says DEPLOYDIR, then you add INSTALL_DM_FW_DIR (that is ${nonarch_base_libdir}/firmware/${DM_FW_DIR}) to FILES, which has nothing to do with do_deploy, only do_install. Moreover, ti-dm-fw.bb includes ti-linux-fw.inc, which already sets FILES to inc

Re: [meta-ti][master/scarthgap][PATCH v2] trusted-firmware-a: Update to v2.11 release tag

2024-08-28 Thread Denys Dmytriyenko
On Tue, Aug 27, 2024 at 05:14:07PM -0500, Ryan Eatmon wrote: > > > On 8/27/2024 5:08 PM, Ryan Eatmon via lists.yoctoproject.org wrote: > > > > > >On 8/27/2024 2:38 PM, Denys Dmytriyenko wrote: > >>On Fri, Aug 16, 2024 at 01:53:07PM -0500, Ryan Eatmon

Re: [meta-ti][master/scarthgap][PATCH v2] trusted-firmware-a: Update to v2.11 release tag

2024-08-27 Thread Denys Dmytriyenko
On Fri, Aug 16, 2024 at 01:53:07PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > From: Kamlesh Gurudasani > > Update to latest release tag, i.e. v2.11. > > Also update the LIC_FILES_CHKSUM since the license file changed since > the last SRCREV change. Changed in what way? It is recomm

Re: [meta-ti][PATCH] mesa-pvr: set pv explicitely

2024-08-27 Thread Denys Dmytriyenko
or-for-llvm.patch > | ... > > Signed-off-by: Max Krummenacher Tested-by: Denys Dmytriyenko > --- > CC: Randolph Sapp > meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb | 1 + > meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_23.2.1.bb | 1 + > 2 files changed, 2 insertions(

[meta-ti] [master/scarthgap][PATCH] openmp-rtos: deprecate

2024-08-26 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Remove openmp-rtos component as deprecated and not maintained. This used to provide OpenMP DSP runtime components for legacy devices. Signed-off-by: Denys Dmytriyenko --- .../recipes-ti/openmp-rtos/openmp-rtos_git.bb | 62 --- 1 file changed, 62

Re: [meta-ti] [master][RFC PATCH] openmp-rtos: deprecate

2024-08-26 Thread Denys Dmytriyenko
On Thu, Aug 08, 2024 at 12:17:45PM -0500, Andrew Davis wrote: > On 8/4/24 11:36 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >Remove openmp-rtos component as deprecated and not maintained. > > > >This used to provide OpenMP DSP runtime components

[meta-ti] [master][RFC PATCH] openmp-rtos: deprecate

2024-08-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Remove openmp-rtos component as deprecated and not maintained. This used to provide OpenMP DSP runtime components for legacy devices. Signed-off-by: Denys Dmytriyenko --- .../recipes-ti/openmp-rtos/openmp-rtos_git.bb | 62 --- 1 file changed, 62

Re: [meta-ti][master/scarthgap][PATCH] conf: machine: omapl138-lcdk: Update KERNEL_DEVICETREE

2024-08-04 Thread Denys Dmytriyenko
On Sun, Aug 04, 2024 at 05:15:09PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Update the entry for KERNEL_DEVICETREE to match what is in the 6.10 > kernel. Will this change work with 6.6 (or even 6.1)? > Signed-off-by: Ryan Eatmon > --- > meta-ti-bsp/conf/machine/omapl138-lcdk.con

Re: [meta-ti][master/scarthgap][PATCH v2] linux: Manage the kernel patches using the BSP system

2024-07-24 Thread Denys Dmytriyenko
On Fri, Jul 19, 2024 at 10:10:18AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Applying the patches to all kernels is not going to work. Each kernel > might need different patches to address reproducibility issues. Can you also backport this to scarthgap, as these patches fon't apply

Re: [meta-ti][master][PATCH] libulm: Fix "buildpaths" QA error

2024-07-20 Thread Denys Dmytriyenko
On Sat, Jul 20, 2024 at 02:02:01PM -0400, Denys Dmytriyenko wrote: > On Fri, Jul 19, 2024 at 03:36:03PM -0500, Ryan Eatmon via > lists.yoctoproject.org wrote: > > The TI cl6x compiler does not have a mechanism for replacing paths in > > the obj files it creates. So replace the

Re: [meta-ti][master][PATCH] libulm: Fix "buildpaths" QA error

2024-07-20 Thread Denys Dmytriyenko
On Fri, Jul 19, 2024 at 03:36:03PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > The TI cl6x compiler does not have a mechanism for replacing paths in > the obj files it creates. So replace the string we want to remove with > an equally sized replacement string that does not contain the

Re: [meta-ti][master/scarthgap][PATCH] linux: Manage the kernel patches using the BSP system

2024-07-20 Thread Denys Dmytriyenko
On Fri, Jul 19, 2024 at 09:18:14AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > > > On 7/19/2024 8:29 AM, Ryan Eatmon via lists.yoctoproject.org wrote: > > > > > >On 7/18/2024 11:27 PM, Chirag Shilwant wrote: > >>Hi Ryan, > >>On 18/07/24 23:54, Ryan Eatmon via lists.yoctoproject.org wr

[meta-ti] [master][PATCH] ti-cgt-pru: remove install log to avoid "buildpaths" QA error

2024-07-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Installer log contains absolute paths and is not really needed. Signed-off-by: Denys Dmytriyenko --- meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb b

[meta-ti] [master][PATCH 1/2] linux: remove old unused patches

2024-07-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko These patches are not used anywhere now. Signed-off-by: Denys Dmytriyenko --- ...s-Fix-build-for-upcoming-GCC-release.patch | 46 ...ture-changes-causes-compile-failures.patch | 111 -- 2 files changed, 157 deletions(-) delete mode 100644

[meta-ti] [master][PATCH 2/2] linux: add linux-yocto reproducibility patches

2024-07-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Add reproducibility patches from linux-yocto to resolve "buildpaths" QA errors. Signed-off-by: Denys Dmytriyenko --- ..._registry-fix-reproducibility-issues.patch | 46 +++ ...-pnmtologo-use-relocatable-file-name.

[meta-ti] [master][PATCH] ti-cgt-pru: UNPACKDIR cleanup

2024-07-15 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Fix warning that S does not exist, since it defaults to ${WORKDIR}/${BP} Signed-off-by: Denys Dmytriyenko --- meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-ti-extras/recipes-ti

Re: [meta-ti] [master/scarthgap][PATCH] recipes-ti: jailhouse: Update jailhouse for scarthgap

2024-07-09 Thread Denys Dmytriyenko
On Tue, Jul 09, 2024 at 06:03:59PM +0530, Paresh Bhagat via lists.yoctoproject.org wrote: > Update SRCREV for jailhouse which incorporates makefile changes for > scarthgap. > Add ${ARAGO_IMAGE_SUFFIX} so that jailhouse can pick correct inmate NAK - this is meta-ti, no Arago specifics here. > im

Re: [meta-ti][scarthgap][PATCH 0/3] conf: machine: j784s4/am68/am69 : Pick reused CSI overlays

2024-06-27 Thread Denys Dmytriyenko
Does this apply to master? On Thu, Jun 27, 2024 at 02:04:28PM +0530, Vaishnav Achath via lists.yoctoproject.org wrote: > CSI2 connectivity of J721E SK, AM68 SK and AM69 SK is similar and > the camera overlays can be reused, this series adds the necessary > changes to pick the reused overlays acr

Re: [meta-ti] [RFC][master/scarthgap][PATCH 1/4] cc33conf: add new cc33conf tool for cc33xx devices

2024-06-24 Thread Denys Dmytriyenko
On Thu, Jun 20, 2024 at 03:40:22PM -0500, Sabeeh Khan via lists.yoctoproject.org wrote: > > On 6/20/2024 3:20 PM, Denys Dmytriyenko wrote: > >On Wed, Jun 19, 2024 at 10:21:59PM -0500, Sabeeh Khan via > >lists.yoctoproject.org wrote: > >>cc33conf is a tool provided by

Re: [meta-ti][master/scarthgap][PATCHv2 0/2] gcc 14 and bsp provider fixup

2024-06-24 Thread Denys Dmytriyenko
On Mon, Jun 24, 2024 at 01:17:12PM -0500, r...@ti.com wrote: > From: Randolph Sapp > > Resolve some issues afer the new bsp-provider selection logic was added and > add > some patches to help with compilation flag checks in the KM. FWIW, the new bsp-provider selection logic was not causing any

Re: [meta-ti] [RFC][master/scarthgap][PATCH 4/4] cc33xx-target-scripts: add cc33xx scripts to control TI cc33xx WLAN device

2024-06-20 Thread Denys Dmytriyenko
On Thu, Jun 20, 2024 at 03:37:12PM -0500, Khan, Sabeeh wrote: > > On 6/20/2024 3:27 PM, Denys Dmytriyenko wrote: > >On Wed, Jun 19, 2024 at 10:22:02PM -0500, Sabeeh Khan via > >lists.yoctoproject.org wrote: > >>[...] > >> > >>diff --git > >&

[meta-ti] [master/scarthgap][PATCH] linux: cleanup and unify mainline and next kernel recipes

2024-06-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Share the most commonality between the recipes, except: * SRC_URI torvalds vs. linux-next * SRCREV and PV * Device Tree list vs. DT prefix * SUMMARY Signed-off-by: Denys Dmytriyenko --- .../linux/linux-ti-mainline_git.bb| 19

[meta-ti] [master/scarthgap][PATCH] ti-rtos-metadata: remove

2024-06-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The use of external metadata file to control RTOS binary firmware integration has been deprecated some time ago. Remove it now. Signed-off-by: Denys Dmytriyenko --- .../recipes-ti/ti-rtos-bin/files/empty| 1 - .../ti-rtos-bin/ti-rtos-metadata.bb | 47

Re: [meta-ti] [RFC][master/scarthgap][PATCH 4/4] cc33xx-target-scripts: add cc33xx scripts to control TI cc33xx WLAN device

2024-06-20 Thread Denys Dmytriyenko
On Wed, Jun 19, 2024 at 10:22:02PM -0500, Sabeeh Khan via lists.yoctoproject.org wrote: > Add scripts and conf files to be used to control and configure > the cc33xx WLAN device. Documentation for these scripts can be found here: > https://www.ti.com/tool/CC33XX-SOFTWARE > > Signed-off-by: Sabeeh

Re: [meta-ti] [RFC][master/scarthgap][PATCH 2/4] cc33calibrator: add new cc33calibrator tool for cc33xx devices

2024-06-20 Thread Denys Dmytriyenko
On Wed, Jun 19, 2024 at 10:22:00PM -0500, Sabeeh Khan via lists.yoctoproject.org wrote: > cc33calibrator is a tool provided by TI to manually control the > radio frontend of the cc33xx device. This tool can also be used > for production line testing of the radio. > Documentation for this tool is p

Re: [meta-ti] [RFC][master/scarthgap][PATCH 1/4] cc33conf: add new cc33conf tool for cc33xx devices

2024-06-20 Thread Denys Dmytriyenko
On Wed, Jun 19, 2024 at 10:21:59PM -0500, Sabeeh Khan via lists.yoctoproject.org wrote: > cc33conf is a tool provided by TI to configure > cc33xx WLAN devices. It can be used to change > the RF parameters and other features of the target. > Documentation for this tool is provided within the follow

Re: [meta-ti] [RFC][master/scarthgap][PATCH 3/4] cc33xx-fw: install cc33xx firmware

2024-06-20 Thread Denys Dmytriyenko
On Wed, Jun 19, 2024 at 10:22:01PM -0500, Sabeeh Khan via lists.yoctoproject.org wrote: > Download and install the cc33xx firmware and binaries > to be used with the cc33xx drivers. > > FW Version: 1.7.0.120 > > Signed-off-by: Sabeeh Khan > --- > .../recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb|

[meta-ti] [master/scarthgap][PATCH 1/2] beaglebone-ai64: BB.org does not support all SR and HS variants

2024-06-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Adjust IMAGE_BOOT_FILES list as BB.org BSP does not support all combinations of SR1.1, SR2.0, HS-FS and HS-SE variants, same as J721e EVM in mainline. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 3 +++ 1 file changed, 3

[meta-ti] [master/scarthgap][PATCH 2/2] j7200: mainline BSP doesn't support all SR and HS variants

2024-06-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Adjust IMAGE_BOOT_FILES list as mainline BSP does not support all combinations of SR1.0, SR2.0, HS-FS and HS-SE variants. Suggested-by: Aniket Limaye Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/include/j7200.inc | 8 ++-- 1 file changed, 6

Re: [meta-ti][master/scarthgap][PATCH v2] conf: machine: Update am62xxsip-evm for multi-BSP support

2024-06-17 Thread Denys Dmytriyenko
On Mon, Jun 17, 2024 at 07:25:32PM +0530, Chirag Shilwant via lists.yoctoproject.org wrote: > Update am62xxsip-evm machine configuration to support > TI kernel 6.1 & ti-u-boot-2023.04 > > Signed-off-by: Chirag Shilwant > --- > v2: In commit message, s/ti-u-boot-2024.04/ti-u-boot-2023.04 Were am

Re: [meta-ti] [master/scarthgap][PATCH 2/4] conf/machine/j721e: some BSPs don't support all SR and HS variants

2024-06-17 Thread Denys Dmytriyenko
On Mon, Jun 17, 2024 at 07:31:59PM +0530, Limaye, Aniket wrote: > > On 6/14/2024 10:08 PM, Denys Dmytriyenko wrote: > >On Fri, Jun 14, 2024 at 03:50:14PM +0530, Aniket Limaye via > >lists.yoctoproject.org wrote: > >>Hi Denys, > >> > >>On 6/13/2024

Re: [meta-ti][master/scarthgap][PATCH] conf: machine: Update UBOOT_MACHINE for am62xxsip-evm

2024-06-17 Thread Denys Dmytriyenko
On Mon, Jun 17, 2024 at 01:56:40PM +0530, Chirag Shilwant wrote: > Hi Denys, > > On 14/06/24 22:11, Denys Dmytriyenko wrote: > >On Fri, Jun 14, 2024 at 12:31:23PM +0530, Chirag Shilwant via > >lists.yoctoproject.org wrote: > >>Modify the U-Boot defconfig na

Re: [meta-ti][master/scarthgap][PATCH] conf: machine: Update am62xxsip-evm for multi-BSP support

2024-06-17 Thread Denys Dmytriyenko
On Mon, Jun 17, 2024 at 02:03:51PM +0530, Chirag Shilwant via lists.yoctoproject.org wrote: > Update am62xxsip-evm machine configuration to support > TI kernel 6.1 & ti-u-boot-2024.04 Should it be ti-u-boot-2023.04 here? Otherwise looks good to me. Do you know if there are any changes needed fo

[meta-ti] [master/scarthgap][PATCH 3/4] conf/machine/beagle*, linux-bb.org: update for multi-BSP support

2024-06-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Update all Beagle platform configurations to support multiple BSPs. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beagle-x15.conf | 18 ++-- .../conf/machine/beaglebone-ai64-k3r5.conf| 8 +- meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 23

[meta-ti] [master/scarthgap][PATCH 2/4] conf/machine/j721e: some BSPs don't support all SR and HS variants

2024-06-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Adjust IMAGE_BOOT_FILES list as some BSPs do not support all combinations of SR1.1, SR2.0, HS-FS and HS-SE variants. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/include/j721e.inc | 18 ++ 1 file changed, 10 insertions(+), 8 deletions

[meta-ti] [master/scarthgap][PATCH v2 1/4] conf/machine, ti-bsp: add support for multiple BSP providers

2024-06-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This adds a facility to define multiple supported BSPs with their own preferences for individual components, as well as lets machine configs specify conditional configurations for different BSPs. Signed-off-by: Denys Dmytriyenko --- v2 - rename TI_DEFAULT_BSP to

[meta-ti] [master/scarthgap][PATCH v2 4/4] conf/machine: use the default TI BSP for BeaglePlay

2024-06-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko BeaglePlay gains official support from latest TI lts-6.6 baseline, so set it as the default. Other Beagle platforms will still use BB.org as default. And these defaults can still be changed with TI_PREFERRED_BSP setting in a distro config or by end user in the local.conf

[meta-ti] [master/scarthgap][PATCH] meta-ti: remove MACHINE_KERNEL_PR globally

2024-06-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko MACHINE_KERNEL_PR is a remnant of the early OE days and hasn't been needed for quite some time. Let's finally remove it completely. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/include/k3.inc | 3 --- meta-ti-bsp/co

Re: [meta-ti] [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers

2024-06-14 Thread Denys Dmytriyenko
On Fri, Jun 14, 2024 at 12:34:23PM -0400, Denys Dmytriyenko wrote: > On Thu, Jun 13, 2024 at 04:18:16PM -0500, Ryan Eatmon wrote: > > > > > > On 6/13/2024 12:22 PM, Denys Dmytriyenko wrote: > > >From: Denys Dmytriyenko > > > > > >This adds a facil

Re: [meta-ti] [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers

2024-06-14 Thread Denys Dmytriyenko
On Thu, Jun 13, 2024 at 04:09:46PM -0500, Ryan Eatmon wrote: > > > On 6/13/2024 2:47 PM, Denys Dmytriyenko wrote: > >On Thu, Jun 13, 2024 at 02:29:34PM -0500, Ryan Eatmon wrote: > >> > >> > >>On 6/13/2024 12:22 PM, Denys Dmytriyenko wrote: > >&

Re: [meta-ti][master/scarthgap][PATCH] conf: machine: Update UBOOT_MACHINE for am62xxsip-evm

2024-06-14 Thread Denys Dmytriyenko
On Fri, Jun 14, 2024 at 12:31:23PM +0530, Chirag Shilwant via lists.yoctoproject.org wrote: > Modify the U-Boot defconfig names for A53 and R5 > machine configurations based on ti-u-boot-2024.04 [1] > > [1]: > https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2024.04&id=df5181f8c6c

Re: [meta-ti] [master/scarthgap][PATCH 2/4] conf/machine/j721e: some BSPs don't support all SR and HS variants

2024-06-14 Thread Denys Dmytriyenko
On Fri, Jun 14, 2024 at 03:50:14PM +0530, Aniket Limaye via lists.yoctoproject.org wrote: > Hi Denys, > > On 6/13/2024 10:52 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko Adjust > >IMAGE_BOOT_FILES list as some BSPs do not support all combinations > >of SR1.

Re: [meta-ti] [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers

2024-06-14 Thread Denys Dmytriyenko
On Thu, Jun 13, 2024 at 04:18:16PM -0500, Ryan Eatmon wrote: > > > On 6/13/2024 12:22 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >This adds a facility to define multiple supported BSPs with their own > >preferences for individual components

Re: [meta-ti] check-layer failures for meta-ti

2024-06-14 Thread Denys Dmytriyenko
Thanks Alexandre And sorry this has taken longer than expected to get it fixed. As I explained last time, we were holding until nanbield got EOL-ed in May, since the component in question python3-yamllint was added to OE-Core since scarthgap and meta-ti doesn't have a separate nanbield branch.

[meta-ti] [master][PATCH 2/2] layer.conf, TODO: drop nanbield compatibility

2024-06-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko As nanbield has been EOL-ed recently. Signed-off-by: Denys Dmytriyenko --- TODO | 7 --- meta-ti-bsp/conf/layer.conf| 2 +- meta-ti-extras/conf/layer.conf | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/TODO b

[meta-ti] [master][PATCH 1/2] python3-yamllint: remove local copy

2024-06-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This has been accepted to oe-core and is available in scarthgap and newer. This reverts commit e9a56223ed04f9e0874177c5685db37a5eb6ea82. Signed-off-by: Denys Dmytriyenko --- .../python-yamllint/python3-yamllint_1.33.0.bb| 15 --- 1 file changed, 15

Re: [meta-ti] [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers

2024-06-13 Thread Denys Dmytriyenko
On Thu, Jun 13, 2024 at 02:29:34PM -0500, Ryan Eatmon wrote: > > > On 6/13/2024 12:22 PM, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >This adds a facility to define multiple supported BSPs with their own > >preferences for individual components

[meta-ti] [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers

2024-06-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This adds a facility to define multiple supported BSPs with their own preferences for individual components, as well as lets machine configs specify conditional configurations for different BSPs. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beagleplay

[meta-ti] [master/scarthgap][PATCH 4/4] conf/machine: use the default TI BSP for BeaglePlay

2024-06-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko BeaglePlay gains official support from latest TI lts-6.6 baseline, so set it as the default. Other Beagle platforms will still use BB.org as default. And these defaults can still be changed with TI_DEFAULT_BSP setting in a distro config or by end user in the local.conf

[meta-ti] [master/scarthgap][PATCH 3/4] conf/machine/beagle*, linux-bb.org: update for multi-BSP support

2024-06-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Update all Beagle platform configurations to support multiple BSPs. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beagle-x15.conf | 18 ++-- .../conf/machine/beaglebone-ai64-k3r5.conf| 8 +- meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 23

[meta-ti] [master/scarthgap][PATCH 2/4] conf/machine/j721e: some BSPs don't support all SR and HS variants

2024-06-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Adjust IMAGE_BOOT_FILES list as some BSPs do not support all combinations of SR1.1, SR2.0, HS-FS and HS-SE variants. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/include/j721e.inc | 18 ++ 1 file changed, 10 insertions(+), 8 deletions

Re: [meta-ti][master/scarthgap][PATCH] conf: machine: Switch beagleplay to TI baseline by default

2024-06-07 Thread Denys Dmytriyenko
On Thu, Jun 06, 2024 at 11:35:55AM +0530, Chirag Shilwant wrote: > - From LTS scarthgap, the beagleplay yocto machine will by > default build with TI baseline (i.e kernel 6.6 & U-Boot 2024.04 as of today). > Hence, remove all the references of bb.org from machine configuration file. > > - Users ca

Re: [meta-ti] [yocto] am437x do_rootfs error

2024-06-06 Thread Denys Dmytriyenko
On Thu, Jun 06, 2024 at 02:37:46PM -0500, Randolph Sapp via lists.yoctoproject.org wrote: > On Thu Jun 6, 2024 at 11:02 AM CDT, Amol Practise wrote: > > Hi Team, > > > > Any help would be appreciated on below issue. > > > > On Sun, Jun 2, 2024 at 12:40 PM Amol Practise via lists.yoctoproject.org >

Re: [meta-ti] [PATCH] conf/machine, linux-bb.org: re-org DT lists for Beagle platforms

2024-06-06 Thread Denys Dmytriyenko
Oops, this is meant for master/scarthgap - forgot the branch tag, but sent the updated version. On Thu, Jun 06, 2024 at 03:47:56PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > In order to be able to switch between different kernel providers, as well > as different

[meta-ti] [master/scarthgap][PATCH] conf/machine, linux-bb.org: re-org DT lists for Beagle platforms

2024-06-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko In order to be able to switch between different kernel providers, as well as different versions of kernel LTS (e.g. 6.1 vs. 6.6), let's re-organize Device Tree lists as follows: * Move all Beagle-specific DTBs and overlays into corresponding linux-bb.org recipe fo

[meta-ti] [PATCH] conf/machine, linux-bb.org: re-org DT lists for Beagle platforms

2024-06-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko In order to be able to switch between different kernel providers, as well as different versions of kernel LTS (e.g. 6.1 vs. 6.6), let's re-organize Device Tree lists as follows: * Move all Beagle-specific DTBs and overlays into corresponding linux-bb.org recipe fo

Re: [meta-ti][master/scarthgap][PATCH] gitignore: lift some sane defaults from others

2024-06-04 Thread Denys Dmytriyenko
On Mon, Jun 03, 2024 at 02:55:15PM -0500, r...@ti.com wrote: > From: Randolph Sapp > > Lift the common parts of the top level gitignore from oe-core and > meta-openembedded. This masks out temporary python files, intermediate > artifacts, and patches at the root of the project. FWIW, this is a m

[meta-ti] [master/scarthgap/kirkstone][PATCH] meta-ti-bsp: update BeagleBoard.org BSP to the latest

2024-05-23 Thread Denys Dmytriyenko
From: Denys Dmytriyenko * Update linux-bb.org to 6.1.80 for both 32 and 64 bit platforms * Update DTB/DTBO lists to include latest renames and additions * Re-enable vendored DTB layout by default Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 1 + meta

Re: [meta-ti][master/scarthgap][PATCH] conf: machine: Update UBOOT_MACHINE for am62xx-lp-evm

2024-05-22 Thread Denys Dmytriyenko
On Wed, May 22, 2024 at 07:06:25PM +0530, Chirag Shilwant via lists.yoctoproject.org wrote: > + Bryan for providing more details on the u-boot defconfig name > change for am62xx-lp-evm > > On 22/05/24 18:46, Ryan Eatmon wrote: > > > >This changes make scarthgap and master incompatible with the >

Re: [meta-ti] beagle bone black - scarthgap

2024-05-14 Thread Denys Dmytriyenko
1. U-boot and SPL seem to be old from Dunfell 2. Check your env: > append: root=PARTUUID= rootwait rw earlycon console=ttyO0,115200n8,115200 ... > [3.961253] VFS: PARTUUID= is invalid. > [3.961253] Expected PARTUUID=[/PARTNROFF=%d] > [3.970800] Disabling rootwait; root= is invalid. >

Re: [meta-ti][master/scarthgap][PATCHv2 1/3] ti-img-rogue-*: add ddk 24.1 recipes for ltsprep

2024-05-09 Thread Denys Dmytriyenko
On Thu, May 09, 2024 at 08:51:21AM -0500, Ryan Eatmon wrote: > > > On 5/8/2024 3:42 PM, Randolph Sapp wrote: > >On Thu May 2, 2024 at 2:45 PM CDT, Denys Dmytriyenko wrote: > >>Can you make it a diff please? As shown previously, that helps with review > >>an

Re: [meta-ti] check-layer failures for meta-ti

2024-05-08 Thread Denys Dmytriyenko
On Wed, May 08, 2024 at 11:52:22PM +0200, Alexandre Belloni via lists.yoctoproject.org wrote: > Hello, > > meta-ti is currently failing check-layer-nightly: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/2063/steps/20/logs/stdio Thanks, Alexandre, This issue is master-s

Re: [meta-ti][master/scarthgap][PATCHv2 1/3] ti-img-rogue-*: add ddk 24.1 recipes for ltsprep

2024-05-02 Thread Denys Dmytriyenko
Can you make it a diff please? As shown previously, that helps with review and allows spotting issues much easier. -M[] --find-renames[=] Detect renames. If n is specified, it is a threshold on the similarity index (i.e. amount of addition/deletions compared to the file’s size). For example,

Re: [meta-ti] [master/scarthgap][PATCH 3/3] mesa-pvr_23.2.1: add recipe for 23.2.1

2024-05-02 Thread Denys Dmytriyenko
On Thu, May 02, 2024 at 12:49:13PM -0500, Randolph Sapp wrote: > On Wed May 1, 2024 at 10:06 PM CDT, Denys Dmytriyenko wrote: > > On Wed, May 01, 2024 at 08:26:21PM -0400, Denys Dmytriyenko wrote: > > > From: Randolph Sapp > > > > > > Add a recipe for mesa-pvr

Re: [meta-ti] [master/scarthgap][PATCH 3/3] mesa-pvr_23.2.1: add recipe for 23.2.1

2024-05-01 Thread Denys Dmytriyenko
On Wed, May 01, 2024 at 08:26:21PM -0400, Denys Dmytriyenko wrote: > From: Randolph Sapp > > Add a recipe for mesa-pvr to use a newer branch based on mesa 23.2.1. > This branch does not currently contain SGX patches so it is also being > masked by the ltsprep branding to prevent r

Re: [meta-ti] [master/scarthgap][PATCH 1/3] ti-img-rogue-*: add ddk 24.1 recipes for ltsprep

2024-05-01 Thread Denys Dmytriyenko
Reformatted to be a diff against the previous version to spot the actual changes and spot any issues. See below. On Wed, May 01, 2024 at 08:26:19PM -0400, Denys Dmytriyenko wrote: > From: Randolph Sapp > > Add these recipes but lock them behind ltsprep tags because they require >

[meta-ti] [master/scarthgap][PATCH 3/3] mesa-pvr_23.2.1: add recipe for 23.2.1

2024-05-01 Thread Denys Dmytriyenko
SIGGEN_EXCLUDERECIPES_ABISAFE you may run into sstate errors when switching away from the ltsprep tag. Please issue a clean to mesa and ti-img-rogue-umlibs if you get warnings from either package's do_create_runtime_spdx step. Signed-off-by: Randolph Sapp Signed-off-by: Denys Dmytri

[meta-ti] [master/scarthgap][PATCH 2/3] mesa-pvr_23.2.1: import mesa patches from oe-core/master

2024-05-01 Thread Denys Dmytriyenko
From: Randolph Sapp Locally overlay verbatim copies of mesa 22.3.5 patches from oe-core/master, so we get whatever QoL patches from core relevant to the current release. Signed-off-by: Randolph Sapp Signed-off-by: Denys Dmytriyenko --- .../0001-gallium-Fix-build-with-llvm-17.patch | 41

[meta-ti] [master/scarthgap][PATCH 1/3] ti-img-rogue-*: add ddk 24.1 recipes for ltsprep

2024-05-01 Thread Denys Dmytriyenko
From: Randolph Sapp Add these recipes but lock them behind ltsprep tags because they require device tree changes that does not work on the current default kernel for this layer. Signed-off-by: Randolph Sapp Signed-off-by: Denys Dmytriyenko --- 6512818.bb => ti-img-ro

[meta-ti] [master/scarthgap][PATCH] conf: machine: am69-sk: Create a new am69.inc file

2024-05-01 Thread Denys Dmytriyenko
From: Ryan Eatmon Reusing the j784s4.inc file presents problems as the am69-sk platform does not support GP. So copy the j784s4.inc to am69.inc and update accordingly. Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- No changes from the original patch, just formatted as copy

Re: [meta-ti][master/scarthgap][PATCH 3/3] mesa-pvr_23.2.1: add recipe for 23.2.1

2024-05-01 Thread Denys Dmytriyenko
On Tue, Apr 30, 2024 at 04:38:21PM -0500, Randolph Sapp via lists.yoctoproject.org wrote: > From: Randolph Sapp > > Add a recipe for mesa-pvr to use a newer branch based on mesa 23.2.1. > This branch does not currently contain SGX patches so it is also being > masked by the ltsprep branding to p

Re: [meta-ti][master/scarthgap][PATCH v2] conf: machine: am69-sk: Create a new am69.inc file

2024-04-30 Thread Denys Dmytriyenko
On Tue, Apr 30, 2024 at 02:58:11PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Reusing the j784s4.inc file presents problems as the am69-sk platform > does not support GP. So copy the j784s4.inc to am69.inc and update > accordingly. Any chance to get this as a diff against j784s4.inc

Re: [meta-ti] [master/scarthgap/kirkstone][PATCH v2] wic: prevent boot FAT partition mounting under /boot

2024-04-26 Thread Denys Dmytriyenko
Ryan, Will you be able to pick up v2 of this? Thanks. On Wed, Apr 24, 2024 at 12:46:48PM -1000, Jon Cormier wrote: > Reviewed-by: Jonathan Cormier > > On Wed, Apr 24, 2024, 12:36 PM Denys Dmytriyenko via lists.yoctoproject.org > wrote: > > > From: Denys Dmytriyenko

Re: [meta-ti][master/scarthgap][PATCH] conf: machine: add AM69-SK machine configuration

2024-04-26 Thread Denys Dmytriyenko
On Thu, Apr 25, 2024 at 02:36:10PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > > > On 4/24/2024 10:59 PM, Limaye, Aniket wrote: > >On 4/24/2024 6:53 PM, Ryan Eatmon wrote: > >> > >>We have consistently named the machines with -evm and not -sk.  > >>Is there a good reason to not name t

[meta-ti] [master/scarthgap/kirkstone][PATCH v2] wic: prevent boot FAT partition mounting under /boot

2024-04-24 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Separate FAT boot partition holds SPL, SYSFW and U-boot images, while rootfs places kernel images and DTBs into /boot directory. So it is not desirable to mount boot FAT partition into /boot directory of the rootfs and shadow its original content - adjust corresponding

[meta-ti] [master/scarthgap/kirkstone][PATCH] wic: prevent boot FAT partition mounting under /boot

2024-04-21 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Separate FAT boot partition holds SPL, SYSFW and U-boot images, while rootfs places kernel images and DTBs into /boot directory. So it is not desirable to mount boot FAT partition into /boot directory of the rootfs and shadow its original content - adjust corresponding

[meta-ti] [master/scarthgap/kirkstone][PATCH] u-boot-ti: deploy initial-env for the main machine

2024-04-17 Thread Denys Dmytriyenko
From: Denys Dmytriyenko It is useful to have U-boot initial environment deployed for future reference or to initialize environment files as part of the build. In multiconfig setup, such as TI K3 platforms, building U-boot multiple times for Cortex-R5 and Cortex-A53 cores results in file

[meta-ti] [master/scarthgap][PATCH] meta-ti-extras: remove SRCPV

2024-04-17 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Last time around SRCPV was removed from meta-ti-bsp[1], but meta-ti-extras got missed. Resolve it now. [1] https://git.yoctoproject.org/meta-ti/commit/?id=d7624a767e20c776eb937c2942127299b4dc0093 Signed-off-by: Denys Dmytriyenko --- meta-ti-extras/recipes-bsp/bt-fw

Re: [meta-ti] gpiochip order unexpected, device tree gpio0 becomes /dev/gpiochip3

2024-04-17 Thread Denys Dmytriyenko
On Wed, Apr 17, 2024 at 06:39:02AM -0700, Katu Txakur wrote: > Hi, > > I've built a, Yocto scarthgap, core-image-minimal for the > machine=beaglebone. When I booted what it's defined as gpio0 in the device > tree, it becomes /dev/gpiochip3. The rest are in order. > This also happened using the b

Re: [meta-ti][master][PATCH v2 3/3] conf/layer.conf: Update LAYERSERIES_COMPAT

2024-04-17 Thread Denys Dmytriyenko
On Wed, Apr 17, 2024 at 01:40:31PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Update LAYERSERIES_COMPAT to remove EOL branches and add future styhead. > > Signed-off-by: Ryan Eatmon Acked-by: Denys Dmytriyenko > --- > v2: Add missing nanbield in meta-ti-extras/

Re: [meta-ti][master][PATCH v2 2/3] TODO: Add TODO list

2024-04-17 Thread Denys Dmytriyenko
the time when the > patches can be safely removed. > > Signed-off-by: Ryan Eatmon Acked-by: Denys Dmytriyenko > --- > TODO | 9 + > 1 file changed, 9 insertions(+) > create mode 100644 TODO > > diff --git a/TODO b/TODO > new file mode 100644 > index

Re: [meta-ti][master][PATCH v2 1/3] python3-yamllint: Temporarily carry this new recipe

2024-04-17 Thread Denys Dmytriyenko
lict. > > Signed-off-by: Ryan Eatmon Acked-by: Denys Dmytriyenko > --- > .../python-yamllint/python3-yamllint_1.33.0.bb| 15 +++ > 1 file changed, 15 insertions(+) > create mode 100644 > meta-ti-extras/recipes-devtools/python-yamllint/python3-yamllint_1.

  1   2   3   4   5   6   7   8   9   10   >