Re: [OE-core] [PATCH 4/4] alsa-utils_1.0.24.2.bb: Fix build for uclibc targets

2011-05-01 Thread Otavio Salvador
On Sat, Apr 30, 2011 at 19:07, Khem Raj wrote: ... > +uclibc does not have exp10 function which is glibc extension. > +Bur we can get the same behavior by using pow() ... Typo! s/Bur/But/ -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br

[OE-core] [PATCH 4/4] busybox: add support to mdev

2011-05-02 Thread Otavio Salvador
This changes the packaging only if the configuration used has mdev support enabled. Signed-off-by: Otavio Salvador --- meta/recipes-core/busybox/busybox.inc | 15 ++- meta/recipes-core/busybox/busybox_1.17.3.bb |4 ++- meta/recipes-core/busybox/files/mdev|7

[OE-core] [PATCH 3/4] syslinux: improve packaging

2011-05-02 Thread Otavio Salvador
-isolinux: isolinux.bin Signed-off-by: Otavio Salvador --- meta/recipes-devtools/syslinux/syslinux_4.03.bb | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/syslinux/syslinux_4.03.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb index

[OE-core] [PATCH 1/4] meta/conf/local.conf.sample: fix mklibs comment line split and typo

2011-05-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/conf/local.conf.sample |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index ba92df8..02164eb 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf

[OE-core] [PATCH 2/4] scripts/oe-setup-builddir: fix typo

2011-05-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- scripts/oe-setup-builddir |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 2f8a064..7fefc52 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -60,7

Re: [OE-core] [PATCH 4/4] busybox: add support to mdev

2011-05-02 Thread Otavio Salvador
On Mon, May 2, 2011 at 19:21, Khem Raj wrote: > Did you test this patch on a config where mdev support is disabled ? > that will be interesting to know Yes I did. It seems to work fine for me. Do you see any problem with that? -- Otavio Salvador                             O.S. Systems

[OE-core] fuse update

2011-05-03 Thread Otavio Salvador
update it is due it being required by a new recipe I am adding to meta-oe and then it seems more logical to me to move fuse to meta-oe but I am curious to hear from others about it. Cheers, -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http

Re: [OE-core] [RFC] systemd units packaging

2011-05-06 Thread Otavio Salvador
On Fri, May 6, 2011 at 11:51, Koen Kooi wrote: > So, is having both sets inside ${PN} a dealbreaker? I think it is not BUT this choice could be a distro choice. So I see as: USE_INIT=(sysv|systemd|both) Being both the default. -- Otavio Salvador                             O.S. System

Re: [OE-core] [RFC] systemd units packaging

2011-05-06 Thread Otavio Salvador
On Fri, May 6, 2011 at 13:06, Koen Kooi wrote: > > Op 6 mei 2011, om 17:36 heeft Otavio Salvador het volgende geschreven: > >> On Fri, May 6, 2011 at 11:51, Koen Kooi wrote: >>> So, is having both sets inside ${PN} a dealbreaker? >> >> I think it is not BUT

[OE-core] Pull request with misc fixes

2011-05-07 Thread Otavio Salvador
uired utilities tested for (2011-05-07 09:05:57 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core.git master Otavio Salvador (5): meta/conf/local.conf.sample: fix mklibs comment line split and typo scripts/oe-setup-builddir: fix typo syslinux: im

Re: [OE-core] Pull request with misc fixes

2011-05-09 Thread Otavio Salvador
On Mon, May 9, 2011 at 14:06, Saul Wold wrote: > I am working on reviewing and staging them.  I did not see a patch for the > libxbkfile, did I miss that email? I will be sending an updated pull request and post the patches with some fixes. Please wait for it for merging. -- Otavio Sa

Re: [OE-core] fuse update

2011-05-09 Thread Otavio Salvador
sense to have it there being not used. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br ___ Openembedded-cor

[OE-core] Pull request with misc changes

2011-05-09 Thread Otavio Salvador
repository at: git://github.com/OSSystems/oe-core master Otavio Salvador (10): meta/conf/local.conf.sample: fix mklibs comment line split and typo scripts/oe-setup-builddir: fix typo syslinux: improve packaging busybox: add support to mdev libxkbfile: disable xcb

Re: [OE-core] [PATCH 25/30] cmake.bbclass: fix qmake and rpath issues

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 05:50, Richard Purdie wrote: ... > We could unconditionally make native.bbclass set the override too... I can revert this part of this and provide a patch to native.bbclass for it. -- Otavio Salvador                             O.S. Systems E-mail:

Re: [OE-core] [PATCH 26/30] qmake_base.bbclass: add generate_qt_config_file task

2011-05-10 Thread Otavio Salvador
On Tue, May 10, 2011 at 06:20, Koen Kooi wrote: > And consider the case of building without MACHINE and distros having a > different staging layout. I know angstrom has one to enable parallel builds > of uclibc and eglibc. In this case what we ought to use? -- Otavio

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Otavio Salvador
lude a Signed-off-by: if appropriate. Any patches that you have modified > or added should include the above info. On the patch itself? Any doc describing an example of it? I am waiting for Richard and Koen replies about my questions and will provide updated patches for the unmerged ones. Che

[OE-core] [PATCH 3/3] cmake: add support for oe qt4 tools names

2011-05-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |2 +- meta/recipes-devtools/cmake/cmake.inc |3 +- .../cmake/cmake/support-oe-qt4-tools-names.patch | 90 3 files changed, 93 insertions(+), 2 deletions(-) create

[OE-core] [PATCH 2/3] qmake_base.bbclass: add generate_qt_config_file task

2011-05-10 Thread Otavio Salvador
This writes a qt.conf inside WORKDIR to properly configure projects based on CMake. This is required since qmake variables (returned by -query command) are fixed into the binary and can only be changed using a qt.conf file. Signed-off-by: Otavio Salvador --- meta/classes/qmake_base.bbclass

[OE-core] [PATCH 1/3] cmake.bbclass: fix qmake and rpath issues

2011-05-10 Thread Otavio Salvador
Sync with OE at 3b7d83362027fde4f6850533ab83277d95dda961 however without changing the way of generating the toolchain file and making it branding agnostic. Signed-off-by: Otavio Salvador --- meta/classes/cmake.bbclass | 14 -- meta/classes/native.bbclass |4 2 files

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Otavio Salvador
ilable on the mailing list, please take a look. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br ___ Op

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Otavio Salvador
it checkout -b otavio-20110510-review git pull git://github.com/OSSystems/oe-core.git master git shortlog origin/master.. Is that so difficult? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981

Re: [OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-10 Thread Otavio Salvador
erface to store those. You might have something like: [oe-core-pull-request] mode = github user = foo or [oe-core-pull-request] mode = gitorious user = bar This could be used to fill the fields in a proper way since those are predictable. -- Otavio Salvador                             O.S. Syste

Re: [OE-core] [PATCH 1/3] cmake.bbclass: fix qmake and rpath issues

2011-05-10 Thread Otavio Salvador
rs too: ... PACKAGES = "" PACKAGES_virtclass-native = "" PACKAGES_DYNAMIC = "" PACKAGES_DYNAMIC_virtclass-native = "" ... Seems logical, no? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://ww

Re: [OE-core] RFC: create-pull-request / send-pull-request updates

2011-05-11 Thread Otavio Salvador
drop the >   BROWSE_URL. I'd prefer to have it stored into git config backend and don't need to retype it for every call. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854        

Re: [OE-core] [PATCH] create-pull-request: Add -l location switch

2011-05-11 Thread Otavio Salvador
On Tue, May 10, 2011 at 20:01, Tom Rini wrote: > On 05/10/2011 12:18 PM, Otavio Salvador wrote: >> On Tue, May 10, 2011 at 15:55, Tom Rini wrote: >>> Add a -l switch that takes an argument of either github or gitorious >>> and will make the cover letter have a fil

Re: [OE-core] [PATCH 3/3] cmake: add support for oe qt4 tools names

2011-05-11 Thread Otavio Salvador
view the patch description is small and complete. I see no need of more information on that. Saul? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.os

[OE-core] [PATCH] cmake: add support for oe qt4 tools names

2011-05-12 Thread Otavio Salvador
one. This patch adds support for the OpenEmbedded specific binary names. Signed-off-by: Otavio Salvador --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |2 +- meta/recipes-devtools/cmake/cmake.inc |3 +- .../cmake/cmake/support-oe-qt4-tools-names.patch | 98

Re: [OE-core] [poky] [RFC][PATCH] qt4: add target qmake to qt4-tools package

2011-05-13 Thread Otavio Salvador
On Fri, May 13, 2011 at 08:05, Koen Kooi wrote: > Putting it in qttools would be fine by me It would be much better to use qt4-native as being done on OE dev currently. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com

Re: [OE-core] [poky] [RFC][PATCH] qt4: add target qmake to qt4-tools package

2011-05-13 Thread Otavio Salvador
On Fri, May 13, 2011 at 09:25, Ilya Yanok wrote: > To use qt4-native for what? We are talking about _target_ version of > qmake which is currently not provided by any package... Oh ok; I missed this. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.

Re: [OE-core] RFC: Qt4 - removal of 4.6.3

2011-05-13 Thread Otavio Salvador
On Fri, May 13, 2011 at 13:19, Paul Eggleton wrote: > Saul has suggested that we remove Qt 4.6.3 from oe-core in line with our > policy of only having one version of a package that doesn't have GPLv2/v3 > versions. Is this going to be OK? I also think it is a better way to g

Re: [OE-core] [PATCH 00/15] 14-May Consolidated Pull

2011-05-15 Thread Otavio Salvador
lease add it. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br ___ Openembedded-core mailing list Openembe

Re: [OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-15 Thread Otavio Salvador
g patch conflicts if it was out of tree for too long and that > didn't seem worthwhile. I have expected at least another review cycle since this is a huge change and potential to change a lot of stuff for users... -- Otavio Salvador                             O.S. Systems E-mail: ota.

[OE-core] Usage of linux (instead of linux-yocto) recipes

2011-05-16 Thread Otavio Salvador
Hello, Is someone using regular linux recipes with oe-core (or meta-oe)? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

[OE-core] gitpkgv stopped working

2011-05-16 Thread Otavio Salvador
Hello, I noticed today that gitpkgv is not working for some recipes. I could reproduce the problem using freerdp recipe today. It seems GITPKGVTAG is expanded but bitbake doesn't notice it. Does someone has any idea about the reason behind it? Cheers, -- Otavio Sal

Re: [OE-core] [RFC PATCH v2 00/15] *-pull-request: cleanup and overhaul

2011-05-17 Thread Otavio Salvador
-a >  send-pull-request: verify git sendemail config >  create-pull-request: add untested oe repository support >  send-pull-request: streamline git-send-email usage >  *pull-request: add copyright, license, and descriptions > > Otavio Salvador (2): >  create-pull-request: do

Re: [OE-core] [PATCH 00/15] 18-May-2011 Consolidated Pull

2011-05-18 Thread Otavio Salvador
is. > > I merged this with the exception of the change to gcc 4.6 by default. > I'm a little hesitant to make that switch until a few more people have > tried using it (e.g. I noticed Bruce was having problems yesterday). His problems where fixed dropping sstate-cache.

[OE-core] [PATCH 1/3] send-pull-request: drop sendemail checks

2011-05-23 Thread Otavio Salvador
git send-email has the correct check on it. Basically the From is taken from the git 'user' and 'email' config values and in case 'sendemail.smtpserver' is not provided it defaults to use local sendmail command. Signed-off-by: Otavio Salvador Acked-by: Darren Hart

[OE-core] [PATCH 0/3] Pull request with misc fixes from O.S. Systems tree

2011-05-23 Thread Otavio Salvador
The following changes since commit 54ecf8e3992b8a01c2e5bd16720e1819b71b68bd: packagedata: don't choke on empty PACKAGES (2011-05-20 17:41:34 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core.git master https://github.com/OSSystems/oe-core/tree/master O

[OE-core] [PATCH 2/3] busybox: enable mdev by default

2011-05-23 Thread Otavio Salvador
Since we do not require a configuration file by default we don't force it's addition on the package. If the a layer wants to have it enabled it should also set the CONFFILES for busybox-mdev package. Signed-off-by: Otavio Salvador --- meta/recipes-core/busybox/busybox-1.18.4/defcon

[OE-core] [PATCH 3/3] syslinux: rdepends on mtools

2011-05-23 Thread Otavio Salvador
To be able to install into a disk, mtools are required thus we add it as rdepends of 'syslinux' package. Signed-off-by: Otavio Salvador --- meta/recipes-devtools/syslinux/syslinux_4.03.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtool

Re: [OE-core] [PATCH 2/3] busybox: enable mdev by default

2011-05-23 Thread Otavio Salvador
On Mon, May 23, 2011 at 13:06, Phil Blundell wrote: > On Mon, 2011-05-23 at 12:13 +0000, Otavio Salvador wrote: >>  CONFIG_LOSETUP=y >>  # CONFIG_LSPCI is not set >>  # CONFIG_LSUSB is not set >> -# CONFIG_MDEV is not set >> +CONFIG_MDEV=y >>

Re: [OE-core] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Otavio Salvador
if d.getVar('USE_PR_SERV', True): > | ERROR:  *** 0004:             auto_pr=prserv_get_pr_auto(d) > | ERROR:      0005:             if auto_pr is None: > | ERROR:      0006:                     bb.fatal("Can NOT get auto PR > revision from remote PR service") > | ERROR

Re: [OE-core] [PATCH 0/1][v3] license.bbclass parsing changes rebased sans debug

2011-05-28 Thread Otavio Salvador
On Fri, May 27, 2011 at 22:13, Elizabeth Flanagan wrote: ... > Beth Flanagan (1): >  license.bbclass: Sane Parsing of licenses ... The change itself was OK and really an improvement but please pay some attention to whitespaces. It is nice to avoid useless whitespaces into new code. --

[OE-core] [PATCH 2/2] qmake_base.bbclass: fix lrelease/lupdate binary names

2011-05-30 Thread Otavio Salvador
To support translation, qmake based projects usually call lrelease and lupdate however OE changes the binary names so this needs some mangle to work out of box. Signed-off-by: Otavio Salvador --- meta/classes/qmake_base.bbclass |5 + 1 files changed, 5 insertions(+), 0 deletions

[OE-core] [PATCH 0/2] Misc fixes from O.S. Systems tree

2011-05-30 Thread Otavio Salvador
Otavio Salvador (2): busybox: enable mdev by default qmake_base.bbclass: fix lrelease/lupdate binary names meta/classes/qmake_base.bbclass|5 + meta/recipes-core/busybox/busybox-1.18.4/defconfig |2 +- meta/recipes-core/busybox/busybox.inc |1

[OE-core] [PATCH 1/2] busybox: enable mdev by default

2011-05-30 Thread Otavio Salvador
Since we do not require a configuration file by default we don't force it's addition on the package. If the a layer wants to have it enabled it should also set the CONFFILES for busybox-mdev package. Signed-off-by: Otavio Salvador --- meta/recipes-core/busybox/busybox-1.18.4/defcon

[OE-core] Chicken toolchain progress

2011-05-30 Thread Otavio Salvador
ne but the cross compiler is failing. Our recipe can be seen at https://github.com/OSSystems/meta-oe/commit/3d29a0ca35e29cc9629a7628dfe19734bc28b229#diff-0 It seems to build fine but sstate and sysroot lacks the binaries so we can't use it to build the target binaries. Any clue? --

Re: [OE-core] Chicken toolchain progress

2011-05-31 Thread Otavio Salvador
On Tue, May 31, 2011 at 07:58, Richard Purdie wrote: > On Tue, 2011-05-31 at 01:51 +0000, Otavio Salvador wrote: >> Any clue? > > It sounds like something in your paths are messed up in chicken-cross. > What is happening during do_install? Where are the files ending up? What &g

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Otavio Salvador
e and patches to be send to oe-core as AFAIK Yocto will base on it. Am I missing anything? This is really confusing. This is not just regarding mailing lists but also IRC channels :-/ -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems

Re: [OE-core] [CONSOLIDATED PULL 22/32] gnutls: update to 2.12.5

2011-06-01 Thread Otavio Salvador
ull > @@ -1,10 +0,0 @@ > -require gnutls.inc > - > -PR = "${INC_PR}.0" > - > -SRC_URI += "file://gnutls-openssl.patch \ > -            file://gnutls-texinfo-euro.patch \ > -            file://configure-fix.patch" > - > -SRC_URI[md5sum] = "4e1517084018a8b1fdc96daabea40528" > -SRC_URI[sha256sum] = &g

[OE-core] [PATCH 2/3] qmake_base.bbclass: fix lrelease/lupdate binary names

2011-06-01 Thread Otavio Salvador
To support translation, qmake based projects usually call lrelease and lupdate however OE changes the binary names so this needs some mangle to work out of box. Signed-off-by: Otavio Salvador --- meta/classes/qmake_base.bbclass |5 + 1 files changed, 5 insertions(+), 0 deletions

[OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-01 Thread Otavio Salvador
Since we do not require a configuration file by default we don't force it's addition on the package. If the a layer wants to have it enabled it should also set the CONFFILES for busybox-mdev package. Signed-off-by: Otavio Salvador --- meta/recipes-core/busybox/busybox-1.18.4/defcon

[OE-core] [PATCH 0/3] Patches pending on O.S. Systems tree

2011-06-01 Thread Otavio Salvador
/master Otavio Salvador (3): busybox: enable mdev by default qmake_base.bbclass: fix lrelease/lupdate binary names gnutls: link against 'dl' library meta/classes/qmake_base.bbclass|5 + meta/recipes-core/busybox/busybox-1.18.4/defconfig |2 +- meta/re

[OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-01 Thread Otavio Salvador
Fixes a build failure due missing references to 'dlopen' and like. This started to happen after update to 2.12.5 at ad52eacebdc413aa351de078ee878182a9c71e16. This also fixes the recipe to use the INC_PR value otherwise we end not bumping PR if changing only the '.inc' file. S

Re: [OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-01 Thread Otavio Salvador
On Wed, Jun 1, 2011 at 20:33, Phil Blundell wrote: > On Wed, 2011-06-01 at 20:09 +0000, Otavio Salvador wrote: >> +export LDFLAGS += "-ldl" > > The configure script ought to be figuring this out for itself.  Do you > know why that isn't working? No I don

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-01 Thread Otavio Salvador
On Wed, Jun 1, 2011 at 20:37, Phil Blundell wrote: > On Wed, 2011-06-01 at 20:09 +0000, Otavio Salvador wrote: >> -# CONFIG_MDEV is not set >> +CONFIG_MDEV=y > > Per previous discussion, I am still uneasy about this change.  I think > we really need some sort of coherent

Re: [OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-01 Thread Otavio Salvador
On Wed, Jun 1, 2011 at 20:53, Phil Blundell wrote: > On Wed, 2011-06-01 at 20:39 +0000, Otavio Salvador wrote: >> Are you able to reproduce it? > > No, it works fine for me.  I get: > > checking how to link with libpthread... -lpthread > checking for libdl... yes > chec

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-02 Thread Otavio Salvador
ce udev so > the patch in its currently form isn't acceptable. I'll drop it from my tree since I am using an bbappend on our local layer. Cheers, -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br

[OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../xorg-driver/xf86-driver-common.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc index 550423b

[OE-core] [PATCH 3/4] gnutls: add p11tool into gnutls-bin

2011-06-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-support/gnutls/gnutls.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 03aed6a..9257880 100644 --- a/meta/recipes-support/gnutls

[OE-core] [PATCH 4/4] package.bbclass: add support to split Qt translation files

2011-06-02 Thread Otavio Salvador
There're many Qt applications that provide translation files in '.qm' format however those weren't being splitted as GetText based ones. Signed-off-by: Otavio Salvador --- meta/classes/package.bbclass | 41 + 1 files changed,

[OE-core] [PATCH 2/4] gnutls: use INC_PR on 2.12.5 version recipe

2011-06-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-support/gnutls/gnutls_2.12.5.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls_2.12.5.bb b/meta/recipes-support/gnutls/gnutls_2.12.5.bb index b27a065..9d3f5ab 100644 --- a/meta/recipes

[OE-core] [PATCH 0/4] Pending patches from O.S. Systems tree

2011-06-02 Thread Otavio Salvador
Otavio Salvador (4): xf86-driver-common.inc: remove .la files to avoid unpackaged warning gnutls: use INC_PR on 2.12.5 version recipe gnutls: add p11tool into gnutls-bin package.bbclass: add support to split Qt translation files meta/classes/package.bbclass | 41

Re: [OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-03 Thread Otavio Salvador
On Fri, Jun 3, 2011 at 00:52, Saul Wold wrote: > Would it not be better to package them in the -dev package instead of > throwing them away? They are not packaged by I remove them to avoid the unshiped warning. -- Otavio Salvador                             O.S. Systems E-mai

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Otavio Salvador
oblem > for OE-Core, I would need to investigate.  Meego also seems to use the > Fedora standard with "-static". ... I personally prefer -static. -staticlib seems redundant for me since we can end with libfoo-staticlib -- Otavio Salvador                             O.S. Systems E-

Re: [OE-core] [CONSOLIDATED PULL 10/20] package.bbclass: add support to split Qt translation files

2011-06-06 Thread Otavio Salvador
On Mon, Jun 6, 2011 at 17:14, Richard Purdie wrote: > On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: >> From: Otavio Salvador >> >> There're many Qt applications that provide translation files in '.qm' >> format however those weren't being spli

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Otavio Salvador
On Mon, Jun 6, 2011 at 19:00, Richard Purdie wrote: > On Mon, 2011-06-06 at 17:31 +0000, Otavio Salvador wrote: >> I personally prefer -static. -staticlib seems redundant for me since >> we can end with libfoo-staticlib > > -static doesn't really work well given we alr

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Otavio Salvador
duplicating many features of git submodule. It seems more logical to put a script above git submodule rather then use a full repository for it. Am I missing anything? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +5

Re: [OE-core] [PATCH] RFC - combo layer repo tool

2011-06-13 Thread Otavio Salvador
On Mon, Jun 13, 2011 at 16:00, Paul Eggleton wrote: > On Monday 13 June 2011 16:33:47 Otavio Salvador wrote: >> I think it is duplicating many features of git submodule. It seems >> more logical to put a script above git submodule rather then use a >> full repository for it

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-13 Thread Otavio Salvador
be the inverse. Poky ought to be less built since it depends (or will depends) on oe-core so this needs to be fully tested. After this passes then Poky and Yocto ought to be tested since the base has been proved stable and like. My 2c. -- Otavio Salvador                             O.S. Syste

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-13 Thread Otavio Salvador
ce people would be using it against oe-core and would have already noticed the missing machine definition and like. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854          

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-13 Thread Otavio Salvador
hat is target to OE-Core) on Poky and sometimes it cases issues (as the bitbake ones I used as example). -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854        

[OE-core] [PATCH] cmake: refactor recipe

2011-06-15 Thread Otavio Salvador
* use INC_PR; * show configure's failure on error; * gather major version from PV; Signed-off-by: Otavio Salvador --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |4 ++-- meta/recipes-devtools/cmake/cmake.inc |6 +- 2 files changed, 7 insertions(+), 3 dele

[OE-core] [PATCH 1/9] oe.classutils: add module

2011-06-17 Thread Otavio Salvador
From: Chris Larson This adds a ClassRegistry utility metaclass, as maintaining a class registry is a fairly common thing to do. Signed-off-by: Chris Larson Signed-off-by: Otavio Salvador --- meta/lib/oe/classutils.py | 24 1 files changed, 24 insertions(+), 0

[OE-core] [PATCH 2/9] Rework how the devshell functions

2011-06-17 Thread Otavio Salvador
X terminals, has DISPLAY defined). The 'none' value is used when we're doing things like automated builds, and want to ensure that no terminal is *ever* spawned, under any circumstances. Current available terminals: gnome konsole xterm rxvt screen Signed-off-by: Chr

[OE-core] [PATCH 4/9] cmake.bbclass: use CPPFLAGS and CXXFLAGS

2011-06-17 Thread Otavio Salvador
Some classes, as for example nativesdk, defines CPPFLAGS and CXXFLAGS to be passed to compiler. Using those makes more sense and avoid some hacks on packages using CMake. Signed-off-by: Otavio Salvador --- meta/classes/cmake.bbclass |8 1 files changed, 4 insertions(+), 4 deletions

[OE-core] [PATCH 3/9] oe.terminal: improve how we spawn screen

2011-06-17 Thread Otavio Salvador
Signed-off-by: Chris Larson Signed-off-by: Otavio Salvador --- meta/lib/oe/terminal.py |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 5336167..bbff8d0 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/termi

[OE-core] [PATCH 0/9] Patches pending on O.S. Systems tree

2011-06-17 Thread Otavio Salvador
Larson (3): oe.classutils: add module Rework how the devshell functions oe.terminal: improve how we spawn screen Otavio Salvador (6): cmake.bbclass: use CPPFLAGS and CXXFLAGS cmake: refactor recipe lib_package.bbclass: move static libraries to ${PN}-staticdev libxml: extend nativesdk

[OE-core] [PATCH 5/9] cmake: refactor recipe

2011-06-17 Thread Otavio Salvador
* use INC_PR; * show configure's failure on error; * gather major version from PV; Signed-off-by: Otavio Salvador --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |4 ++-- meta/recipes-devtools/cmake/cmake.inc |6 +- 2 files changed, 7 insertions(+), 3 dele

[OE-core] [PATCH 6/9] lib_package.bbclass: move static libraries to ${PN}-staticdev

2011-06-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/classes/lib_package.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/lib_package.bbclass b/meta/classes/lib_package.bbclass index 82c9370..5ce8727 100644 --- a/meta/classes/lib_package.bbclass +++ b/meta

[OE-core] [PATCH 7/9] libxml: extend nativesdk class

2011-06-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-core/libxml/libxml2.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index d9ea816..1187644 100644 --- a/meta/recipes-core/libxml/libxml2.inc

[OE-core] [PATCH 9/9] cmake: add nativesdk and target versions

2011-06-17 Thread Otavio Salvador
Adds a recipe that provides the nativesdk and target versions of CMake. This recipe is based on code from OpenEmbeeded (rev b1f2e1501c19540617a829b37415c0616101c7ad). Signed-off-by: Otavio Salvador --- .../cmake/cmake/dont-run-cross-binaries.patch | 22 + meta/recipes-devtools

[OE-core] [PATCH 8/9] libarchive: add 2.8.4 version

2011-06-17 Thread Otavio Salvador
This recipe has been imported from OpenEmbedded (rev 6db4b9050e0e8b963e2a6b63790e48e3042ea99e). Signed-off-by: Otavio Salvador --- .../0001-Patch-from-upstream-revision-1990.patch | 42 + .../0002-Patch-from-upstream-revision-1991.patch | 31 ++ .../0003-Patch-from

Re: [OE-core] [PATCH 1/1] base-passwd: disable problematic login.defs options

2011-06-17 Thread Otavio Salvador
including an optional file with base-passwd that may or may not be used in > target systems. Why not make an shadow-target package with this? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854   

Re: [OE-core] call for participation on openembedded-users mailing list

2011-06-17 Thread Otavio Salvador
sense since it was clear a new project with too many unclear things going on but what is really the difference to us now between it and oe-devel now? It seems that patches might use a prefix and be good with it. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.

[OE-core] BUG: intltool depends on libxml-parser-perl to be installed on host

2011-06-18 Thread Otavio Salvador
Hello, It seems that intltool depends on libxml-parser-perl being installed into host system to it to build. Cheers, -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http

Re: [OE-core] BUG: intltool depends on libxml-parser-perl to be installed on host

2011-06-18 Thread Otavio Salvador
On Sat, Jun 18, 2011 at 23:41, Tom Rini wrote: > On 06/18/2011 01:18 PM, Otavio Salvador wrote: >> Hello, >> >> It seems that intltool depends on libxml-parser-perl being installed >> into host system to it to build. > > Do the DEPENDS look right?  Maybe thi

Re: [OE-core] BUG: intltool depends on libxml-parser-perl to be installed on host

2011-06-20 Thread Otavio Salvador
B disk space will be freed. Do you want to continue [Y/n]? (Reading database ... 38363 files and directories currently installed.) Removing libxml-parser-perl ... Processing triggers for man-db ... I am attaching the configure log of intltool for reference. -- Otavio Salvador                         

Re: [OE-core] BUG: intltool depends on libxml-parser-perl to be installed on host

2011-06-21 Thread Otavio Salvador
the tracking system and prefer if you do it. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br ___ Openembedde

[OE-core] [RFH] Native SDK wirdness

2011-06-28 Thread Otavio Salvador
built sdk tarball lacks GCC and like. Any idea where I ought to look for a good example? Or any clue what I am doing wrong? Best, -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854            

Re: [OE-core] [RFH] Native SDK wirdness

2011-06-28 Thread Otavio Salvador
On Tue, Jun 28, 2011 at 13:16, Richard Purdie wrote: > On Tue, 2011-06-28 at 11:56 -0300, Otavio Salvador wrote: >> I am probably doing something stupid but I couldn't figure it myself >> so I am looking for some help here. Basically I need to prepare a SDK >> for

[OE-core] [RFH] Wrong behaviour regarding SDK native and target paths

2011-07-03 Thread Otavio Salvador
oecore-i686-i686/sysroots/i686-oesdk-linux/usr/bin/moc4 so, the generated information for the script won't work. I am quite confused by all this is suppose to work. Someone help me? Cheers, -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://

Re: [OE-core] [PATCH 00/17] Various QA/unpackaged files cleanups

2011-07-05 Thread Otavio Salvador
ing last things before posting for review). It seems very wrong to depend on .la files for linking and pkg-config seems to be the most right solution when possible. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55

[OE-core] [PATCH 2/8] oe.terminal: improve how we spawn screen

2011-07-08 Thread Otavio Salvador
Signed-off-by: Chris Larson Signed-off-by: Otavio Salvador --- meta/lib/oe/terminal.py |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 5336167..bbff8d0 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/termi

[OE-core] [PATCH 0/8] Patches pending for merging from O.S. Systems tree

2011-07-08 Thread Otavio Salvador
how the devshell functions oe.terminal: improve how we spawn screen Otavio Salvador (6): cmake.bbclass: use CPPFLAGS and CXXFLAGS cmake: refactor recipe libarchive: add 2.8.4 version cmake: add nativesdk and target versions cmake: update to 2.8.5-rc3 fix SDK building due TARGET_ARCH use

[OE-core] [PATCH 3/8] cmake.bbclass: use CPPFLAGS and CXXFLAGS

2011-07-08 Thread Otavio Salvador
Some classes, as for example nativesdk, defines CPPFLAGS and CXXFLAGS to be passed to compiler. Using those makes more sense and avoid some hacks on packages using CMake. Signed-off-by: Otavio Salvador --- meta/classes/cmake.bbclass |8 1 files changed, 4 insertions(+), 4 deletions

[OE-core] [PATCH 1/8] Rework how the devshell functions

2011-07-08 Thread Otavio Salvador
X terminals, has DISPLAY defined). The 'none' value is used when we're doing things like automated builds, and want to ensure that no terminal is *ever* spawned, under any circumstances. Current available terminals: gnome konsole xterm rxvt screen Signed-off-by: Chr

[OE-core] [PATCH 4/8] cmake: refactor recipe

2011-07-08 Thread Otavio Salvador
* use INC_PR; * show configure's failure on error; * gather major version from PV; Signed-off-by: Otavio Salvador --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |4 ++-- meta/recipes-devtools/cmake/cmake.inc |6 +- 2 files changed, 7 insertions(+), 3 dele

[OE-core] [PATCH 8/8] fix SDK building due TARGET_ARCH use in installation path

2011-07-08 Thread Otavio Salvador
TARGET_ARCH makes the building too fragile since it changes during building of target and nativesdk binaries thus making it difficult to handle a proper path for installation of binaries. The fix for it is to move it to toolchain tarball name. Signed-off-by: Otavio Salvador --- meta/classes

[OE-core] [PATCH 7/8] cmake: update to 2.8.5-rc3

2011-07-08 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |7 --- meta/recipes-devtools/cmake/cmake-native_2.8.5.bb | 12 .../cmake/cmake/support-oe-qt4-tools-names.patch | 14 +++--- .../cmake/{cmake_2.8.3.bb => cmake_2.8.5

  1   2   3   4   5   6   7   8   9   10   >