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 ++-
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
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
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
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
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
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
.
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
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
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
: 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
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
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
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
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
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
-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
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
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
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
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
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
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
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
-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
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
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
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
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
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
-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
-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
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
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
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
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
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
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
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
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
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
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
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
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
44 matches
Mail list logo