[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

[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] [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
to 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

[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

[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
to 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

[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

[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

[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
to 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

[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

[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

[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
to 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
to 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

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

2018-12-04 Thread Sai Hari Chandana Kalluri
, then 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
to 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
, then 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