[OE-core] [PATCH 2/2] bluez5: Rename tests package to testtools

2013-09-06 Thread Mihai Prica
Bluez5 ships some tools that can be used to test its functionality. The installation can be tested using make check and this should be included in a ptest package. [YB #5028] Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-connectivity/bluez5/bluez5.inc |6 -- 1 file

[OE-core] [PATCH 1/2] bluez5: Install the bluetooth library

2013-09-06 Thread Mihai Prica
Bluez5 doesn't install libbluetooth by default. This is required by connman, ofono or other packages. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-connectivity/bluez5/bluez5.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/bluez5/bluez5

[OE-core] [PATCH 0/2] Bluez5 fixes

2013-09-06 Thread Mihai Prica
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihaip/bluez5 Mihai Prica (2): bluez5: Install the bluetooth library bluez5: Rename tests package to testtools meta/recipes-connectivity/bluez5/bluez5.inc |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 1.7.9.5

[OE-core] [PATCH 0/1] Fix MACHINE regex in runqemu

2013-09-02 Thread Mihai Prica
at: git://git.yoctoproject.org/poky-contrib mihaip/b2890 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihaip/b2890 Mihai Prica (1): scripts/runqemu: Fix MACHINE regex scripts/runqemu |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] scripts/runqemu: Fix MACHINE regex

2013-09-02 Thread Mihai Prica
When runqemu tries to determine the MACHINE variable from a kernel or vmdk filename that doesn't contain any known machine name, the variable gets set to the filename. It should remain unset and cause an error. [YOCTO #2890] Signed-off-by: Mihai Prica mihai.pr...@intel.com --- scripts/runqemu

[OE-core] [PATCH 0/2] YB3506: Include web browser in Build Appliance

2013-08-30 Thread Mihai Prica
:51:45 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mihaip/b3506 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihaip/b3506 Mihai Prica (2): packagegroup-self-hosted: integrate midori builder: register html links and files with Midori

[OE-core] [PATCH 1/2] packagegroup-self-hosted: integrate midori

2013-08-30 Thread Mihai Prica
Integrate the Midori web browser in Build Appliance. This will allow the users to get help and file a bug from Hob in Build Appliance. [YOCTO #3506] Signed-off-by: Mihai Prica mihai.pr...@intel.com --- .../packagegroups/packagegroup-self-hosted.bb |1 + 1 file changed, 1 insertion

[OE-core] [PATCH 2/2] builder: register html links and files with Midori

2013-08-30 Thread Mihai Prica
HTML files and links will open in a tab in Midori. [YOCTO #3506] Signed-off-by: Mihai Prica mihai.pr...@intel.com --- .../builder/files/builder_hob_start.sh |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/builder/files

[OE-core] [PATCH 1/5] python-docutils: add version 0.11 from meta-oe

2013-08-27 Thread Mihai Prica
Docutils is a text processing system for processing plaintext documentation into useful formats(HTML, XML, man-pages). This is required by the Midori web-browser. * Update 0.5 from meta-oe to 0.11. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- .../python/python-docutils_0.11.bb

[OE-core] [PATCH 2/5] libnotify: add version 0.6.0 from meta-oe

2013-08-27 Thread Mihai Prica
Libnotify is a library that can be used to send desktop notifications to a daemon. It's required by the Midori web-browser. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 17 + 1 file changed, 17 insertions(+) create mode

[OE-core] [PATCH 3/5] vala: add version 0.16 from meta-oe

2013-08-27 Thread Mihai Prica
Vala is a C#-like language dedicated to ease GObject programming. It is required by the Midori web-browser. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- ...-gen-don-t-append-dirty-if-we-re-not-in-g.patch | 53 meta/recipes-devtools/vala/vala.inc

[OE-core] [PATCH 4/5] vala.bbclass: add class from meta-oe

2013-08-27 Thread Mihai Prica
This can be used by packages written in vala. It is required by the Midori web-browser. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/classes/vala.bbclass | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/classes/vala.bbclass diff --git a/meta

[OE-core] [PATCH 5/5] midori: add version 0.5.5 from meta-oe

2013-08-27 Thread Mihai Prica
Midori is a lightweight web browser that uses the WebKit rendering engine and the GTK interface. This allows a more easy testing of the functionality of webkit-gtk component that is already in oe-core. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-sato/midori/midori_0.5.5.bb

[OE-core] [PATCH 0/5] Add midori and dependencies

2013-08-27 Thread Mihai Prica
+0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mihaip/midori http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihaip/midori Mihai Prica (5): python-docutils: add version 0.11 from meta-oe libnotify: add version 0.6.0 from meta-oe vala: add

[OE-core] [PATCH v2 0/1] connman-gnome:fix DHCP segfault

2013-08-23 Thread Mihai Prica
/b3945 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihaip/b3945 Mihai Prica (1): connman-gnome: fix DHCP segfault .../connman-gnome/null_check_for_ipv4_config.patch | 36 .../connman/connman-gnome_0.7.bb |1 + 2 files changed, 37

[OE-core] [PATCH v2 1/1] connman-gnome: fix DHCP segfault

2013-08-23 Thread Mihai Prica
In networks that don't have a DHCP server configured, ipv4 address allocation fails and the ipv4 structure doesn't get populated. The patch checks this case also. [YOCTO #3945] Signed-off-by: Mihai Prica mihai.pr...@intel.com Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciobanu at intel.com

[OE-core] [PATCH 0/1] Upgrade harfbuzz

2013-08-22 Thread Mihai Prica
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihaip/harfbuzz Mihai Prica (1): harfbuzz: upgrade to v0.9.19 .../harfbuzz-0.9.17/disable_graphite.patch | 15 --- .../{harfbuzz_0.9.17.bb = harfbuzz_0.9.19.bb} | 18 +- 2 files changed, 13 insertions(+), 20 deletions

[OE-core] [PATCH 1/1] harfbuzz: upgrade to v0.9.19

2013-08-22 Thread Mihai Prica
Remove the disable_graphite.patch because the --without-graphite2 configure option can be used instead. Split package into harfbuzz and harfbuzz-icu. The ICU support is now built into a separate library that will be shipped in a different package. Signed-off-by: Mihai Prica mihai.pr...@intel.com

[OE-core] [PATCH] makedevs: Change numeric user/group ids to user/group names in device table

2013-07-30 Thread Mihai Prica
Full usernames and groupnames should be used instead of numeric ids in meta/files/device_table-minimal.txt. [YOCTO #1159] Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/files/device_table-minimal.txt| 47 ++-- .../makedevs/makedevs-1.0.0/makedevs.c

[OE-core] [PATCH 0/1] insane.bbclass: Added QA warning for shipping /usr/share/info/dir

2013-07-01 Thread Mihai Prica
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mihaip/b3969 Mihai Prica (1): insane.bbclass: Added QA warning for shipping /usr/share/info/dir meta/classes/insane.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] insane.bbclass: Added QA warning for shipping /usr/share/info/dir

2013-07-01 Thread Mihai Prica
/usr/share/info/dir should be generated at install time in a postinst. Added QA warning to check at build time for this file. The warning is disabled by default. [YOCTO #3969] Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/classes/insane.bbclass | 12 +++- 1 file changed

[OE-core] [PATCH V3] qemu: Enabled SDL when compiling for target architecture

2013-04-04 Thread Mihai Prica
Enables qemu to run images with video output without the need for vncviewer. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-devtools/qemu/qemu.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes

[OE-core] [PATCH] qemu: Enabled SDL when compiling for target architecture

2013-02-06 Thread Mihai Prica
- enables qemu to run images with video output without the need for vncviewer. - SDLPACKAGECONFIG is used because there is no need for the native-libsdl package when building the qemu-native package. Signed-off-by: Mihai Prica mihai.pr...@intel.com --- meta/recipes-devtools/qemu/qemu.inc | 19