[OE-core] [PATCH] matchbox-session-sato: Make the battery applet depend on machine features

2018-05-02 Thread Jaewon Lee
From: Eran Matityahu matchbox-panel enables the battery plugin only if the acpi/apm machine features are enabled, so enable the battery applet in the session script under the same conditions. This avoids the 'Failed to load applet "battery"' warning at runtime, in case

[OE-core] [PATCH] devtool-source.bbclass: Support kernel fragments not in SRC_URI

2018-07-30 Thread Jaewon Lee
parses local .scc files in SRC_URI, copies the corresponding .cfg file to devtool's workdir, and also adds it to local_files so it is available when doing a devtool build for the kernel. [YOCTO #12858] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta

[OE-core] [PATCH] kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directives

2018-07-30 Thread Jaewon Lee
directory which devtool is using. This patch checks for feature directories in oe-local-files, and if present, adds that path to include directives. [YOCTO #12855] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta/classes/kernel-yocto.bbclass | 2 ++ 1 file

[OE-core] [PATCH v2] devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI

2018-08-01 Thread Jaewon Lee
trying to find it. This fix parses local .scc files in SRC_URI, copies the corresponding .cfg/.patch file to devtool's workdir, and also adds it to local_files so it is available when doing a devtool build for the kernel. [YOCTO #12858] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino

Re: [OE-core] [PATCH] devicetree.bbclass: User/BSP device tree source compilation class

2018-08-06 Thread Jaewon Lee
Hi Nathan, What do you think about adding support for dts include files as well (.dtsi)? Thanks, Jaewon -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Nathan Rossi Sent: Thursday,

Re: [OE-core] [PATCH] devicetree.bbclass: User/BSP device tree source compilation class

2018-08-07 Thread Jaewon Lee
Hi Nathan, On 08/07/2018 04:59 AM, Nathan Rossi wrote: On 7 August 2018 at 07:16, Jaewon Lee wrote: Hi Nathan, What do you think about adding support for dts include files as well (.dtsi)? Hi Jaewon, Device tree include files already work with the implementation in this patch

[OE-core] [PATCH v3] devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI

2018-08-09 Thread Jaewon Lee
Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta/classes/devtool-source.bbclass | 12 1 file changed, 12 insertions(+) diff --git a/meta/classes/devtool-source.bbclass b/meta/classes/devtool-source.bbclass index 56882a4..67cd0ba 100644

[OE-core] [oe-core][PATCH] gconf: fix saving of settings when config folder doesnt exist

2018-04-10 Thread Jaewon Lee
to use it. This patch makes sure that gconf creates the .config directory if it doesn't exist, along with the gconf directory inside it. [YOCTO #12632] Signed-off-by: Alejandro Hernandez <aleja...@xilinx.com> Signed-off-by: Jaewon Lee <jaewon@xilinx.com> --- ...

[OE-core] [PATCH] device-tree.bbclass: Add support to compile overlays separately

2018-12-14 Thread Jaewon Lee
in the DT_FILES_PATH directory that are not parseable. Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Manjukumar Matha --- meta/classes/devicetree.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/devicetree.bbclass b

[OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2018-12-14 Thread Jaewon Lee
an incorrect include directory to be added in kernel-yocto.bbclass. Changing the order of the if statements to catch the correct conditional. This is safe to do as when not in the devtool context, there will be no oe-local-files directory. Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino

[OE-core] [PATCH v2] device-tree.bbclass: Add support to compile overlays separately

2018-12-15 Thread Jaewon Lee
in the DT_FILES_PATH directory that are not parseable. Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Manjukumar Matha --- meta/classes/devicetree.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/devicetree.bbclass b

Re: [OE-core] [oe-core][THUD][PATCH] Introduce mechanism to keep nativesdk* sstate in esdk

2019-04-02 Thread Jaewon Lee
Disregard, will send on master branch Thanks, Jaewon -Original Message- From: Jaewon Lee Sent: Monday, April 1, 2019 4:58 PM To: openembedded-core@lists.openembedded.org; Alejandro Enedino Hernandez Samaniego ; Manjukumar Harthikote Matha ; Bruce Ashfield Cc: Jaewon Lee Subject

[OE-core] [oe-core][master][PATCH] Introduce mechanism to keep nativesdk* sstate in esdk

2019-04-02 Thread Jaewon Lee
by using a modified version of the already existing function prune_locked_sigs and merging it with the current locked-sigs.inc Also adding SDK_INCLUDE_NATIVESDK tasklistfn to the logic surrounding setting tasklist file to not prune esdk sstate during creation Signed-off-by: Jaewon Lee --- meta/classes

[OE-core] [oe-core][THUD][PATCH] Introduce mechanism to keep nativesdk* sstate in esdk

2019-04-03 Thread Jaewon Lee
by using a modified version of the already existing function prune_locked_sigs and merging it with the current locked-sigs.inc Also adding SDK_INCLUDE_NATIVESDK tasklistfn to the logic surrounding setting tasklist file to not prune esdk sstate during creation Signed-off-by: Jaewon Lee --- meta/classes

[OE-core] [PATCH] devtool sdk-update: unconditionally append updateserver to sstate mirrors

2019-03-14 Thread Jaewon Lee
as this is pretty safe to do. [YOCTO #12884] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Manjukumar Matha --- scripts/lib/devtool/sdk.py | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/lib/devtool/sdk.py b/scripts/lib

[OE-core] [OE-CORE][thud][PATCH] python3_3.5.6.bb: Remove setting of PYTHONHOME

2019-03-07 Thread Jaewon Lee
OME is being set to ( buildtools/sysroots/x86_64.../usr ). Taking out the setting of PYTHONHOME in the python3 wrapper to get rid of this issue [YOCTO #13208] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta/recipes-devtools/python/python3_3.5.6.bb | 2 +- 1 f

Re: [OE-core] [PATCH v2] device-tree.bbclass: Add support to compile overlays separately

2019-02-11 Thread Jaewon Lee
Ping -Original Message- From: Jaewon Lee Sent: Monday, January 28, 2019 3:19 PM To: Jaewon Lee ; openembedded-core@lists.openembedded.org; nat...@nathanrossi.com Cc: Alejandro Enedino Hernandez Samaniego ; Manjukumar Harthikote Matha Subject: RE: [OE-core][PATCH v2] device

Re: [OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2019-02-11 Thread Jaewon Lee
ping -Original Message- From: Jaewon Lee Sent: Monday, January 28, 2019 3:18 PM To: Jaewon Lee ; openembedded-core@lists.openembedded.org Cc: Alejandro Enedino Hernandez Samaniego Subject: RE: [OE-core][PATCH] Support kmeta directory usage with devtool modify/finish ping

Re: [OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2019-01-29 Thread Jaewon Lee
ping -Original Message- From: Jaewon Lee [mailto:jaewon@xilinx.com] Sent: Friday, December 14, 2018 4:39 PM To: openembedded-core@lists.openembedded.org Cc: Jaewon Lee ; Alejandro Enedino Hernandez Samaniego Subject: [OE-core][PATCH] Support kmeta directory usage with devtool

Re: [OE-core] [PATCH v2] device-tree.bbclass: Add support to compile overlays separately

2019-01-28 Thread Jaewon Lee
ping -Original Message- From: Jaewon Lee [mailto:jaewon@xilinx.com] Sent: Friday, December 14, 2018 9:54 AM To: openembedded-core@lists.openembedded.org; nat...@nathanrossi.com Cc: Jaewon Lee ; Alejandro Enedino Hernandez Samaniego ; Manjukumar Harthikote Matha Subject: [OE-core

[OE-core] [PATCH] devtool: build: add deploy to the tasks run for devtool build

2019-06-07 Thread Jaewon Lee
Right now `devtool build` runs populate_sysroot and packagedata tasks. Adding deploy to this list so that the newly built artifacts are available in the deploy directory. Signed-off-by: Jaewon Lee [YOCTO #13382] Signed-off-by: Jaewon Lee --- scripts/lib/devtool/build.py | 2 +- 1 file

[OE-core] [PATCH v2] devtool: build: Also run deploy for devtool build if applicable

2019-06-14 Thread Jaewon Lee
-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- v2: tested with oe-selftest, add deploy to build_tasks if deploy in __BBTASKS --- scripts/lib/devtool/build.py | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/scripts/lib/devtool/build.py b

[OE-core] [PATCH] gstreamer1.0-python_1.16.0.bb: Override libpython dir

2019-06-11 Thread Jaewon Lee
OR. Although we could patch the code to use the path we want, it will break again if the library version ever changes." This isn't the case anymore as the package is deploying /usr/lib/gstreamer-1.0/libgstpython.cpython-37m-i386-linux-gnu.so, a versionless so. Signed-off-by: Jaewon Lee Sign

Re: [OE-core] [PATCH] devtool: build: add deploy to the tasks run for devtool build

2019-06-08 Thread Jaewon Lee
Sorry about that Richard Will be sure to test with that Thanks, Jaewon > On Jun 8, 2019, at 5:15 AM, Richard Purdie > wrote: > >> On Fri, 2019-06-07 at 15:17 -0700, Jaewon Lee wrote: >> Right now `devtool build` runs populate_sysroot and packagedata >> tasks. &g

[OE-core] [PATCH] devicetree.bbclass: Combine stderr into stdout to see actual dtc error

2019-06-12 Thread Jaewon Lee
following: Subprocess output: Error: Label or path not found FATAL ERROR: Syntax error parsing input tree Signed-off-by: Jaewon Lee --- meta/classes/devicetree.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/devicetree.bbclass b/meta/classes/devicetree.bbclass ind

Re: [OE-core] [master][RFC] Adding back wrapper and using OEPYTHON3HOME variable for python3

2019-04-25 Thread Jaewon Lee
Hi Richard, Agreed, will send a v2 Thanks, Jaewon -Original Message- From: richard.pur...@linuxfoundation.org Sent: Thursday, April 25, 2019 1:50 PM To: Jaewon Lee ; openembedded-core@lists.openembedded.org; Manjukumar Harthikote Matha ; Alejandro Enedino Hernandez Samaniego

[OE-core] [master][RFC] Adding back wrapper and using OEPYTHON3HOME variable for python3

2019-04-26 Thread Jaewon Lee
CTO #13208] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch | 35 ++ meta/recipes-devtools/python/python3_3.7.3.bb | 7 + 2 files changed, 42 insertions(+) create mode 100644 m

[OE-core] [master][RFC v3] Adding back wrapper and using OEPYTHON3HOME variable for python3

2019-04-26 Thread Jaewon Lee
CTO #13208] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- changelog: v2: change python3 patch to avoid mem leak v3: fix tabs and spaces issue --- ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch | 47 ++ meta/recipes-devtools/pyt

[OE-core] [master][RFC v2] Adding back wrapper and using OEPYTHON3HOME variable for python3

2019-04-26 Thread Jaewon Lee
CTO #13208] Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch | 47 ++ meta/recipes-devtools/python/python3_3.7.3.bb | 7 2 files changed, 54 insertions(+) create mode 100644 meta/reci

Re: [OE-core] [oe-core][master][PATCH] Introduce mechanism to keep nativesdk* sstate in esdk

2019-08-29 Thread Jaewon Lee
ping > -Original Message- > From: Jaewon Lee > Sent: Monday, April 1, 2019 5:07 PM > To: openembedded-core@lists.openembedded.org; Alejandro Enedino > Hernandez Samaniego ; Manjukumar Harthikote > Matha ; Bruce Ashfield > Cc: Jaewon Lee > Subject: [oe-core][

[OE-core] [master][PATCH v2] Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-17 Thread Jaewon Lee
to the logic surrounding setting tasklist file to not prune esdk sstate during creation Fixes [YOCTO #13261] Signed-off-by: Jaewon Lee --- Changes in v2: change to commit message to include reason got rid of some tabs rebased to apply on master --- meta/classes/populate_sdk_ext.bbclass

Re: [OE-core] [oe-core][master][PATCH] Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-17 Thread Jaewon Lee
Hi Paul, > -Original Message- > From: Paul Eggleton > Sent: Tuesday, September 17, 2019 3:05 PM > To: Jaewon Lee > Cc: openembedded-core@lists.openembedded.org; Alejandro Enedino > Hernandez Samaniego ; Manjukumar Harthikote > Matha ; Bruce Ashfield > Subject

[OE-core] [master][PATCH v3] esdk: Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-18 Thread Jaewon Lee
to the logic surrounding setting tasklist file to not prune esdk sstate during creation Fixes [YOCTO #13261] Signed-off-by: Jaewon Lee --- changes in v2: change to commit message to include reason got rid of some tabs rebased to apply on master changes in v3: fix patchwork failure

[OE-core] [master][PATCH] standard.py: Not filtering devtool workspace for devtool finish

2019-09-19 Thread Jaewon Lee
files in the wrong WORKDIR. Changing the parse_recipe call just in devtool finish to not filter out the devtool workspace. Fixes [YOCTO #13533] Signed-off-by: Jaewon Lee --- scripts/lib/devtool/standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool

Re: [OE-core] [master][PATCH] standard.py: Not filtering devtool workspace for devtool finish

2019-10-02 Thread Jaewon Lee
ping > -Original Message- > From: Jaewon Lee > Sent: Thursday, September 19, 2019 5:13 PM > To: openembedded-core@lists.openembedded.org; > paul.eggle...@linux.intel.com; Manjukumar Harthikote Matha > ; Alejandro Enedino Hernandez Samaniego > > Cc: Jaewon

[OE-core] [master][PATCH] devtool: ccmake: Pulling in available ccmake functionality to devtool

2019-10-02 Thread Jaewon Lee
the bbappends in build/workspace and this is the only way to reflect the changes from bitbake -c ccmake. Multiple devtool ccmake calls will create the diff between the original CMakeCache.txt file (when calling devtool modify) and final configuration. Signed-off-by: Jaewon Lee --- scripts/lib/devtool

[OE-core] [PATCH] sstate.bbclass: fix issue while handling long sstate filenames

2020-02-05 Thread Jaewon Lee
components[2] = components[2][:avail] components[3] = components[3][:avail] TypeError: slice indices must be integers or None or have an __index__ method Signed-off-by: Jaewon Lee Signed-off-by: Mark Hatle --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+

[OE-core] [PATCH v2] sstate.bbclass: fix issue while handling long sstate filenames

2020-02-06 Thread Jaewon Lee
components[2] = components[2][:avail] components[3] = components[3][:avail] TypeError: slice indices must be integers or None or have an __index__ method Signed-off-by: Jaewon Lee Signed-off-by: Mark Hatle --- v2: used '//' instead of casting to int --- meta/classes/sstate.bbclass |

[OE-core] [PATCH] tune-cortexa72-cortexa53.inc: Adding missing TUNE_FEATURES

2020-01-23 Thread Jaewon Lee
-cortexa72-cortexa53 and TUNE_FEATURES_tune-cortexa72-cortexa53-crypto Signed-off-by: Jaewon Lee Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta/conf/machine/include/tune-cortexa72-cortexa53.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine