Re: [OE-core] beaglebone-yocto testimage ping timeout issue

2023-09-26 Thread Sandeep Gundlupet Raju via lists.openembedded.org
On 9/25/2023 2:42 PM, Richard Purdie wrote: On Mon, 2023-09-25 at 11:17 -0700, Khem Raj wrote: core-image-minimal does not have ssh server in image so maybe start with core-image-base or something or add IMAGE_FEATURES += "ssh-server-openssh package-management hwcodecs" to local.conf Whilst

[OE-core] beaglebone-yocto testimage ping timeout issue

2023-09-25 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi All, I'm running testimage for arm32(beaglebone-yocto, zynq-generic and microblaze targets) using master and I see ping timeout issue as shown below but I don't see this issue with ARM64 targets or qemuarm. Any help would be much appreciated.

Re: [OE-core] [PATCH] vim: add missing pkgconfig inherit

2023-03-02 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Tested-by:|Sandeep Gundlupet Raju | On 3/2/2023 9:10 AM, Ross Burton via lists.openembedded.org wrote: Vim uses pkgconfig to find dependencies but it wasn't present, so it silently doesn't enable features like GTK+ UI. [ YOCTO #15044 ] Signed-off-by: Ross Burton ---

Re: [OE-core] python3-bqplot build issues

2023-01-27 Thread Sandeep Gundlupet Raju via lists.openembedded.org
On 1/27/2023 6:26 PM, Tim Orling wrote: On Thu, Jan 26, 2023 at 8:28 PM Gundlupet Raju, Sandeep wrote: Thanks Tim for your help. On 1/26/2023 1:40 PM, Tim Orling wrote: On Wed, Jan 25, 2023 at 11:17 AM Gundlupet Raju, Sandeep wrote: Hello, I'm

Re: [OE-core] python3-bqplot build issues

2023-01-26 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Thanks Tim for your help. On 1/26/2023 1:40 PM, Tim Orling wrote: On Wed, Jan 25, 2023 at 11:17 AM Gundlupet Raju, Sandeep wrote: Hello, I'm upgrading python3-bqplot from honister to langdale in meta-jupyter, I've migrated the recipe version from 0.12.31 ->0.12.36 but I'm

[OE-core] python3-bqplot build issues

2023-01-25 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hello, I'm upgrading python3-bqplot from honister to langdale in meta-jupyter, I've migrated the recipe version from 0.12.31 ->0.12.36 but I'm running into build missing dependencies issues. Even if I use 0.12.31 issues exists in kirkstone and langdale. Any help from community will be much

Re: [OE-Core][langdale][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-17 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi All, Can someone merge these patches to langdale branch? Thanks, Sandeep On 1/13/2023 9:51 AM, Gundlupet Raju, Sandeep wrote: Hi Richard, Alex, Thanks for merging the patches in master. Can you merge these patches to langdale release as well? Thanks, Sandeep On 1/12/2023 7:19 PM,

Re: [OE-Core][langdale][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-13 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi Richard, Alex, Thanks for merging the patches in master. Can you merge these patches to langdale release as well? Thanks, Sandeep On 1/12/2023 7:19 PM, Gundlupet Raju, Sandeep wrote: Hi Michael, Any updates on patch merge? Thanks, Sandeep On 1/8/2023 10:25 AM,

Re: [OE-Core][langdale][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-12 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi Michael, Any updates on patch merge? Thanks, Sandeep On 1/8/2023 10:25 AM, sandeep.gundlupet-r...@amd.com wrote: From: Sandeep Gundlupet Raju The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. From Bruce Ashfield: We can split between

[OE-Core][langdale][PATCH v2 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-08 Thread Sandeep Gundlupet Raju via lists.openembedded.org
From: Sandeep Gundlupet Raju Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Also fallback to avaialable dtb when

[OE-Core][langdale][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-08 Thread Sandeep Gundlupet Raju via lists.openembedded.org
From: Sandeep Gundlupet Raju The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Of course, this was only working by luck

[OE-core][PATCH v2 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-08 Thread Sandeep Gundlupet Raju via lists.openembedded.org
From: Sandeep Gundlupet Raju Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Also fallback to avaialable dtb when

[OE-core][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-08 Thread Sandeep Gundlupet Raju via lists.openembedded.org
From: Sandeep Gundlupet Raju The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Of course, this was only working by luck

Re: [OE-core][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-05 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi Michael, On 1/5/2023 2:12 AM, Michael Opdenacker wrote: Hi Sandeep Am 04.01.23 um 23:09 schrieb Sandeep Gundlupet Raju via lists.openembedded.org: The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. ... Thanks for the patch updates! There's

[OE-core][PATCH v2 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Also fallback to avaialable dtb when FIT_CONF_DEFAULT_DTB doesn't exits or

[OE-core][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Of course, this was only working by luck previously (before the sort),

[OE-Core][langdale][PATCH v2 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Also fallback to avaialable dtb when FIT_CONF_DEFAULT_DTB doesn't exits or

[OE-Core][langdale][PATCH v2 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Of course, this was only working by luck previously (before the sort),

Re: [OE-Core][PATCH 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-04 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi Quentin, Thanks for the review. On 1/4/2023 4:36 AM, Quentin Schulz wrote: Hi Sandeep, On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote: The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. From Bruce Ashfield

[OE-Core][PATCH 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-03 Thread Sandeep Gundlupet Raju via lists.openembedded.org
The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Two loops versus one, would be fine, with not too much duplicated code.

[OE-Core][PATCH 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-03 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Signed-off-by: Sandeep Gundlupet Raju ---

[OE-Core][langdale][PATCH 2/2] kernel-fitimage: Allow user to select dtb when multiple dtb exists

2023-01-03 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Allow user to select the default DTB for FIT image when multiple dtb's exists. >From machine.conf or local.conf user can specify the default dtb for FIT image as shown below. FIT_CONF_DEFAULT_DTB = "board-default.dtb" Signed-off-by: Sandeep Gundlupet Raju ---

[OE-Core][langdale][PATCH 1/2] kernel-fitimage: Adjust order of dtb/dtbo files

2023-01-03 Thread Sandeep Gundlupet Raju via lists.openembedded.org
The dtb files must be before the dtbo files, otherwise the overlays may not be applied correctly. >From Bruce Ashfield: We can split between dtbs and dtbos, they just need to be sorted for reproducibility reasons. Two loops versus one, would be fine, with not too much duplicated code.

Re: [OE-Core][master,langdale][PATCH] libdrm: Remove libdrm-kms package

2022-12-05 Thread Sandeep Gundlupet Raju via lists.openembedded.org
doesn’t show it. Can you post it please? Ross On 2 Dec 2022, at 18:24, Sandeep Gundlupet Raju via lists.openembedded.org wrote: Hi Alex, Richard, Any updates on reviewing this patch? Thanks, Sandeep On 11/3/2022 2:09 PM, Gundlupet Raju, Sandeep wrote: Hello, Any updates on reviewing

[OE-core][langdale][master][PATCH] libdrm: Remove libdrm-kms package

2022-12-05 Thread Sandeep Gundlupet Raju via lists.openembedded.org
libkms library is deprecated in 2.4.111 version. Hence remove libdrm-kms package. Signed-off-by: Sandeep Gundlupet Raju --- meta/recipes-graphics/drm/libdrm_2.4.113.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.113.bb

Re: [OE-Core][master,langdale][PATCH] libdrm: Remove libdrm-kms package

2022-12-02 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi Alex, Richard, Any updates on reviewing this patch? Thanks, Sandeep On 11/3/2022 2:09 PM, Gundlupet Raju, Sandeep wrote: Hello, Any updates on reviewing this patch? Thanks, Sandeep On 10/27/2022 8:17 PM, Sandeep Gundlupet Raju wrote: libkms library is deprecated in 2.4.111 version.

Re: [OE-core] python3-picobuild build issues

2022-11-08 Thread Sandeep Gundlupet Raju via lists.openembedded.org
On 11/8/2022 10:01 AM, Ross Burton wrote: On 8 Nov 2022, at 16:27, Gundlupet Raju, Sandeep wrote: Hi Ross, I'm using langdale release and build host is Ubuntu-18.04.3, Any pointers on below build issues. | usage: python -m installer [-h] [--destdir path] [--compile-bytecode level] |

[OE-core] python3-picobuild build issues

2022-11-08 Thread Sandeep Gundlupet Raju via lists.openembedded.org
Hi Ross, I'm using langdale release and build host is Ubuntu-18.04.3, Any pointers on below build issues. ERROR: python3-picobuild-native-0.2+gitAUTOINC+ed3b16ce48-r0 do_install: