Re: [oe] Odroid-xu3 support

2015-05-07 Thread Christian Ege
Hi, 2015-05-06 23:41 GMT+02:00 Trevor Woerner twoer...@gmail.com: On 05/06/15 16:24, akuster808 wrote: On 05/06/2015 01:17 PM, Trevor Woerner wrote: It'd be nice if someone could put together one meta-odroid that would support them all ;-) Yep. looking into that. That's great to hear :-D

[oe] [meta-oe] build error using read-only-rootfs with samba

2015-05-07 Thread Johannes Pointner
Hello, I recently upgraded to fido and tried to build core-image-x11 but I get the following error if I include the samba package: Collected errors: * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists. I think I was able to find the cause of the problem, it

Re: [oe] Odroid-xu3 support

2015-05-07 Thread Trevor Woerner
On 15-05-07 02:56 AM, Christian Ege wrote: From the ODROID family I do only own a ODROID-C1. If there will be a combined Layer for all odroid devices I will port my recipes to this and can help on supporting it. I am mostly interested in Multimedia stuff and I do plan to setup a separate layer

[oe] [meta-oe][PATCH] gsoap: fold .inc and -native into one recipe

2015-05-07 Thread Igor Santos
From: Martin Jansa martin.ja...@gmail.com * use BBCLASSEXTEND instead of separate recipe Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-support/gsoap/gsoap-native_2.8.12.bb | 14 - meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb | 35 ++

[oe] [meta-oe][PATCH 1/2] ctags: add

2015-05-07 Thread Igor Santos
Ctags generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility. A tag signifies a language object for which an index entry is available (or, alternatively, the index entry created for that

[oe] [meta-oe][PATCH 2/2] cscope: add

2015-05-07 Thread Igor Santos
Cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. Signed-off-by: Igor Santos igor.san...@aker.com.br --- meta-oe/recipes-devtools/cscope/cscope_15.8b.bb | 24 1 file changed, 24

[oe] [meta-oe][PATCH 0/2] Add ctags and cscope

2015-05-07 Thread Igor Santos
Hi, these series add ctags and cscope to the devtools. It's interesting to add these tools to the stable branches. Igor Santos (2): ctags: add cscope: add meta-oe/recipes-devtools/cscope/cscope_15.8b.bb | 24 meta-oe/recipes-devtools/ctags/ctags_5.8.bb | 25

Re: [oe] [meta-browser][PATCH] firefox_10.0.11esr: ${PN} usage in SRC_URI Should use ${BPN} instead to avoid breaking multilib

2015-05-07 Thread Khem Raj
On Apr 30, 2015, at 1:29 AM, b40...@freescale.com wrote: From: Chunrong Guo b40...@freescale.com fix the following warning: |WARNING: Unable to get checksum for lib32-firefox SRC_URI entry mozilla-lib32-firefox.png: file could not be found |WARNING: Unable to get checksum for

[oe] [meta-browser][PATCH] chromium/cef: Fix chromium installation regressions

2015-05-07 Thread Khem Raj
CEF rework caused few problems where we missed packaging needed resource files and misplaced some icu data files Use loops to install similar files Tested on x86 emulator making sure google-chrome starts up properly Signed-off-by: Khem Raj raj.k...@gmail.com ---

[oe] [meta-oe][PATCH v2] polkit: do not hardcode the libdir

2015-05-07 Thread b40290
From: Chunrong Guo b40...@freescale.com libdir is defined as ${prefix}/lib/, but we want it to support multilib path Signed-off-by: Chunrong Guo b40...@freescale.com --- .../polkit/0001-do-not-hardcoded-libdir.patch | 44 ++

[oe] [PATCH] udisks2: disable manpage creation

2015-05-07 Thread Andreas Müller
| I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | warning: failed to load external entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl; | cannot parse

[oe] [meta-python][PATCH] python-thrift: Add recipe.

2015-05-07 Thread Philip Balister
Direct copy from recipe in meta-cloud-services. Same recipe is also in meta-openstack. GNU Radio (in meta-sdr) will needs this recipe so it seems like time to move the recipe to a central layer. Signed-off-by: Philip Balister phi...@balister.org --- .../python-thrift/python-thrift_0.9.2.bb

[oe] [PATCH] udisks2 follow-up

2015-05-07 Thread Andreas Müller
follow up for series sent yesterday it is pushed ontop g...@github.com:schnitzeltony/meta-openembedded.git patches Andreas Müller (1): udisks2: disable manpage creation meta-oe/recipes-support/udisks/udisks2_2.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.3 --