Re: [OE-core] [Oe-core][PATCH 3/3] archiver_configure.bbclass: configure the content for archiving package

2012-03-12 Thread Xiaofeng Yan
On 2012年03月13日 02:58, Mark Hatle wrote: A few quick comments to match up with the patch 2/3 comments.. On 3/3/12 4:54 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan This is configuration file to point to what content a archive package should include in the different stage of task by pointing to d

Re: [OE-core] [PATCH 0/3] ncurses library location fix

2012-03-12 Thread Scott Garman
On 03/12/2012 07:08 PM, Scott Garman wrote: Hello, This pull request improves the way ncurses libraries are installed, moving only libncurses, libncursesw, and libtinfo soname libs into base_libdir, and leaving everything else in libdir. This is how ncurses is packaged on my Ubuntu host, and doi

[OE-core] [PATCH 1/1] package.bbclass: create debugsources.list if it doesn't exist

2012-03-12 Thread Robert Yang
Serval pkg's debug pkg is null, so the find-debuginfo.sh would not generate the ${WORKDIR}/debugsources.list, but the processdebugsrc always need it, there are a few such errors currently:(53 pkgs have such errors in a core-image-sato build): log.do_package:sort: open failed: debugsources.list: No

[OE-core] [PATCH 0/1] package.bbclass: create debugsources.list if it doesn't exist

2012-03-12 Thread Robert Yang
The testing information: # Take MACHINE=qemux86 as example: 1) $ bitbake core-image-sato 2) $ find tmp/work/i586-poky-linux/ -maxdepth 3 -name 'log.do*' -exec \ grep -H 'debugsources.list: No such file or directory' {} \; # There should be no output(more than 100 lines without this patc

[OE-core] [PATCH 1/3] path.py: add make_relative_symlink method

2012-03-12 Thread Scott Garman
This method allows you to convert an absolute symlink into a relative one. Signed-off-by: Scott Garman --- meta/lib/oe/path.py | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/path.py b/meta/lib/oe/path.py index 683b097..1fdfa87 1006

[OE-core] [PATCH 0/3] ncurses library location fix

2012-03-12 Thread Scott Garman
Hello, This pull request improves the way ncurses libraries are installed, moving only libncurses, libncursesw, and libtinfo soname libs into base_libdir, and leaving everything else in libdir. This is how ncurses is packaged on my Ubuntu host, and doing things this way fixes bug #2070 so ncurses

[OE-core] [PATCH 2/3] ncurses: move only libncurses and libtinfo to base_libdir

2012-03-12 Thread Scott Garman
The previous approach to moving the ncurses libraries to base_libdir was too aggressive, and it broke curses support in python. Instead, move only libncurses, libncursesw, and libtinfo to base_libdir and leave the remaining libraries in libdir. Also delete ${libdir}/terminfo as it never gets pack

[OE-core] [PATCH 3/3] gettext: do not set libncurses prefix explicitly

2012-03-12 Thread Scott Garman
The --with-libncurses-prefix configure option was added before this recipe had ncurses in DEPENDS, so it should be safe to remove it. Signed-off-by: Scott Garman --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/meta/re

[OE-core] Linux Foundation Collaboration Summit April 3-5 San Francisco

2012-03-12 Thread Jeff Osier-Mixon
The Linux Foundation is holding their annual Collaboration Summit in San Francisco April 3-5. This is a free, invitation-only event that is set up as a place for Linux Foundation workgroups to collaborate. This year the Yocto Project will host a day-long working session on Wednesday, April 4, outli

[OE-core] [PATCH 17/17] xserver-xorg: Remove unneeded empty directory, fixing QA warning

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../xorg-xserver/xserver-xorg-common.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc index 300704a..

[OE-core] [PATCH 14/17] bluez4: Ensure the plugins directory is packaged to avoid warnings

2012-03-12 Thread Richard Purdie
This makes sense in this case even if its empty since this package is the correct owner for it. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez4_4.98.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/bluez/bluez4_4.98.b

[OE-core] [PATCH 16/17] python-pycairo: Fix incorrect versions in license field

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../python/python-pycairo_1.10.0.bb|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb index 7d1b6c1..dc009b3 10

[OE-core] [PATCH 15/17] rpm: Add rpmdeps-oecore to appropriate package

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.0.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index eeca823..2441380 100644 --- a/meta/recipes-devtools/rpm/rpm_5.

[OE-core] [PATCH 11/17] perl: Clarify LICENSE with versions. Yes, its really GPLv1

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl_5.14.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb index a0c34a3..92ca9b8 100644 --- a/meta/recipes-devtools/

[OE-core] [PATCH 13/17] qemu-config: Clarify license as GPLv2

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-bsp/qemu-config/qemu-config.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index 62f4700..56ee465 100644 --- a/meta/recipes-bsp

[OE-core] [PATCH 12/17] license.bbclass: Add mapping for LGPLv2.0, pango uses it

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/classes/license.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 3de704f..3126318 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @

[OE-core] [PATCH 10/17] shadow: Correct license Artistic -> Artistic-1.0

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../shadow/shadow-native_4.1.4.3.bb|4 ++-- .../shadow/shadow-sysroot_4.1.4.3.bb |4 ++-- meta/recipes-extended/shadow/shadow_4.1.4.3.bb |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/rec

[OE-core] [PATCH 00/17] Various warning fixes

2012-03-12 Thread Richard Purdie
The following changes since commit f47ada62a3da879006e7cb27479dc9b72c56e923: cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH (2012-03-12 17:46:16 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib rpurdie/t7 http://git.pokylinux.org/cgit.cgi/poky-co

[OE-core] [PATCH 09/17] boost: Correct license name BSL-1 -> BSL-1.0

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-support/boost/boost.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index c15a04c..d70a7e2 100644 --- a/meta/recipes-support/boost/boost.inc

[OE-core] [PATCH 07/17] gtk-doc: Clarify license as GPLv2

2012-03-12 Thread Richard Purdie
The .m4 file has no details but the upstream project is clearly GPLv2 so update the LICENSE file to match. Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk-doc/gtk-doc.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc.bb b/me

[OE-core] [PATCH 05/17] matchbox-session: Clarify LICENSE as GPLv2

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../matchbox-session/matchbox-session_0.1.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb index d

[OE-core] [PATCH 08/17] gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gnome-doc-utils.inc |2 +- meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gno

[OE-core] [PATCH 04/17] librsvg: Fix unpackaged directory warnings

2012-03-12 Thread Richard Purdie
This patch fixes the QA warnings: WARNING: For recipe librsvg, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gtk-3.0 WARNING: /usr/lib/gtk-3.0/engines Signed-off-by: Richard Purdie --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |7 ++

[OE-core] [PATCH 02/17] xf86-input-vmmouse: Package unpackaged files

2012-03-12 Thread Richard Purdie
This addresses the QA warnings: WARNING: For recipe xf86-input-vmmouse, the following files/directories were installed but not shipped in any package: WARNING: /lib WARNING: /lib/udev WARNING: /lib/udev/rules.d WARNING: /lib/udev/rules.d/69-xorg-vmmouse.rules WARNING: /usr/share/X11 WAR

[OE-core] [PATCH 01/17] leafpad: Package currently unpackaged files.

2012-03-12 Thread Richard Purdie
This resolves the QA warning: WARNING: For recipe leafpad, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/icons WARNING: /usr/share/icons/hicolor WARNING: /usr/share/icons/hicolor/16x16 WARNING: /usr/share/icons/hicolor/22x22 WARNING:

[OE-core] [PATCH 03/17] sato-screenshot: Remove unneeded .la file

2012-03-12 Thread Richard Purdie
This resolves the QA warning: WARNING: For recipe sato-screenshot, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/matchbox-panel/libscreenshot.la Signed-off-by: Richard Purdie --- .../sato-screenshot/sato-screenshot_git.bb |6

[OE-core] [PATCH 06/17] wireless-tools: Clarify LICENSE field to avoid warnings

2012-03-12 Thread Richard Purdie
The source is unclear which version of the license applies. Since BSD is listed, we have plenty of choice so lets pick some versions. Most people would pick BSD out of the three anyway. Signed-off-by: Richard Purdie --- .../wireless-tools/wireless-tools_29.bb|4 ++-- 1 files chan

Re: [OE-core] [OE-Core] [PATCH 1/5] Split xcb-util into separate packages.

2012-03-12 Thread Saul Wold
On 03/10/2012 07:49 AM, Marko Katić wrote: xcb-util was split into separate packages during the 0.3.6 -> 0.3.8 transition. Change xcb-util.inc to reflect that. diff --git a/meta/recipes-graphics/xcb/xcb-util.inc b/meta/recipes-graphics/xcb/xcb-util.inc index cd9923d..5e77a22 100644 --- a/meta/

Re: [OE-core] Icon problems with Sato theme

2012-03-12 Thread Gary Thomas
On 2012-03-12 16:40, Marko Katić wrote: Similar things have happened to me. I tried to run oe-core built gtk 2.16 and pcmanfm on an ARM machine and pcmanfm would segfault if it didn't find the icon it wanted. I vaguely remember similar things happening with other gtk apps, Abiword 2.8.6 comes t

Re: [OE-core] [RFC] keymaps and kernel version

2012-03-12 Thread Andrea Adami
On Mon, Mar 5, 2012 at 2:16 PM, Koen Kooi wrote: > > Op 5 mrt. 2012, om 14:12 heeft Andrea Adami het volgende geschreven: > >> On Sun, Mar 4, 2012 at 12:40 AM, Andrea Adami wrote: >>> Hi, >>> while testing some new kernels I found out a broken keymap. >>> After short research I could identify the

Re: [OE-core] Icon problems with Sato theme

2012-03-12 Thread Marko Katić
Similar things have happened to me. I tried to run oe-core built gtk 2.16 and pcmanfm on an ARM machine and pcmanfm would segfault if it didn't find the icon it wanted. I vaguely remember similar things happening with other gtk apps, Abiword 2.8.6 comes to mind... This may be an issue with gdk-pix

Re: [OE-core] [PATCHv2] bluez4: add dependency on libcheck to enable test modules

2012-03-12 Thread Paul Menzel
Am Montag, den 12.03.2012, 10:43 -0700 schrieb Saul Wold: > On 03/07/2012 04:32 AM, Chase Maupin wrote: > > * The later versions of bluez such as 4.98 require libcheck > >in order to build the test packages as enabled by the > >--enable-test option passed in EXTRA_OECONF. > > * Failure to h

[OE-core] [PATCH] gettext: Set the LICENSE field to GPLv3

2012-03-12 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb index 3c65dca..53e7e4e 100644 --- a/meta/recipes-core

[OE-core] Icon problems with Sato theme

2012-03-12 Thread Gary Thomas
Note: This problem was originally sent to the Poky list, but it's not Poky specific (I've verified it happens with other oe-core based setups) I'm trying to run the midori browser on my Poky based system. I have an image which is based on core-image-sato. I imported the midori recipe from OE an

Re: [OE-core] Consistency and use cases for IMAGE_FSTYPES

2012-03-12 Thread Denys Dmytriyenko
On Sat, Mar 10, 2012 at 07:29:20AM +0100, Koen Kooi wrote: > > Op 9 mrt. 2012, om 22:39 heeft Tom Rini het volgende geschreven: > > > Hey all, > > > > Over in meta-ti I kicked off a discussion > > (https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html) > > about if we should be

[OE-core] [PATCH 5/5] python, python-native: bump PR

2012-03-12 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/python/python.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 3e970a7..aaf11ac 100644 --- a/meta/recipes-devtools/pyth

[OE-core] [PATCH 1/5] python, python-native: always set platform to linux2

2012-03-12 Thread Andreas Oberritter
* Fixes many problems with linux2 vs. linux3. At least: - Detected version was from build-host instead of target-host. - linuxaudiodev and ossaudiodev were disabled for linux3. - Files were missing in /usr/lib/python2.7/plat-linux3. * Imported from upstream HG rev c816479f6aaf * Bugtracker UR

[OE-core] [PATCH 2/5] python: regenerate plat-linux2/*.py

2012-03-12 Thread Andreas Oberritter
* If plat-linux2/DLFCN.py was present, python was broken in our image, i.e. it was unable to load many modules. This was due to changed RTLD_* constants in dlfcn.h * Python includes a script, plat-linux2/regen, to regenerate the py source codes in this directory. * Do what plat-linux2/regen w

[OE-core] [PATCH 0/5] Python related patches

2012-03-12 Thread Andreas Oberritter
This set of patches obsoletes all my pending python-related patches. See the individual patches for detailed descriptions. All patches were runtime-tested on mips32el. Andreas Oberritter (5): python, python-native: always set platform to linux2 python: regenerate plat-linux2/*.py python: de

[OE-core] [PATCH 4/5] python-native: distutils: don't use libdir, remove dead code path

2012-03-12 Thread Andreas Oberritter
* Coming from OE-classic it was surprising that python-native now requires 'libdir' to be exported. Otherwise autoconf would fail to detect python libraries. This happend using a customized environment setup script to use OE's compiler and libs without bitbake. * Use STAGING_LIBDIR instead

[OE-core] [PATCH 3/5] python: depend on bzip2

2012-03-12 Thread Andreas Oberritter
* Python auto-detects libbz2 and there's no way to force-disable it, so just enable it. * Adds bz2 support to python-compression. Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/python/python_2.7.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/re

Re: [OE-core] [PATCH] xz: split out liblzma as seperate packages

2012-03-12 Thread Saul Wold
On 03/06/2012 04:03 AM, Koen Kooi wrote: As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle Signed-off-by: Koen Kooi --- meta/recipes-extended/xz/xz_5.0.3.bb |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --gi

Re: [OE-core] [PATCH 0/4] Fixes for multilib and VTE, Mar 6, 2012

2012-03-12 Thread Saul Wold
On 03/05/2012 11:23 PM, edwin.z...@intel.com wrote: From: Zhai Edwin RP, 2 fixes for multilib. 1 for VTE, which just revert a simple commit after last VTE upgrade. Although doesn't hit the root cause, it fix the end user experience issue and is more light-weight than reverting whole VTE upgrade.

Re: [OE-core] [PATCH] mime.bbclass: Fix bracket error.

2012-03-12 Thread Saul Wold
On 03/06/2012 01:47 AM, Samuel Stirtzel wrote: This fixes the following error: ERROR: Error executing a python function in ...: AttributeError: 'str' object has no attribute 'append' ERROR: The stack trace of python calls that resulted in this exception/failure was: ERROR: File "populate_pac

Re: [OE-core] [PATCH] gcc: Upgrade to 4.6.3 release

2012-03-12 Thread Saul Wold
On 03/04/2012 10:21 PM, Khem Raj wrote: core-image-sato/core-image-minimal builds and boots on all qemu machines Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.inc |9 +- .../GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch | 32 +++--- .../gcc/gcc-4.6/gcc-fla

Re: [OE-core] [PATCH] psplash: Add mising commands module import.

2012-03-12 Thread Saul Wold
On 03/05/2012 02:31 PM, Peter Tworek wrote: Python commands module is used in the recipe, but never imported. This leads to build errors like: NameError: global name 'commands' is not defined ERROR: The stack trace of python calls that resulted in this exception/failure was: ERROR: File "do_

Re: [OE-core] [PATCH 0/1] Allow rotate log across filesystems

2012-03-12 Thread Saul Wold
On 03/05/2012 06:17 AM, Robert Yang wrote: This patch is based on oe-core, and the pull request is on poky-contrib The testing summary: 1) Add the olddir to logrotate.conf, and the olddir should have a different mount point of the current log directory. 2) Run "logrotate -f /path/to/logrota

Re: [OE-core] [OE-Core] [PATCH 1/5] Split xcb-util into separate packages.

2012-03-12 Thread Saul Wold
On 03/10/2012 07:49 AM, Marko Katić wrote: xcb-util was split into separate packages during the 0.3.6 -> 0.3.8 transition. Change xcb-util.inc to reflect that. This patch series looks OK, but the comment need refining. First it's best to have correctly Subjects that list the file or recipe ar

Re: [OE-core] [PATCH 1/1] formfactor: use full path to fbset

2012-03-12 Thread Khem Raj
On Mon, Mar 12, 2012 at 10:53 AM, Paul Eggleton wrote: > I guess our default is to not include /sbin and /usr/sbin in > PATH for non-root users. OK true. I get it now ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://li

Re: [OE-core] [PATCH][resend] python-native: distutils: don't use libdir, remove dead code path

2012-03-12 Thread Andreas Oberritter
On 12.03.2012 18:58, Saul Wold wrote: > On 03/07/2012 01:07 PM, Andreas Oberritter wrote: >> * Coming from OE-classic it was surprising that python-native now >>requires 'libdir' to be exported. Otherwise autoconf would fail >>to detect python libraries. This happend using a customized >>

Re: [OE-core] [Oe-core][PATCH 3/3] archiver_configure.bbclass: configure the content for archiving package

2012-03-12 Thread Mark Hatle
A few quick comments to match up with the patch 2/3 comments.. On 3/3/12 4:54 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan This is configuration file to point to what content a archive package should include in the different stage of task by pointing to different variable and stage. [YOCTO #197

Re: [OE-core] [PATCH 2/3] archiver.bbclass: archive sources, patches, logs to tarball

2012-03-12 Thread Mark Hatle
Apologies for the very late review... see comments below. All in all it looks good. But I have not applied it and tried it yet. On 3/3/12 4:54 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Support the following functions in this bbclass: 1 Archive sources in ${S} in the different stage to tar

Re: [OE-core] [PATCH][resend] python-native: distutils: don't use libdir, remove dead code path

2012-03-12 Thread Saul Wold
On 03/07/2012 01:07 PM, Andreas Oberritter wrote: * Coming from OE-classic it was surprising that python-native now requires 'libdir' to be exported. Otherwise autoconf would fail to detect python libraries. This happend using a customized environment setup script to use OE's compiler an

Re: [OE-core] [PATCH 1/1] formfactor: use full path to fbset

2012-03-12 Thread Paul Eggleton
On Tuesday 06 March 2012 18:14:52 Khem Raj wrote: > On 03/06/2012 03:55 PM, Paul Eggleton wrote: > > When using rootless X, /usr/sbin is not in PATH and thus running "fbset" > > will fail; so specify /usr/sbin/fbset instead. > > just curious why is /usr/sbin omitted from PATH ? With the rootless

Re: [OE-core] [PATCHv2] bluez4: add dependency on libcheck to enable test modules

2012-03-12 Thread Saul Wold
On 03/07/2012 04:32 AM, Chase Maupin wrote: * The later versions of bluez such as 4.98 require libcheck in order to build the test packages as enabled by the --enable-test option passed in EXTRA_OECONF. * Failure to have the libcheck package availalbe results in the configure script igno

Re: [OE-core] [PATCH 0/1] Formfactor fix

2012-03-12 Thread Saul Wold
On 03/06/2012 03:55 PM, Paul Eggleton wrote: The following change since commit d7b8c247227f3cc82f92292407f548927e9fde78: base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05 13:03:41 -0800) is available in the git repository at: git://git.openembedded.org/openembedd

Re: [OE-core] [PATCH 1/1] adt-installer: Corrected wrong environment file names.

2012-03-12 Thread Saul Wold
On 03/06/2012 06:06 PM, Lianhao Lu wrote: [YOCTO #2055] 1. Corrected the wrong environment file name for powerpc. 2. Removed unnecessary variables in adt_installer.conf. Signed-off-by: Lianhao Lu --- .../adt-installer/scripts/adt_installer_internal |2 ++ .../installer/adt-installer_1.

Re: [OE-core] [PATCH 1/1] cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH

2012-03-12 Thread Otavio Salvador
Acked-by: Otavio Salvador On Mon, Mar 12, 2012 at 13:28, wrote: > From: Nitin A Kamble > > Some libraries like libcrypto.so are installed at base_libdir > instead of libdir. So add the base_libdir to CMAKE_LIBRARY_PATH > so that these libraries can be found correctly. > > This resolves an issu

[OE-core] [PATCH 1/1] cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH

2012-03-12 Thread nitin . a . kamble
From: Nitin A Kamble Some libraries like libcrypto.so are installed at base_libdir instead of libdir. So add the base_libdir to CMAKE_LIBRARY_PATH so that these libraries can be found correctly. This resolves an issues with libzypp, which was not finding the libcrypo library correctly in an x32

[OE-core] [PATCH 0/1] a bugfix for cmake.bblcass

2012-03-12 Thread nitin . a . kamble
From: Nitin A Kamble The following changes since commit c27b7aab3c37f182bf9acc5d459185f32fb195d0: codeparser: Call intern over the set contents for better cache performance (2012-03-12 15:52:33 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/work

Re: [OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-03-12 Thread Andreas Oberritter
On 12.03.2012 16:53, Richard Purdie wrote: > On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote: >> On 3/9/12 8:15 PM, Andreas Oberritter wrote: >>> * Explicitly set umask to 022. Otherwise the build system's >>>umask leaks into the image. >> >> I'm surprised that do_package_ipk[umask] didn't

Re: [OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-03-12 Thread Richard Purdie
On Mon, 2012-03-12 at 10:29 -0500, Mark Hatle wrote: > On 3/9/12 8:15 PM, Andreas Oberritter wrote: > > * Explicitly set umask to 022. Otherwise the build system's > >umask leaks into the image. > > I'm surprised that do_package_ipk[umask] didn't work. Perhaps its the way > it's > being inv

Re: [OE-core] [PATCH] package_ipk: apply umask to control and conffiles

2012-03-12 Thread Mark Hatle
On 3/9/12 8:15 PM, Andreas Oberritter wrote: * Explicitly set umask to 022. Otherwise the build system's umask leaks into the image. I'm surprised that do_package_ipk[umask] didn't work. Perhaps its the way it's being invoked that is the issue. (If bitbake doesn't run it, but something el

[OE-core] [PATCH 2/2] xorg-xserver: Explictly disable dtrace, its not in DEPENDS

2012-03-12 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../xorg-xserver/xserver-xorg-1.11.2.inc |2 +- .../xorg-xserver/xserver-xorg-common.inc |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc b/meta/recipes-gr

[OE-core] [PATCH 1/2] mesa-dri-glsl-native: Avoid error when running configure a second time

2012-03-12 Thread Richard Purdie
This avoids the error: ln: creating symbolic link `/media/data1/build1/poky/build/tmp/work/x86_64-linux/mesa-dri-glsl-native-7.11-r0/Mesa-7.11/src/glsl//../../configs/current': File exists Signed-off-by: Richard Purdie --- .../mesa/mesa-dri-glsl-native_7.11.bb |2 +- 1 files

[OE-core] building multiple kernel and module packages for the same MACHINE

2012-03-12 Thread James Limbouris
Hi, I need to have multiple kernels built for a particular piece of hardware, to be packaged within several different images. I understand that in oe-core, there is a single kernel provider, and the kernel it builds is staged into the machine sysroot so that external kernel modules can be built