[OE-Core][master][honister][PATCH] scriptutils.py: Add check before deleting path

2021-09-27 Thread Chandana kalluri
ot' ERROR: Command 'script -e -q -c "recipetool --color=always create --devtool -o /tmp/devtool5sq_op37 'file:///' -x /build/workspace/sources/devtoolsrcxc1b9zjq -N test" /dev/null' failed Signed-off-by: Sai Hari Chandana Kalluri --- scripts/lib/scriptutils.py | 3 ++-

[OE-core] [oe][meta-python][master][hardknott][PATCH v2] python3-humanfriendly: Add nativesdk to BBCLASSEXTEND

2021-08-02 Thread Chandana kalluri
Add nativesdk to BBCLASSEXTEND to enable recipes that produce files intended for host portion the SDK Signed-off-by: Sai Hari Chandana Kalluri --- changelog: Fix subject line layer information. Patch is for oe/meta-python layer and not oe-core --- meta-python/recipes-devtools/python/python3

[OE-core][master][hardknott][PATCH] python3-humanfriendly: Add nativesdk to BBCLASSEXTEND

2021-08-02 Thread Chandana kalluri
Add nativesdk to BBCLASSEXTEND to enable recipes that produce files intended for host portion the SDK Signed-off-by: Sai Hari Chandana Kalluri --- meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python

[OE-Core][master][gatesgarth][PATCH v2] populate_sdk_ext: use SDK_CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg

2020-12-03 Thread Chandana kalluri
he wants to use an existing custom templateconf.cfg or not If SDK_CUSTOM_TEMPLATECONF=='1' then enable custom templateconf.cfg. By default SDK_CUSTOM_TEMPLATECONF is set to '0' Signed-off-by: Sai Hari Chandana Kalluri --- changelog v2: Prefix variable with SDK_ similar to ot

Re: [OE-Core][master][gatesgarth][PATCH] populate_sdk_ext: use CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg

2020-12-03 Thread Chandana kalluri
Ping On 11/30/20, 2:07 PM, "openembedded-core@lists.openembedded.org on behalf of Chandana kalluri via lists.openembedded.org" wrote: The current implementation will always pick an existing templateconf.cfg if present else it will use the one from OE. A user might not alwa

[OE-Core][master][gatesgarth][PATCH] populate_sdk_ext: use CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg

2020-11-30 Thread Chandana kalluri
wants to use an existing custom templateconf.cfg or not If CUSTOM_TEMPLATECONF=='1' then enable custom templateconf.cfg. By default CUSTOM_TEMPLATECONF is set to '0' Signed-off-by: Sai Hari Chandana Kalluri --- meta/classes/populate_sdk_ext.bbclass | 6 +- 1 file changed

[OE-core] [ipoky][master][PATCH] qemu.inc: Use virtual/libgl instead of mesa

2020-08-12 Thread Chandana kalluri
Use virtual/libgl instead of mesa within the recipes to provide users the flexibility to specify providers other than mesa. Signed-off-by: Sai Hari Chandana Kalluri --- meta/recipes-devtools/qemu/qemu.inc| 2 +- meta/recipes-graphics/virglrenderer/virglrenderer_0.8.2.bb

[OE-core] [OE-Core][master][PATCH 0/2] Devtool reset --remove-work

2019-11-26 Thread Sai Hari Chandana Kalluri
. b. The second test case ensures devtool reset --remove-work command cleans the source directory Sai Hari Chandana Kalluri (2): reset --remove-work: Modify the remove-work print messages oeselftest: devtool reset --remove-work command meta/lib/oeqa/selftest/cases/devtool.py | 49

[OE-core] [OE-Core][master][PATCH 1/2] reset --remove-work: Modify the remove-work print messages

2019-11-26 Thread Sai Hari Chandana Kalluri
reset --remove-work: Modify the devtool reset remove-work print messages to provide more details. Signed-off-by: Sai Hari Chandana Kalluri --- scripts/lib/devtool/standard.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts

[OE-core] [OE-Core][master][PATCH 2/2] oeselftest: devtool reset --remove-work command

2019-11-26 Thread Sai Hari Chandana Kalluri
Signed-off-by: Sai Hari Chandana Kalluri --- meta/lib/oeqa/selftest/cases/devtool.py | 49 + 1 file changed, 49 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 57e6662..f6093c0 100644 --- a/meta

Re: [OE-core] [OE-Core][master][PATCH v4 0/3] Devtool: provide easy means of

2019-10-29 Thread Chandana Kalluri
: Tuesday, October 29, 2019 3:52 PM > To: Chandana Kalluri > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [OE-Core][master][PATCH v4 0/3] Devtool: provide easy > means of > > Hi Chandana > > Having added quite a bit to devtool relating to the kernel

Re: [OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-07 Thread Chandana Kalluri
Hi Paul, Any thoughts on implementing this as a separate command as suggested by Khem? > -Original Message- > From: Khem Raj > Sent: Monday, October 7, 2019 11:40 AM > To: Chandana Kalluri > Cc: Patches and discussions about the oe-core layer c...@lists.openembedded

[OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-07 Thread Sai Hari Chandana Kalluri
Hari Chandana Kalluri --- scripts/lib/devtool/standard.py | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 60c9a04..1c0cd8a 100644 --- a/scripts/lib/devtool/standard.py +++ b

[OE-core] [OE-Core][master][PATCH] menuconfig: Add mechanism for user to append to same devtool fragment after user runs finish

2019-10-07 Thread Sai Hari Chandana Kalluri
will replace the config fragment unless specified with the -a option. Signed-off-by: Sai Hari Chandana Kalluri --- scripts/lib/devtool/menuconfig.py | 31 --- scripts/lib/devtool/standard.py | 20 +++- 2 files changed, 39 insertions(+), 12 deletions

[OE-core] [OE-Core][master][PATCH] devtool: Add --remove-work option for devtool reset command

2019-10-04 Thread Sai Hari Chandana Kalluri
Hari Chandana Kalluri --- scripts/lib/devtool/standard.py | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 60c9a04..1c0cd8a 100644 --- a/scripts/lib/devtool/standard.py +++ b

[OE-core] Xilinx/meta-jupyter layer

2019-09-27 Thread Chandana Kalluri
Hello all, https://github.com/Xilinx/meta-jupyter is a meta-jupyter layer containing recipes for jupyter notebook. The initial recipes are based of Dmitry Kargin's meta-jupyter layer https://layers.openembedded.org/layerindex/branch/master/layer/meta-jupyter/. This layer has not been updated f

[OE-core] [master][PATCH v5 0/3] Devtool: provide easy means of reconfiguring

2019-07-11 Thread Sai Hari Chandana Kalluri
-shared to devtool workspace. 2. use check_workspace_recipe() within menuconfig.py changelog v5 1. test against devtool oe-selftests and add missing function imports 2. rename function name from symblink_oelocal_files_srctree to symlink_oelocal_files_srctree 3. fix indendation Sai Hari Chandana

[OE-core] [master][PATCH 1/3] devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded

2019-07-10 Thread Sai Hari Chandana Kalluri
devtool workspace by creating hard links else run the usual devtool modify flow and call do_fetch task. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino Hernandez Samaniego --- scripts/lib/devtool/standard.py | 122 1

[OE-core] [master][PATCH 2/3] devtool/standard.py: Create a copy of kernel source within work-shared if not present

2019-07-10 Thread Sai Hari Chandana Kalluri
If kernel source is not already downloaded i.e staging kernel dir is empty, place a copy of the source when the user runs devtool modify linux-yocto. This way the kernel source is available for other packages that use it. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by

[OE-core] [master][PATCH 3/3] devtool: provide support for devtool menuconfig command

2019-07-10 Thread Sai Hari Chandana Kalluri
Run devtool finish to update the recipe by appending the config fragment to SRC_URI and place a copy of the fragment within the layer where the recipe resides. Ex: devtool finish linux-yocto meta [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino

[OE-core] [PATCH v2] run-postinsts: Fix full execution of scripts at first boot

2019-05-09 Thread Sai Hari Chandana Kalluri
From: Alejandro Enedino Hernandez Samaniego run-postinsts runs a given set of scripts during the first boot of the device, when one of these scripts prints something to stdout (isnt daemonized correctly), since stdout is not available at that time, the script execution immediately returns with an

[OE-core] [OE-Core][master][PATCH v4 1/3] devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded

2019-04-18 Thread Sai Hari Chandana Kalluri
devtool workspace by creating hard links else run the usual devtool modify flow and call do_fetch task. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino Hernandez Samaniego --- scripts/lib/devtool/standard.py | 121 1

[OE-core] [OE-Core][master][PATCH v4 2/3] devtool/standard.py: Create a copy of kernel source within work-shared if not present

2019-04-18 Thread Sai Hari Chandana Kalluri
If kernel source is not already downloaded i.e staging kernel dir is empty, place a copy of the source when the user runs devtool modify linux-yocto. This way the kernel source is available for other packages that use it. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by

[OE-core] [OE-Core][master][PATCH v4 3/3] devtool: provide support for devtool menuconfig command

2019-04-18 Thread Sai Hari Chandana Kalluri
Run devtool finish to update the recipe by appending the config fragment to SRC_URI and place a copy of the fragment within the layer where the recipe resides. Ex: devtool finish linux-yocto meta [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino

[OE-core] [OE-Core][master][PATCH v4 0/3] Devtool: provide easy means of

2019-04-17 Thread Sai Hari Chandana Kalluri
-shared to devtool workspace. 2. use check_workspace_recipe() within menuconfig.py Sai Hari Chandana Kalluri (3): devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded devtool/standard.py: Create a copy of kernel source within work-shared if

[OE-core] [OE-Core][master][PATCH v3 2/3] devtool/standard.py: Create a copy of kernel source within work-shared if not present

2019-03-29 Thread Sai Hari Chandana Kalluri
If kernel source is not already downloaded i.e staging kernel dir is empty, place a copy of the source when the user runs devtool modify linux-yocto. This way the kernel source is available for other packages that use it. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by

[OE-core] [OE-Core][master][PATCH v3 1/3] devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded

2019-03-29 Thread Sai Hari Chandana Kalluri
devtool workspace by creating hard links else run the usual devtool modify flow and call do_fetch task. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino Hernandez Samaniego --- scripts/lib/devtool/standard.py | 94 + 1

[OE-core] [OE-Core][master][PATCH v3 0/3] Devtool: provide easy means of

2019-03-29 Thread Sai Hari Chandana Kalluri
version present in workspace do not match, when placing a copy of kernel-source from workspace to work-shared. Sai Hari Chandana Kalluri (3): devtool modify: Update devtool modify to copy source from work-shared if its already downloaded

[OE-core] [OE-Core][master][PATCH v3 3/3] devtool: provide support for devtool menuconfig command

2019-03-28 Thread Sai Hari Chandana Kalluri
Run devtool finish to update the recipe by appending the config fragment to SRC_URI and place a copy of the fragment within the layer where the recipe resides. Ex: devtool finish linux-yocto meta [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino

Re: [OE-core] [OE-Core][master][PATCH] standard.py: Provide an additional option for devtool reset

2019-03-12 Thread Chandana Kalluri
4, 2019 12:17 PM To: openembedded-core@lists.openembedded.org; Chandana Kalluri Subject: Re: [OE-core] [OE-Core][master][PATCH] standard.py: Provide an additional option for devtool reset On Friday, 8 February 2019 2:57:32 PM NZDT Sai Hari Chandana Kalluri wrote: > The devtool reset comm

Re: [OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command.

2019-03-11 Thread Chandana Kalluri
-Original Message- From: Paul Eggleton Sent: Monday, March 4, 2019 3:46 PM To: Chandana Kalluri Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command. On Saturday, 26 January 2019 8:53:02

[OE-core] [OE-Core][master][PATCH] standard.py: Provide an additional option for devtool reset

2019-02-08 Thread Sai Hari Chandana Kalluri
-off-by: Sai Hari Chandana Kalluri --- scripts/lib/devtool/standard.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index b7d4d47..e3bb0d1 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts

Re: [OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command.

2019-02-07 Thread Chandana Kalluri
Ping -Original Message- From: Sai Hari Chandana Kalluri Sent: Friday, January 25, 2019 11:53 AM To: openembedded-core@lists.openembedded.org Cc: Alejandro Enedino Hernandez Samaniego ; Chandana Kalluri Subject: [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig

[OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command.

2019-01-27 Thread Sai Hari Chandana Kalluri
Run devtool finish to update the recipe by appending the config fragment to SRC_URI and place a copy of the fragment within the layer where the recipe resides. Ex: devtool finish linux-yocto meta [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino

[OE-core] [OE-Core][PATCH v2 2/3] devtool modify: Create a copy of kernel source within work-shared if not present

2019-01-26 Thread Sai Hari Chandana Kalluri
If kernel source is not already downloaded i.e staging kernel dir is empty, place a copy of the source when the user runs devtool modify linux-yocto. This way the kernel source is available for other packages that use it. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by

[OE-core] [OE-Core][PATCH v2 0/3] Devtool: provide easy means of reconfiguring

2019-01-25 Thread Sai Hari Chandana Kalluri
version present in workspace do not match, when placing a copy of kernel-source from workspace to work-shared. Sai Hari Chandana Kalluri (3): devtool modify: Update devtool modify to copy source from work-shared if its already downloaded

[OE-core] [OE-Core][PATCH v2 1/3] devtool modify: Update devtool modify to copy source from work-shared if its already downloaded.

2019-01-25 Thread Sai Hari Chandana Kalluri
devtool workspace by creating hard links. Else run the usual devtool modify flow and call do_fetch task. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino Hernandez Samaniego --- changelog v2: 1. Add a check to verify the set kernel version by user and kernel

[OE-core] [OE-Core][PATCH 3/3] devtool: provide support for devtool menuconfig command.

2018-12-05 Thread Sai Hari Chandana Kalluri
Run devtool finish to update the recipe by appending the config fragment to SRC_URI and place a copy of the fragment within the layer where the recipe resides. Ex: devtool finish linux-yocto meta [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino

[OE-core] [OE-Core][PATCH 1/3] devtool modify: Update devtool modify to copy source from work-shared if its already downloaded.

2018-12-05 Thread Sai Hari Chandana Kalluri
devtool workspace by creating hard links to be more efficient. Else run the usual devtool modify flow and call do_fetch task. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino Hernandez Samaniego --- scripts/lib/devtool/standard.py | 124

[OE-core] [OE-Core][PATCH 2/3] devtool modify: Create a copy of kernel source

2018-12-05 Thread Sai Hari Chandana Kalluri
If kernel source is not already downloaded i.e staging kernel dir is empty, place a copy of the source when the user runs devtool modify linux-yocto. This way the kernel source is available for other packages that use it. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by

[OE-core] [OE-Core][PATCH 0/3] Devtool: provide easy means of reconfiguring the kernel

2018-12-04 Thread Sai Hari Chandana Kalluri
this patch series creates a copy of source from workspace to work-shared. This is necessary for packages that may use the kernel source. [YOCTO #10416] Sai Hari Chandana Kalluri (3): devtool modify: Update devtool modify to copy source from work-shared if its already downloaded. devtool

[OE-core] [OE-Core][PATCH 1/3] devtool modify: Update devtool modify to copy source from work-shared if its already downloaded.

2018-12-04 Thread Sai Hari Chandana Kalluri
devtool workspace by creating hard links to be more efficient. Else run the usual devtool modify flow and call do_fetch task. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino Hernandez Samaniego --- scripts/lib/devtool/standard.py | 124

[OE-core] [OE-Core][PATCH 0/3] Devtool: provide easy means of reconfiguring the kernel

2018-12-04 Thread Sai Hari Chandana Kalluri
this patch series creates a copy of source from workspace to work-shared. This is necessary for packages that may use the kernel source. [YOCTO #10416] Sai Hari Chandana Kalluri (3): devtool modify: Update devtool modify to copy source from work-shared if its already downloaded. devtool

[OE-core] [OE-Core][PATCH 3/3] devtool: provide support for devtool menuconfig command.

2018-12-04 Thread Sai Hari Chandana Kalluri
Run devtool finish to update the recipe by appending the config fragment to SRC_URI and place a copy of the fragment within the layer where the recipe resides. Ex: devtool finish linux-yocto meta [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Alejandro Enedino