[meta-arago] [dunfell/master PATCH] optee-os: update SRCREV to pick latest

2020-12-07 Thread praneeth
From: Praneeth Bajjuri updating SRCREV to pick the latest commit on repo: ti-optee-os.git branch: ti-optee-os Signed-off-by: Praneeth Bajjuri --- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago

[meta-arago] [dunfell PATCH] optee-os: update recipe to pick 3.11

2020-12-12 Thread praneeth
From: Praneeth Bajjuri meta-arm where the optee-os_git.bb recipe is present, still is on 3.8 version on dunfell branch. This patch is to upgrade SRCREV to pick 3.11 from repo: ti-optee-os.git branch: ti-optee-os Signed-off-by: Praneeth Bajjuri --- ...ide-empty-__getauxval

[meta-arago] [dunfell/master PATCH] optee-os: update SRCREV to pick latest

2020-12-10 Thread praneeth
From: Praneeth Bajjuri updating SRCREV to pick the latest commit on repo: ti-optee-os.git branch: ti-optee-os Signed-off-by: Praneeth Bajjuri --- .../recipes-security/optee/optee-os_git.bbappend| 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-arago

[meta-arago] [dunfell/master PATCH] switch-config: update to the latest version for kernel 5.10 fixes

2021-05-14 Thread praneeth
From: Praneeth Bajjuri update to the latest version to fix build for kernel without switchioctl Signed-off-by: Praneeth Bajjuri --- .../recipes-bsp/switch-config/switch-config_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes

[meta-arago] [dunfell/master PATCH] ti-test: fix build errors with nested conditional operation

2021-04-23 Thread praneeth
From: Praneeth Bajjuri nested conditional operation like this ${@oe.utils.conditional(, ${@bb.utils.contains()} is causing build issues on some of the older build machines like this. Missing or unbuildable dependency chain was: ['tisdk-default-image', 'ti-test', "'',"] ERRO

[meta-arago] [master PATCH] coresdk-07.03.00.005-config: add config for CoreSDK 07.03.00.005 release

2021-04-07 Thread praneeth
From: Praneeth Bajjuri Signed-off-by: Praneeth Bajjuri --- configs/coresdk/coresdk-07.03.00.005-config.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 configs/coresdk/coresdk-07.03.00.005-config.txt diff --git a/configs/coresdk/coresdk-07.03.00.005-config.txt b

[meta-arago] [dunfell PATCH] layer.conf: remove releases before dunfell as compatible

2021-03-23 Thread praneeth
From: Praneeth Bajjuri This follows commit 00eb3341 ("layer.conf: remove releases before dunfell as compatible") from meta-ti. removing older than dunfell releases. Signed-off-by: Praneeth Bajjuri --- meta-arago-distro/conf/layer.conf | 2 +- meta-arago-extras/conf/layer.conf | 2 +

[meta-arago] [dunfell/master PATCH] packagegroups: tisdk-connectivity: Include BT_TI package for all platforms

2021-03-19 Thread praneeth
From: Hari Nagalla Move BT_TI package (That consists bt_enable,bt_fw) to CONNECTIVITY_RDEPENDS. This enables the package across all TI platforms. Signed-off-by: Hari Nagalla [prane...@ti.com: addressed review comments from v1] Signed-off-by: Praneeth Bajjuri --- .../packagegroups

[meta-arago] [dunfell/master PATCH 1/3] Revert "branding-core-next: explicitly select latest versions"

2021-04-13 Thread praneeth
From: Praneeth Bajjuri This reverts commit 3d919caf87700d348e86d841b8e8b425c165c0e1. Signed-off-by: Praneeth Bajjuri --- .../conf/distro/include/branding-core-next.inc| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/conf/distro/include

[meta-arago] [dunfell/master PATCH 2/3] Revert "branding: core-next: AUTOREV kernel and uboot"

2021-04-13 Thread praneeth
From: Praneeth Bajjuri This reverts commit 3d81e5add1f7173e34a4fbc189bf56872969fc98. Signed-off-by: Praneeth Bajjuri --- .../conf/distro/include/branding-core-next.inc | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-core

[meta-arago] [dunfell/master PATCH 3/3] Revert "branding: Add branding-core-next to aid in migration"

2021-04-13 Thread praneeth
From: Praneeth Bajjuri This reverts commit 9fb5311581b7730e64a8bffbbee0147eefd4edb7. Signed-off-by: Praneeth Bajjuri --- .../conf/distro/include/branding-core-next.inc| 8 meta-arago-distro/conf/distro/include/branding-core.inc | 5 - 2 files changed, 13 deletions

[meta-arago] [dunfell/master PATCH] branding-core: Remove PREFERRED_VERSION to pick 2021LTS baseline

2021-04-12 Thread praneeth
From: Praneeth Bajjuri commit 400d58becfb5 ("branding: Add branding-core-next to aid in migration") added support of PREFERRED_VERSION as 2020LTS kernel and uboot for branding core. Now that migration to 2021LTS (i.e 5.10 kernel and 2021.01 u-boot) is added, removing the PREFERRED_

[meta-arago] [dunfell/master PATCH] ti-test: omap-a15: split package selection command to avoid build erros

2021-04-20 Thread praneeth
From: Praneeth Bajjuri Split the package selection option for omap-a15 based machines to avoid the build errors like this. ERROR: Nothing RPROVIDES '${@oe.utils.conditional('ARAGO_BRAND',' (but <>/packagegroups/ti-test.bb RDEPENDS on or otherwise requires it) NOTE: Runtime

[meta-arago] [oe-layersetup PATCH] coresdk-08.00.00.004-config: add config for CoreSDK 08.00.00.004 release

2021-07-26 Thread praneeth
From: Praneeth Bajjuri add config for CoreSDK 08.00.00.004 release Signed-off-by: Praneeth Bajjuri --- configs/coresdk/coresdk-08.00.00.004-config.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 configs/coresdk/coresdk-08.00.00.004-config.txt diff --git

Re: [meta-arago] [dunfell/master PATCH] optee-os: update SRCREV to pick latest

2020-12-17 Thread Bajjuri, Praneeth
On 12/7/2020 1:40 PM, Dan Murphy wrote: Praneeth On 12/4/20 3:47 PM, prane...@ti.com wrote: From: Praneeth Bajjuri updating SRCREV to pick the latest commit on repo: ti-optee-os.git branch: ti-optee-os Signed-off-by: Praneeth Bajjuri ---   meta-arago-distro/recipes-security/optee/optee

Re: [meta-arago] [dunfell/master][PATCH] optee-os: as meta-ti now has upstream 3.11, drop local fork

2020-12-17 Thread Bajjuri, Praneeth
On 12/17/2020 3:42 PM, Denys Dmytriyenko wrote: There's no need for ti-optee-os fork any more, as it's exactly the same as upstream Thanks Denys for the fix. This along with the meta-ti patch helped in building 3.11 on sdk builds. One question though, While there is no difference today

Re: [meta-arago] [dunfell/master PATCH] optee-os: update SRCREV to pick latest

2020-12-12 Thread Praneeth Bajjuri
On 12/11/20 6:14 AM, Dan Murphy wrote: Praneeth On 12/10/20 4:42 PM, Suman Anna wrote: On 12/10/20 4:36 PM, Bajjuri, Praneeth wrote: On 12/10/2020 4:33 PM, Dan Murphy wrote: Praneeth On 12/10/20 4:32 PM, prane...@ti.com wrote: From: Praneeth Bajjuri updating SRCREV to pick the latest

Re: [meta-arago] [dunfell PATCH] optee-os: update recipe to pick 3.11

2020-12-12 Thread Praneeth Bajjuri
On 12/12/20 10:10 AM, Dan Murphy wrote:   create mode 100644 meta-arago-distro/recipes-security/optee/optee-os/0006-allow-setting-sysroot-for-libgcc-lookup.patch   create mode 100644 meta-arago-distro/recipes-security/optee/optee-os/0007-allow-setting-sysroot-for-clang.patch This failed

Re: [meta-arago] [dunfell/master PATCH] optee-os: update SRCREV to pick latest

2020-12-10 Thread Bajjuri, Praneeth
On 12/10/2020 4:33 PM, Dan Murphy wrote: Praneeth On 12/10/20 4:32 PM, prane...@ti.com wrote: From: Praneeth Bajjuri updating SRCREV to pick the latest commit on repo: ti-optee-os.git branch: ti-optee-os Signed-off-by: Praneeth Bajjuri ---   .../recipes-security/optee/optee

Re: [meta-arago] [dunfell/master][PATCH 1/4] chromium: apply bbappend with fix dynamically based on "browser-layer" presence

2021-05-03 Thread Bajjuri, Praneeth
On 5/3/2021 4:32 PM, Denys Dmytriyenko wrote: On Mon, May 03, 2021 at 04:29:06PM -0500, Bajjuri, Praneeth wrote: On 5/3/2021 4:12 PM, Denys Dmytriyenko wrote: Praneeth, Any plans to merge this series? Even though the config is disabled by default, it does some recipe cleanup

Re: [meta-arago] [dunfell/master][PATCH] branding-*: remove remnants of u-boot-k3-r5

2021-05-03 Thread Praneeth Bajjuri
On 5/3/21 4:36 PM, Denys Dmytriyenko wrote: Praneeth, I noticed this patch has been merged to dunfell, but is missing on master. Could you please cherry-pick this to master? Let me know if you need this rebased, as branding-core-next is gone now. Will rebase and pull to master (along

Re: [meta-arago] [dunfell/master][PATCH 1/4] chromium: apply bbappend with fix dynamically based on "browser-layer" presence

2021-05-03 Thread Bajjuri, Praneeth
On 5/3/2021 4:12 PM, Denys Dmytriyenko wrote: Praneeth, Any plans to merge this series? Even though the config is disabled by default, it does some recipe cleanup and establishes dynamic layer dependency framework. Thanks for the bump, pulled to dunfell-next. Will sync to -master

Re: [meta-arago] [master][PATCH] layer.conf: Add hardknott to compatible release branches

2021-03-23 Thread Bajjuri, Praneeth
On 3/23/2021 9:51 AM, Nishanth Menon wrote: This follows commit cfe3f78 ("layer.conf: add hardknott to compatible release branches") from meta-ti. While we are at it, remove old releases before dunfell as we no longer support the build of such configurations. Thanks for the fix. looks good

Re: [meta-arago] [dunfell][PATCH 1/3] Revert "HACK: qtwebkit: define MESA_EGL_NO_X11_HEADERS at ANGLE/khrplatform.h"

2021-04-06 Thread Bajjuri, Praneeth
On 4/1/2021 11:33 AM, Gowtham Tammana wrote: This reverts commit 1e83ebf61bd22ca8ad04d5538db044d81330df2c. It is no longer needed as it is handled through build dependencies. no signed-off-by ? Will append before merging to dunfell --- ...atform.h-add-define-MESA_EGL_NO_X11_.patch | 30

Re: [meta-arago] [dunfell][PATCH v3] packagegroups: tisdk-connectivity: Include TI wlan packages for k3 platforms

2021-03-12 Thread Bajjuri, Praneeth
-Original Message- From: Devshatwar, Nikhil Sent: Wednesday, March 10, 2021 2:01 PM To: meta-arago@arago-project.org; Bajjuri, Praneeth Cc: Vutla, Lokesh ; Kishon Vijay Abraham ; Nori, Sekhar ; Nagalla, Hari ; Narang, Saurabh ; Devshatwar, Nikhil Subject: [meta-arago][dunfell][PATCH v3

Re: [meta-arago] [meta-ti][dunfell/master][PATCH v2] packagegroups: tisdk-connectivity: Include TI wlan packages for k3 platforms

2021-03-10 Thread Bajjuri, Praneeth
On 3/3/2021 12:21 PM, Nikhil Devshatwar wrote: Currently, the K3 platforms do not include the TI wlan related packages. Add in the tisdk-connectivity packagegroup. Signed-off-by: Nikhil Devshatwar Suggested-by: Hari Nagalla Reviewed-by: Lokesh Vutla --- Notes: changes from v1:

Re: [meta-arago] [meta-ti][dunfell/master][PATCH v2] packagegroups: tisdk-connectivity: Include TI wlan packages for k3 platforms

2021-03-10 Thread Bajjuri, Praneeth
On 3/10/2021 12:37 PM, Nikhil Devshatwar wrote: On 10/03/21 11:00 pm, Bajjuri, Praneeth wrote: On 3/3/2021 12:21 PM, Nikhil Devshatwar wrote: Currently, the K3 platforms do not include the TI wlan related packages. Add in the tisdk-connectivity packagegroup. Signed-off-by: Nikhil

Re: [meta-arago] [oe-layersetup][PATCH 0/2] arago-dunfell/dunfell-next: Move to

2021-03-16 Thread Bajjuri, Praneeth
ed given that dunfell is always a rolling config.. and used only in the cases of exceptions.. So, please ignore my comment. Looks good to me. Praneeth, I see you only merged one of two patches? Yes , only pulled the dunfell-next config .. started the build job to check if builds are ok. Will pull the

Re: [meta-arago] [master][PATCH] layer.conf: Add hardknott to compatible release branches

2021-04-12 Thread Praneeth Bajjuri
On 4/2/21 9:14 PM, Denys Dmytriyenko wrote: On Tue, Mar 23, 2021 at 12:42:43PM -0400, Denys Dmytriyenko wrote: On Tue, Mar 23, 2021 at 09:51:33AM -0500, Nishanth Menon wrote: This follows commit cfe3f78 ("layer.conf: add hardknott to compatible release branches") from meta-ti. While we are

Re: [meta-arago] [master][PATCH 00/29] hardknott/master fixes

2021-04-12 Thread Praneeth Bajjuri
On 4/2/21 7:10 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Set of fixes for meta-arago hardknott/master. Uses "internal" gcc10 toolchain (selected with TOOLCHAIN_TYPE=internal) and still requires extra fixes to use external prebuilt Arm toolchain from meta-arm. gcc10 "multiple

Re: [meta-arago] [dunfell/master PATCH] ti-test: omap-a15: split package selection command to avoid build erros

2021-04-20 Thread Bajjuri, Praneeth
On 4/19/2021 10:05 PM, prane...@ti.com wrote: From: Praneeth Bajjuri Split the package selection option for omap-a15 based machines to avoid the build errors like this. ERROR: Nothing RPROVIDES '${@oe.utils.conditional('ARAGO_BRAND',' (but <>/packagegroups/ti-test.bb RD

Re: [meta-arago] [[master/dunfell PATCH] ltp-ddt: Update to latest

2021-02-16 Thread Bajjuri, Praneeth
On 2/11/2021 12:06 PM, Bajjuri, Praneeth wrote: On 2/11/2021 7:00 AM, Aparna Balasubramanian wrote: Signed-off-by: Aparna Balasubramanian Can you add some description? Looks like this patch brings am64xx-sk support. Aparna, took care of updating commit message and pushed to dunfell

Re: [meta-arago] [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power monitoring support

2021-02-21 Thread Praneeth Bajjuri
On 2/21/21 5:01 AM, R, Karthik wrote: ACK -Original Message- From: J, KEERTHY Sent: Tuesday, 16 February, 2021 8:27 PM To: meta-arago@arago-project.org Cc: Weaver, Lucas ; J, KEERTHY ; R, Karthik ; J, KEERTHY Subject: [PATCH] meta-arago-extras: recipes-devtools: statcol: Add power

Re: [meta-arago] [[master/dunfell PATCH] ltp-ddt: Update to latest

2021-02-11 Thread Bajjuri, Praneeth
On 2/11/2021 7:00 AM, Aparna Balasubramanian wrote: Signed-off-by: Aparna Balasubramanian Can you add some description? Looks like this patch brings am64xx-sk support. --- .../recipes-devtools/ltp-ddt/ltp-ddt_20200120.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [meta-arago] [oe-layersetup PATCH v3] processor-sdk: Add 07.03.00.005 release config

2021-08-26 Thread Praneeth Bajjuri
On 8/26/21 5:31 AM, Priya N S wrote: Signed-off-by: Priya N S --- Hi All, This patch adds the processor-sdk-07.03.00.005-config for the AM335x and AM437x 07.03 release. Changes made in the V3 patch: * This corresponds to the 07.03 release for the am335x-evm and am437x-evm platforms. *

Re: [meta-arago] [oe-layersetup PATCH v3] processor-sdk: Add 07.03.00.005 release config

2021-08-27 Thread Bajjuri, Praneeth
On 8/27/2021 5:54 AM, Vigna Raja Priya N S wrote: On Fri, Aug 27, 2021 at 1:42 AM Praneeth Bajjuri wrote: On 8/26/21 5:31 AM, Priya N S wrote: Signed-off-by: Priya N S --- Hi All, This patch adds the processor-sdk-07.03.00.005-config for the AM335x and AM437x 07.03 release. Changes

Re: [meta-arago] [oe-layersetup PATCH v2] processor-sdk: Add 07.03.00.005 release config

2021-08-06 Thread Bajjuri, Praneeth
On 8/6/2021 6:48 AM, Priya N S wrote: Signed-off-by: Priya N S --- Hi All, Kindly ignore the changes made in the V1 patch and consider the V2 patch. Changes made in the V2 patch: * Added the processor-sdk-07.03.00.005-config for the 07.03 release. Why are we doing this at the time of