[OE-core] [oe-core] Disable post install script during build time.

2018-03-21 Thread Bhargava Sreekantappa Gayathri
Hello, I see that there is a post install script in "meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb" which needs to be run on target. However, it is run on the host every time I make a build and the scriptlet fails since it is checking for /proc/consoles and bitbake gives this warning:

[OE-core] Disable post install script during build time.

2018-03-21 Thread Bhargava Sreekantappa Gayathri
Hello, I see that there is a post install script in "meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb" which needs to be run on target. However, it is run on the host every time I make a build and the scriptlet fails since it is checking for /proc/consoles and bitbake gives this warning:

Re: [OE-core] [PATCH] own-mirrors.bbclass: Change prepend to append

2018-03-20 Thread Bhargava Sreekantappa Gayathri
> -Original Message- > From: Manjukumar Harthikote Matha > Sent: Friday, March 09, 2018 9:57 AM > To: Richard Purdie ; Bhargava > Sreekantappa Gayathri ; openembedded- > c...@lists.openembedded.org > Subject: RE: [OE-core] [PATCH] own-mirrors.bbclass: Cha

[OE-core] [oe-core][PATCH] wget.py: handle BBFetchException

2018-03-20 Thread Bhargava Sreekantappa Gayathri
returns to the previous function instead of failing immediately. Signed-off-by: Bhargava Sreekantappa Gayathri Signed-off-by: Manjukumar Matha --- bitbake/lib/bb/fetch2/wget.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch2/wget.py b/bitbake/lib/bb

[OE-core] [OE-CORE][PATCH] own-mirrors.bbclass: Change prepend to append

2018-03-08 Thread Bhargava Sreekantappa Gayathri
/conf files takes precedence. Signed-off-by: Bhargava Sreekantappa Gayathri Signed-off-by: Manjukumar Matha --- meta/classes/own-mirrors.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index a777835

[OE-core] [PATCH] own-mirrors.bbclass: Change prepend to append

2018-03-08 Thread Bhargava Sreekantappa Gayathri
/conf files takes precedence. Signed-off-by: Bhargava Sreekantappa Gayathri Signed-off-by: Manjukumar Matha --- meta/classes/own-mirrors.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index a777835

[OE-core] [PATCH] own-mirrors.bbclass: Change prepend to append

2018-03-08 Thread Bhargava Sreekantappa Gayathri
/conf files takes precedence. Signed-off-by: Bhargava Sreekantappa Gayathri Signed-off-by: Manjukumar Matha --- meta/classes/own-mirrors.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index a777835

[OE-core] [PATCH][roko] webkitgtk_2.16.6.bb: Remove gl3.h header reference

2018-03-06 Thread Bhargava Sreekantappa Gayathri
GLES 2 application cannot use gl3.h header files, remove including gl3.h when OpenGLESv2 is enabled in webkitgtk Backported from OE-core master. Signed-off-by: Bhargava Sreekantappa Gayathri Signed-off-by: Manjukumar Matha --- ...01-Fix-gles3-header-when-gles2-is-enabled.patch | 38

[OE-core] [PATCH] webkitgtk_2.16.6.bb: Remove gl3.h header reference

2018-02-27 Thread Bhargava Sreekantappa Gayathri
GLES 2 application cannot use gl3.h header files, remove including gl3.h when OpenGLESv2 is enabled in webkitgtk Signed-off-by: Bhargava Sreekantappa Gayathri Signed-off-by: Manjukumar Matha --- ...01-Fix-gles3-header-when-gles2-is-enabled.patch | 38 ++ meta/recipes-sato

Re: [OE-core] [PATCH]] python-oauthlib_2.0.6.bb: Add python-oauthlib

2018-01-25 Thread Bhargava Sreekantappa Gayathri
Hi Tim, > -Original Message- > From: Tim Orling [mailto:timothy.t.orl...@linux.intel.com] > Sent: Wednesday, January 24, 2018 8:54 PM > To: Bhargava Sreekantappa Gayathri > Cc: openembedded-core@lists.openembedded.org; Manjukumar Harthikote > Matha > Subject:

[OE-core] [PATCH]] python-oauthlib_2.0.6.bb: Add python-oauthlib

2018-01-24 Thread Bhargava Sreekantappa Gayathri
This patch adds python-oauthlib recipe. Signed-off-by: Bhargava Sreekantappa Gayathri --- .../python/python-oauthlib_2.0.6.bb| 27 ++ 1 file changed, 27 insertions(+) create mode 100644 meta/recipes-devtools/python/python-oauthlib_2.0.6.bb diff --git a

[OE-core] [PATCH] systemtap_git.inc: Add microblazeel as a supported architecture

2017-12-22 Thread Bhargava Sreekantappa Gayathri
This patch adds microblazeel as a supported architecture for systemtap. Signed-off-by: Bhargava Sreekantappa Gayathri --- meta/recipes-kernel/systemtap/systemtap_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta