Re: [OE-core] Multiple issues building from dizzy or master

2014-10-09 Thread Lauren Post
yesterday. Lauren Post i.MX Freescale -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Lauren Post Sent: Tuesday, October 07, 2014 10:25 AM To: openembedded-core@lists.openembedded.org Subject

Re: [OE-core] Multiple issues building from dizzy or master

2014-10-08 Thread Lauren Post
readily on Jenkins build machines. I just wanted to verify first it was a poky problem On all 4 jenkins machines building last night none with the reverted poky back to 9/16 had the fetch/unpack issues I was seeing with the tip of dizzy branch in poky yesterday. Lauren Post i.MX Freescale

[OE-core] Multiple issues building from dizzy or master

2014-10-07 Thread Lauren Post
everything I can think of. Lauren Post i.MX Freescale -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 05/11] ofono: Change DEPENDS from bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This allows easy transition to bluez5 in future Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-connectivity/ofono/ofono.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono

[OE-core] [PATCH 04/11] neard: Change RRECOMMENDS from bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This allows easy transition to bluez5 in future Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-connectivity/neard/neard.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/neard/neard.inc b/meta/recipes-connectivity/neard

[OE-core] [PATCH 03/11] libpcap: Change PACKAGECONFIG from bluez4 to virutal/bluez

2014-03-26 Thread Lauren Post
This will allow easy transition to upgrade to bluez5 Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-connectivity/libpcap/libpcap.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes

[OE-core] [PATCH 00/11] Change all bluez4 references to virtual/bluez

2014-03-26 Thread Lauren Post
related patch for openobex in meta-oe. Lauren Post (11): bluez4: Add virtual/bluez as provider conman: Change RDEPENDS on bluez4 to virtual/bluez libpcap: Change PACKAGECONFIG from bluez4 to virutal/bluez neard: Change RRECOMMENDS from bluez4 to virtual/bluez ofono: Change DEPENDS from

[OE-core] [PATCH 02/11] conman: Change RDEPENDS on bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This will allow seamless upgrade to bluez5 later Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-connectivity/connman/connman.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes

[OE-core] [PATCH 09/11] bluez-hcidump: Change depends from bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This allows easy transition to bluez5 in future Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../bluez/bluez-hcidump_2.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb b/meta/recipes

[OE-core] [PATCH 01/11] bluez4: Add virtual/bluez as provider

2014-03-26 Thread Lauren Post
This will make it easier to allow bluez5 support later Without this change too many components depend directly on bluez4 If these components depend on virtual/bluez then easier to upgrade. Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-connectivity/bluez/bluez4.inc |4

[OE-core] [PATCH 06/11] pulseaudio: Change PACKAGECONFIG from bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This allows easy transition to bluez5 in future Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes

[OE-core] [PATCH 07/11] gst-plugin-bluetooth: Change DEPENDS from bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This allows easy transition to bluez5 in future Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../bluez/gst-plugin-bluetooth_4.101.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb b/meta

[OE-core] [PATCH 08/11] gstreamer1.0-plugins-bad: Change PACKAGECONFIG from bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This allows easy transition to bluez5 in future Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../gstreamer/gstreamer1.0-plugins-bad.inc |2 +- .../gstreamer/gstreamer1.0-plugins-bad_git.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta

[OE-core] [PATCH 11/11] package-group: Change bluez4 to virtual/bluez

2014-03-26 Thread Lauren Post
This allows easy transition to bluez5 in future Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../packagegroups/packagegroup-base.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes

[OE-core] [PATCH 10/11] default-providers: Add virtual/bluez PROVIDER support to bluez4

2014-03-26 Thread Lauren Post
Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/conf/distro/include/default-providers.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 419ffcd..5c51e4b

Re: [OE-core] [PATCH 00/11] Change all bluez4 references to virtual/bluez

2014-03-26 Thread Lauren Post
On Wed, Mar 26, 2014 at 09:27:54AM -0500, Lauren Post wrote: This group of patches support the change of hardcoded bluez4 to virtual/bluez so that the upgrade to bluez5 is easier. This group of patches must be applied together. Bluez4 is still default provider but it will be easier

Re: [OE-core] [PATCH 01/11] bluez4: Add virtual/bluez as provider

2014-03-26 Thread Lauren Post
Yes, I am working on it with all the feedback for other patches. I missed it on last batch but before I send it going to add all the other changes in v2 version. I'll review with Otavio before I resubmit and test with both bluez4 and bluez5. Lauren -Original Message- From: Burton,

[OE-core] [poky][PATCH] mtd-utils: Update version to include fixes after 1.5.0

2014-03-07 Thread Lauren Post
This includes fixes on master branch not in the 1.5.0 release Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 ...t-cleanmarker-with-flash_erase--j-command.patch |0 .../mtd/{mtd-utils_1.5.0.bb = mtd-utils_git.bb} | 11

[OE-core] [PATCH] mtd-utils: Update version to include fixes after 1.5.0

2014-03-07 Thread Lauren Post
This includes fixes on master branch not in the 1.5.0 release Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../add-exclusion-to-mkfs-jffs2-git-2.patch|0 ...t-cleanmarker-with-flash_erase--j-command.patch |0 .../mtd/{mtd-utils_1.5.0.bb = mtd-utils_git.bb} | 11

[OE-core] [v4][PATCH 2/2] directfb: Add fusion patch for hangs on exit

2013-08-22 Thread Lauren Post
directfb: Add fusion patch for hangs on exit with following tests: direct_test, fusion_skirmish Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../directfb/directfb/fusion.patch | 36

[OE-core] [v4][PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-22 Thread Lauren Post
directfb: Upgrade to 1.6.3 Remove mesa patch as 1.6.3 provides compatibility with mesa Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../recipes-graphics/directfb/directfb/mesa9.patch | 29

[OE-core] [v3][PATCH 2/2] directfb: add fusion patch for hangs on exit with

2013-08-21 Thread Lauren Post
directfb: add fusion patch for hangs on exit with following tests: direct_test, fusion_skirmish Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../directfb/directfb/fusion.patch | 36

[OE-core] [v3][PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-21 Thread Lauren Post
directfb: Upgrade to 1.6.3 Remove mesa patch as 1.6.3 provides compatibility with mesa Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../recipes-graphics/directfb/directfb/mesa9.patch | 29

[OE-core] [PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-19 Thread Lauren Post
Remove mesa patch as 1.6.3 provides compatibility with mesa Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../recipes-graphics/directfb/directfb/mesa9.patch | 29 .../{directfb_1.6.1.bb

[OE-core] [PATCH 2/2] directfb: add fusion patch to fix hangs

2013-08-19 Thread Lauren Post
Fixes test cases in 1.6.3 that had incomplete rendering caused by hangs Upstream-Status: Pending Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../directfb/directfb/fusion.patch | 31

[OE-core] [v2][PATCH 2/2] directfb: add fusion patch for hangs on exit with

2013-08-19 Thread Lauren Post
directfb: add fusion patch for hangs on exit with following tests: direct_test, fusion_skirmish Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../directfb/directfb/fusion.patch | 36

[OE-core] [v2][PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-19 Thread Lauren Post
directfb: Upgrade to 1.6.3 Remove mesa patch as 1.6.3 provides compatibility with mesa Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../recipes-graphics/directfb/directfb/mesa9.patch | 29 meta