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

2011-05-02 Thread Otavio Salvador
-isolinux: isolinux.bin Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- 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

[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 ota...@ossystems.com.br --- 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

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 raj.k...@gmail.com 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

[OE-core] fuse update

2011-05-03 Thread Otavio Salvador
to 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 k...@dominion.thruhere.net 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

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

2011-05-09 Thread Otavio Salvador
. -- 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 Openembedded-core

Re: [OE-core] fuse update

2011-05-09 Thread Otavio Salvador
. It makes no 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

[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 richard.pur...@linuxfoundation.org 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

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 k...@dominion.thruhere.net 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
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. Cheers, -- Otavio Salvador

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

2011-05-10 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- 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

[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 ota...@ossystems.com.br --- meta/classes

[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 ota...@ossystems.com.br --- meta/classes/cmake.bbclass | 14 -- meta/classes/native.bbclass

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

2011-05-10 Thread Otavio Salvador
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-7854              http://projetos.ossystems.com.br

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

2011-05-10 Thread Otavio Salvador
interface 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

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

2011-05-10 Thread Otavio Salvador
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://www.ossystems.com.br Mobile: +55 53 9981-7854              http

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

2011-05-11 Thread Otavio Salvador
should also be able to be specified   via an environment variable. Now that we are sending patches for   review and not just the pull request itself, I feel we can 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

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 tom_r...@mentor.com wrote: On 05/10/2011 12:18 PM, Otavio Salvador wrote: On Tue, May 10, 2011 at 15:55, Tom Rini tom_r...@mentor.com wrote: Add a -l switch that takes an argument of either github or gitorious and will make the cover letter have a fill

[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 ota...@ossystems.com.br --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |2 +- meta/recipes-devtools/cmake/cmake.inc |3 +- .../cmake/cmake/support-oe-qt4-tools

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 k...@dominion.thruhere.net 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

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 ya...@emcraft.com 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

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

2011-05-15 Thread Otavio Salvador
names Please 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

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

2011-05-15 Thread Otavio Salvador
to start seeing 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 Salvador

[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 Otavio

[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 ota...@ossystems.com.br --- meta/recipes-core/busybox/busybox

[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 ota...@ossystems.com.br --- meta/recipes-devtools/syslinux/syslinux_4.03.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta

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 p...@pbcl.net wrote: On Mon, 2011-05-23 at 12:13 +, Otavio Salvador wrote:  CONFIG_LOSETUP=y  # CONFIG_LSPCI is not set  # CONFIG_LSUSB is not set -# CONFIG_MDEV is not set +CONFIG_MDEV=y  # CONFIG_FEATURE_MDEV_CONF is not set

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

2011-05-27 Thread Otavio Salvador
___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br

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

2011-05-28 Thread Otavio Salvador
into new code. -- 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 Openembedded

[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 ota...@ossystems.com.br --- meta/recipes-core/busybox/busybox

[OE-core] Chicken toolchain progress

2011-05-30 Thread Otavio Salvador
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? -- Otavio Salvador

Re: [OE-core] Chicken toolchain progress

2011-05-31 Thread Otavio Salvador
On Tue, May 31, 2011 at 07:58, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2011-05-31 at 01:51 +, 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

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

2011-05-31 Thread Otavio Salvador
anymore 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

[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 ota...@ossystems.com.br --- meta/classes/qmake_base.bbclass |5 + 1 files changed, 5 insertions

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 p...@pbcl.net wrote: On Wed, 2011-06-01 at 20:09 +, 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't. Are you able to reproduce

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 p...@pbcl.net wrote: On Wed, 2011-06-01 at 20:09 +, 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 policy for what

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 p...@pbcl.net wrote: On Wed, 2011-06-01 at 20:39 +, 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 checking how to link

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

2011-06-02 Thread Otavio Salvador
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 Mobile: +55 53 9981-7854

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

2011-06-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- 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

[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 ota...@ossystems.com.br --- meta/classes/package.bbclass | 41 + 1 files changed, 37

[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 s...@linux.intel.com 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

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

2011-06-06 Thread Otavio Salvador
that this is not a problem 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-mail: ota

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 richard.pur...@linuxfoundation.org wrote: On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: From: Otavio Salvador ota...@ossystems.com.br There're many Qt applications that provide translation files in '.qm' format however those weren't being

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 richard.pur...@linuxfoundation.org wrote: On Mon, 2011-06-06 at 17:31 +, 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

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

2011-06-13 Thread Otavio Salvador
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: +55 53 9981-7854

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 paul.eggle...@intel.com 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

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

2011-06-13 Thread Otavio Salvador
to 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. Systems E

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

2011-06-13 Thread Otavio Salvador
(that 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              http://projetos.ossystems.com.br

[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 ota...@ossystems.com.br --- meta/recipes-devtools/cmake/cmake-native_2.8.3.bb |4 ++-- meta/recipes-devtools/cmake/cmake.inc |6 +- 2 files changed, 7

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

2011-06-17 Thread Otavio Salvador
From: Chris Larson chris_lar...@mentor.com This adds a ClassRegistry utility metaclass, as maintaining a class registry is a fairly common thing to do. Signed-off-by: Chris Larson chris_lar...@mentor.com Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/lib/oe/classutils.py | 24

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

2011-06-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/devshell.bbclass | 26 --- meta/classes/terminal.bbclass | 30 meta/lib/oe/classutils.py | 33 +++-- meta/lib/oe/terminal.py | 102 + 4 files

[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 ota...@ossystems.com.br --- meta/classes/cmake.bbclass |8 1 files changed, 4

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

2011-06-17 Thread Otavio Salvador
to hang). Signed-off-by: Chris Larson chris_lar...@mentor.com Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- 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

[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 6/9] lib_package.bbclass: move static libraries to ${PN}-staticdev

2011-06-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- 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

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

2011-06-17 Thread Otavio Salvador
? On the beggining it made 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

[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 tom_r...@mentor.com 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 this needs the class for bringing

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

2011-06-20 Thread Otavio Salvador
currently installed.) Removing libxml-parser-perl ... Processing triggers for man-db ... I am attaching the configure log of intltool for reference. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854

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

2011-06-21 Thread Otavio Salvador
on 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 ___ Openembedded

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

2011-07-03 Thread Otavio Salvador
-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://www.ossystems.com.br Mobile: +55 53 9981

Re: [OE-core] [PATCH] Improve handling of 'all' architecture recipes and their interaction with sstate

2011-10-05 Thread Otavio Salvador
On Wed, Oct 5, 2011 at 09:22, Koen Kooi k...@dominion.thruhere.net wrote: Op 5 okt. 2011 om 07:10 heeft Otavio Salvador ota...@ossystems.com.br het volgende geschreven: On Tue, Oct 4, 2011 at 19:00, Richard Purdie richard.pur...@linuxfoundation.org wrote: Really? hal doesn't really replace

Re: [OE-core] Convoluted dependencies

2011-10-07 Thread Otavio Salvador
if something required the xml bindings for something. -- 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

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-09 Thread Otavio Salvador
can only get packaged *once* so only one rtlwifi package will get the license I dislike the idea of one single package with all firmwares. I prefer to have many small packages but one meta that depends on it. -- Otavio Salvador                             O.S. Systems E-mail: ota

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-10 Thread Otavio Salvador
On Mon, Oct 10, 2011 at 04:27, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 03:03 heeft Otavio Salvador het volgende geschreven: On Sun, Oct 9, 2011 at 07:06, Koen Kooi k...@dominion.thruhere.net wrote: Update: move to latest SRCREV, use non-kernel.org URI Merge: wl12xx

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-10 Thread Otavio Salvador
On Mon, Oct 10, 2011 at 09:26, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 14:22 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 04:27, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 03:03 heeft Otavio Salvador het volgende geschreven

Re: [OE-core] Multiple git repos in SRC_URI and/or git submodules support

2011-10-10 Thread Otavio Salvador
on the current status of that? ... Yes, this works. I have added support to SRCREV_FORMAT into gitpkgv too ;-) -- 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] Use of mingetty

2011-10-10 Thread Otavio Salvador
); ... -- 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 Openembedded-core

Re: [OE-core] Multiple git repos in SRC_URI and/or git submodules support

2011-10-10 Thread Otavio Salvador
On Mon, Oct 10, 2011 at 17:01, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 21:40 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 15:19, Koen Kooi k...@dominion.thruhere.net wrote: ... I'm not going to do 1), 3) is unlikely, so I want to ask if 2

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-11 Thread Otavio Salvador
On Tue, Oct 11, 2011 at 05:33, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven: On Mon, Oct 10, 2011 at 09:26, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 14:22 heeft Otavio Salvador het volgende geschreven

Re: [OE-core] [RFC][PATCH] linux-firmware: update, merge in OE classic updates, fix packaging

2011-10-11 Thread Otavio Salvador
On Tue, Oct 11, 2011 at 10:33, Koen Kooi k...@dominion.thruhere.net wrote: Op 11 okt. 2011, om 15:14 heeft Otavio Salvador het volgende geschreven: On Tue, Oct 11, 2011 at 05:33, Koen Kooi k...@dominion.thruhere.net wrote: Op 10 okt. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven

[OE-core] [PATCH 0/2] Image building related fixes

2011-10-11 Thread Otavio Salvador
The following changes since commit 473c46652951e66aae377631f4a361179d8f: Fix sysprof for powerpc64 (2011-10-10 09:54:03 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (2): image

[OE-core] [PATCH 2/2] initramfs-live-boot: make it more generic and easy to use

2011-10-11 Thread Otavio Salvador
; * don't verbosely kill udevd and mknod; * mount devtmpfs into rootfs, if available, before swithing root; Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-core/initrdscripts/files/init-live.sh | 32 --- .../initrdscripts/initramfs-live-boot_1.0.bb

[OE-core] [PATCH 2/4] initramfs-live-boot: make it more generic and easy to use

2011-10-13 Thread Otavio Salvador
; * don't verbosely kill udevd and mknod; * mount devtmpfs into rootfs, if available, before swithing root; Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-core/initrdscripts/files/init-live.sh | 32 --- .../initrdscripts/initramfs-live-boot_1.0.bb

Re: [OE-core] [oe-core 14/20] mesa-dri: introduce MACHINE_DRI_MODULES

2011-10-14 Thread Otavio Salvador
as we're passing a fixed list. We need to fix this but it shouldn't be hard. I am sorry but I didn't get what you meant. -- 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] [PATCH] mesa-dri: Enable swrast only by default and intel drivers only on IA platform

2011-10-14 Thread Otavio Salvador
' - ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http

Re: [OE-core] [PATCH] qt4: Added support for QtMobility 1.2

2011-10-14 Thread Otavio Salvador
On Fri, Oct 14, 2011 at 12:14, Dmitry Cherukhin dima...@emcraft.com wrote: On Thu, 2011-09-22 at 10:24 -0300, Otavio Salvador wrote: On Thu, Sep 22, 2011 at 10:04, Dmitry Cherukhin dima...@emcraft.com wrote: ... Upstream-Status: not-appropriate ... This and an explanation of the reasoning

Re: [OE-core] [RFC] bitbake.conf: include only ${libdir}/${BPN}/*${SOLIBS} not whole ${libdir}/${BPN}/* in FILES_${PN}-dev

2011-10-17 Thread Otavio Salvador
it seems the way to go. -- 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

[OE-core] [PATCH 0/1] Make src_distribute to work

2011-10-17 Thread Otavio Salvador
/HEAD Otavio Salvador (1): src_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten meta/classes/src_distribute.bbclass | 54 - meta/classes/src_distribute_local.bbclass | 28 --- 2 files changed, 52 insertions(+), 30 deletions

[OE-core] [PATCH 1/1] src_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten

2011-10-17 Thread Otavio Salvador
among other recipes. As 'distsrcall' task was not properly defined and noone noticed it, until now, it got renamed to 'distribute_sources_all' as it is a better and more meanful name for the task. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/src_distribute.bbclass

Re: [OE-core] [CONSOLIDATED PULL 14/16] distro-tracking: update data for some toolchain recipes

2011-10-19 Thread Otavio Salvador
when the version has been updated. If done right, when updating the version this data will be updated together. I see no change in the amount of changes. A plus of this choice is it will be more difficult to forget to update that info. This happened in last qt update for an example. -- Otavio

[OE-core] useradd class not working

2011-10-19 Thread Otavio Salvador
Hello, I am using useradd in a recipe and it needs to add a group in the rootfs at build time. This doesn't work. it seems groupadd does nothing. Has someone used or tried it? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Otavio Salvador
metadata. Richard, It makes no sense to don't accept this as it reduces delta between oe-core and meta-oe and makes easier for other people to move from oe-classic to oe-core. Once the auto-PR arrives this can be deprecated but delaying it with no ETA is no sense. -- Otavio Salvador

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-10-20 Thread Otavio Salvador
a poky release, but not an OE-core release. People, let's calm down. I think since Richard disagree about pushing this patch and more then one person disagree with Richard, TSC is the way to go. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http

Re: [OE-core] useradd class not working

2011-10-20 Thread Otavio Salvador
the group into rootfs/etc/group I do appreciate help here since I am lost right now. -- 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

Re: [OE-core] useradd class not working

2011-10-20 Thread Otavio Salvador
On Thu, Oct 20, 2011 at 15:17, Otavio Salvador ota...@ossystems.com.br wrote: On Thu, Oct 20, 2011 at 14:12, Mark Hatle mark.ha...@windriver.com wrote: ... http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb That is the recipe

[OE-core] [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

2011-10-20 Thread Otavio Salvador
Move creation of required user/groups to useradd class thus allowing use with read-only filesystems and booting the initial boot. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-core/dbus/dbus.inc | 48 +-- 1 files changed, 21

[OE-core] [PATCH 0/4] Fixes and improvements from O.S. Systems

2011-10-20 Thread Otavio Salvador
-core/tree/HEAD Otavio Salvador (4): bootimg.bbclass: add support to disable HDD image building useradd.bbclass: check if a group already exists manually base-passwd: move initial criation of group and passwd to preinst dbus: use useradd class to allow use in read-only filesystems meta

[OE-core] [PATCH 2/4] useradd.bbclass: check if a group already exists manually

2011-10-20 Thread Otavio Salvador
The use of groupadd -f makes much more difficult to figure when a group is not add. This was the case of the class not working for our usage and this being caused by the lack of '/etc/group' file but unnoticed as groupadd wasn't failing according. Signed-off-by: Otavio Salvador ota

[OE-core] [PATCH 3/4] base-passwd: move initial criation of group and passwd to preinst

2011-10-20 Thread Otavio Salvador
To allow use and manipulation of users and groups at rootfs building time, the '/etc/passwd' and '/etc/group' needs to be available as soon as possible. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../recipes-core/base-passwd/base-passwd_3.5.22.bb |4 ++-- 1 files changed, 2

[OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-20 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/bootimg.bbclass | 44 + 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index a5ba3cf..eecc2bf 100644

Re: [OE-core] [PATCH 3/4] base-passwd: move initial criation of group and passwd to preinst

2011-10-21 Thread Otavio Salvador
On Fri, Oct 21, 2011 at 04:52, Phil Blundell ph...@gnu.org wrote: On Fri, 2011-10-21 at 03:31 +, Otavio Salvador wrote: @@ -37,7 +37,7 @@ do_install () {       install -p -m 644 debian/copyright ${D}${docdir}/${BPN}/  } -pkg_postinst_${PN} () { +pkg_preinst_${PN} () {       set -e

Re: [OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-21 Thread Otavio Salvador
On Fri, Oct 21, 2011 at 04:07, Khem Raj raj.k...@gmail.com wrote: On Thu, Oct 20, 2011 at 8:31 PM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---  meta/classes/bootimg.bbclass |   44 +  1

[OE-core] [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

2011-10-21 Thread Otavio Salvador
If an image sets NOHDD = 1 the HDD image won't be build. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/bootimg.bbclass | 44 + 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta

[OE-core] [PATCH 3/4] base-passwd: move initial criation of group and passwd to preinst

2011-10-21 Thread Otavio Salvador
To allow use and manipulation of users and groups at rootfs building time, the '/etc/passwd' and '/etc/group' needs to be available as soon as possible. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- .../recipes-core/base-passwd/base-passwd_3.5.22.bb | 19 ++- 1

  1   2   3   4   5   6   7   8   9   10   >