[OE-core] [PATCH] selftest: DiskMonTest: use POSIX output for df

2014-04-10 Thread Alexandru Palalau
Without "-P" df splits the output on multiple lines and breaks the test Signed-off-by: Alexandru Palalau --- meta/lib/oeqa/selftest/buildoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeq

Re: [OE-core] [PATCH] selftest/bbtests.py: Fixed regex and added bitbake output to test_warnings_errors

2014-03-26 Thread Alexandru Palalau
e build:\n" + result.output) +self.assertTrue(find_errors, msg="Did not find the mumber of errors at the end of the build:\n" + result.output) def test_invalid_patch(self): self.write_recipeinc('man', 'SRC_URI += "file://man-1.5h1-m

[OE-core] [PATCH v2 3/6] gnome-mime-data: removed gconf and gtk-icon-cache inheritance

2014-03-12 Thread Alexandru Palalau
Should remove WARN-QA message regarding --disable-schemas-install. gtk-icon-cache is not needed. Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-mime

[OE-core] [PATCH v2 6/6] gtk-engines: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
Remove gconf class to fix WARN-QA message regarding --disable-install-schemas option. mime is still required. Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk

[OE-core] [PATCH v2 0/6] Remove unneeded class inheritance

2014-03-12 Thread Alexandru Palalau
This patchset removes gconf inheritance for several gconf recipes that reported a WARN-QA message at buildtime regarding unrecognised --disable-schemas-install configure option. This option is required by gconf.bbclass Alexandru Palalau (6): gnome-desktop: removed gconf inheritance gst

[OE-core] [PATCH v2 4/6] gsettings-desktop-schemas: removed unneeded class inheritance

2014-03-12 Thread Alexandru Palalau
Removed gconf, gtk-icon-cache and mime classes as they are not needed Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb

[OE-core] [PATCH v2 2/6] gst-plugins-gl: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
In order to remove WARN-QA message regarding --disable-schemas-install configure option. Signed-off-by: Alexandru Palalau --- meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gst

[OE-core] [PATCH v2 1/6] gnome-desktop: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
In order to remove WARN-QA message regarding --disable-schemas-install configure option. Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gnome-desktop.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta

[OE-core] [PATCH v2 5/6] gnome-doc-utils: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
In order to remove WARN-QA message regarding --disable-schemas-install configure option. Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta

[OE-core] [PATCH 2/6] gst-plugins-gl: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb index

[OE-core] [PATCH 6/6] gtk-engines: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index ba07ac0..09534aa 100644

[OE-core] [PATCH 1/6] gnome-desktop: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gnome-desktop.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc index 4fcf6ab..8bdf476 100644 --- a/meta/recipes-gnome

[OE-core] [PATCH 4/6] gsettings-desktop-schemas: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb index

[OE-core] [PATCH 3/6] gnome-mime-data: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb index 62712fa..d1a2ede 100644

[OE-core] [PATCH 5/6] gnome-doc-utils: removed gconf inheritance

2014-03-12 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 0cc0ee5..ddda3a6 100644 --- a/meta/recipes

[OE-core] [PATCH 0/6] Remove gconf for several gnome recipes

2014-03-12 Thread Alexandru Palalau
This patchset removes gconf inheritance for several gconf recipes that reported a WARN-QA message at buildtime regarding unrecognised --disable-schemas-install configure option. This option is required by gconf.bbclass Alexandru Palalau (6): gnome-desktop: removed gconf inheritance in order to

[OE-core] [PATCH v2] oe-selftest: add test for image manifest file creation

2014-03-05 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/lib/oeqa/selftest/bbtests.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 01e0099..7ca0802 100644 --- a/meta/lib/oeqa/selftest/bbtests.py +++ b/meta/lib/oeqa

Re: [OE-core] [PATCH] oe-selftest: add new test for image manifest file creation

2014-03-05 Thread Alexandru Palalau
Scratch that, will send V2 On 3/5/2014 10:28 AM, Alexandru Palalau wrote: Signed-off-by: Alexandru Palalau --- meta/lib/oeqa/selftest/bbtests.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 01e0099

[OE-core] [PATCH] oe-selftest: add new test for image manifest file creation

2014-03-05 Thread Alexandru Palalau
Signed-off-by: Alexandru Palalau --- meta/lib/oeqa/selftest/bbtests.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 01e0099..b78d2a7 100644 --- a/meta/lib/oeqa/selftest/bbtests.py +++ b/meta/lib/oeqa

Re: [OE-core] [PATCH] oe-selftest: Fix for test_rm_old_image

2014-02-27 Thread Alexandru Palalau
My bad, missed a line while reading the patch. Seems ok. On 2/27/2014 3:57 PM, Alexandru Palalau wrote: On 2/27/2014 3:53 PM, Corneliu Stoicescu wrote: After recent changes in poky this test was not working as it should. This commit fixes and improves the test logic. Signed-off-by: Corneliu

Re: [OE-core] [PATCH] oe-selftest: Fix for test_rm_old_image

2014-02-27 Thread Alexandru Palalau
ssertFalse(remaining_not_expected, msg="\nThe following image files ware not removed: %s" % ', '.join(map(str, remaining_not_expected))) def test_ccache_tool(self): bitbake("ccache-native") Cheers, -- Alexandru Palalau ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] libnotify: don't use gnome.bbclass

2014-02-27 Thread Alexandru Palalau
From: Alexandru Palalau gnome.bbclass pulls in more functionality than this recipe needs (icon cache, MIME, GConf), so instead just use gnomebase.bbclass. Signed-off-by: Alexandru Palalau --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OE-core] [PATCH] runqemu: Ensure ROOTFS path is absolute

2014-02-25 Thread Alexandru Palalau
On 2/25/2014 5:10 PM, Alexandru Palalau wrote: On 2/22/2014 6:34 PM, Khem Raj wrote: On Feb 22, 2014, at 4:55 AM, Paul Eggleton wrote: On Friday 21 February 2014 21:57:37 Khem Raj wrote: On Feb 20, 2014, at 12:57 PM, Saul Wold wrote: There is a problem if a relative path is passed to the

Re: [OE-core] [PATCH] runqemu: Ensure ROOTFS path is absolute

2014-02-25 Thread Alexandru Palalau
ul Eggleton Intel Open Source Technology Centre ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Alexandru Palalau __

Re: [OE-core] [OE-Core][PATCH] lib/oeqa/runtime: added rpm dependency test

2013-10-21 Thread Alexandru Palalau
Ignore this one...will send V2 On 10/20/2013 8:17 PM, Alexandru Palalau wrote: From: Alexandru Palalau Signed-off-by: Alexandru Palalau --- meta/lib/oeqa/runtime/rpm.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime

[OE-core] [OE-Core][PATCH] lib/oeqa/runtime: added rpm dependency test

2013-10-20 Thread Alexandru Palalau
From: Alexandru Palalau Signed-off-by: Alexandru Palalau --- meta/lib/oeqa/runtime/rpm.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime/rpm.py index 154cad5..7b48e4c 100644 --- a/meta/lib/oeqa/runtime/rpm.py +++ b/meta/lib

Re: [OE-core] [PATCH v2] libcroco: disable Bsymbolic if it is not supported on some hosts

2013-09-10 Thread Alexandru Palalau
lib" BBCLASSEXTEND = "native" - +EXTRA_OECONF += "--enable_Bsymbolic=auto" I think that the correct parameter would be --enalbe-Bsymbolic (no underscore as Ross already mentioned) PR = "r1" inherit autotools pkgconfig gnomebase Best, -- Alexandru Palalau