[OE-core] [PATCH 0/1] Modify Image Descriptions

2012-04-05 Thread Beth Flanagan
Added more descriptive text to the image DESCRIPTIONS The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] Hob: Modify Image Descriptions

2012-04-05 Thread Beth Flanagan
From: Elizabeth Flanagan elizabeth.flana...@intel.com Fixes [YOCTO #2227] I've updated the image descriptions per the bug description. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- meta/recipes-core/images/core-image-core.bb|2 +-

[OE-core] [PATCH] package_ipk: don't generate Packages.filelist

2012-04-05 Thread Martin Jansa
* it works only with 'new' packages and with fixed opkg-utils it will unpack *all* packages, because filelist doesn't support 'cache' like Packages does Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/classes/package_ipk.bbclass |2 +- 1 files changed, 1 insertions(+), 1

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-04-05 Thread Samuel Stirtzel
2012/4/5 Robert Yang liezhi.y...@windriver.com: On 04/01/2012 08:00 PM, Paul Eggleton wrote: On Sunday 01 April 2012 10:31:48 Robert Yang wrote: On 04/01/2012 08:47 AM, Paul Eggleton wrote: usr/bin/icemaker: No such file or directory This is a known issue, there is an work around, it

[OE-core] [PATCH] linux-firmware: keep version string in libertas firmware

2012-04-05 Thread Stefan Herbrechtsmeier
Recent Linux kernel tries to load the libertas firmware with the version string in its name first. This results in a delayed firmware load on system boot. Keep the default libertas firmware name and add a link for older driver versions. Signed-off-by: Stefan Herbrechtsmeier

[OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-05 Thread Stefan Herbrechtsmeier
Signed-off-by: Stefan Herbrechtsmeier ste...@herbrechtsmeier.net --- meta/recipes-bsp/u-boot/u-boot.inc|2 +- meta/recipes-bsp/u-boot/u-boot_2011.03.bb |2 +- meta/recipes-bsp/u-boot/u-boot_2011.06.bb |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 0/2] Some multilib fixings

2012-04-05 Thread Lianhao Lu
This is some multilib fixings for Yocto bug #2216. The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: Saul Wold (1): self-hosted-image: Increase space for build and allow builder user sudo access are available in the git repository at:

[OE-core] [PATCH 1/2] package_ipk.bbclass: fixing muttilib prefix extracting.

2012-04-05 Thread Lianhao Lu
Fixed an error in multilib prefix extracting. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/package_ipk.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index e4a217b..b3560cf

[OE-core] [PATCH 2/2] connman: Fixed multilib support.

2012-04-05 Thread Lianhao Lu
1. Added static depends to ofono. 2. Corrected the package content of connman-test. This is part of the bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity/connman/connman.inc |3 ++- meta/recipes-connectivity/connman/connman_0.79.bb |

[OE-core] [PATCH 0/1] multilib header support for python

2012-04-05 Thread Lianhao Lu
Added multilib header support for python, so that lib32-python and python won't have conflicting file pyconfig.h. The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: Saul Wold (1): self-hosted-image: Increase space for build and allow builder user sudo access

[OE-core] [PATCH 1/1] python: multilib header support.

2012-04-05 Thread Lianhao Lu
Add intercept multilib header for pyconfig.h in python. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../python/python-2.7-manifest.inc |2 +- meta/recipes-devtools/python/python_2.7.2.bb |6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git

[OE-core] Building core-image-rt - how to specify the rt kernel

2012-04-05 Thread Darren Hart
When building core-image-rt from the oe-core recipes-rt section, T OCallaghan noticed he wasn't getting the linux-yocto-rt kernel. The problem was that he was not setting the PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt. When I prepared the recipes-rt section, I wanted to be able to

[OE-core] [PATCH 2/3] xterm: port the recipe from OE and upgrade to v278

2012-04-05 Thread Dexuan Cui
The recipe is ported from OE: http://git.openembedded.org/openembedded/tree/recipes/xorg-app/xterm_266.bb I upgraded it from v266 to v278. I added LICENSE, LIC_FILES_CHKSUM and updated SRC_URI checksums. Signed-off-by: Dexuan Cui dexuan@intel.com ---

[OE-core] [PATCH 1/3] libxaw: move it from meta-demoapps/ into meta/ and upgrade it to 1.0.10

2012-04-05 Thread Dexuan Cui
Add LICENSE and LIC_FILES_CHKSUM; Add SRC_URI checksums; Remove do_install_append since 1.0.10's Makefile has done the work. libxaw is needed by xterm. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../recipes-graphics/xorg-lib/libxaw_1.0.10.bb | 15 +++ 1 files changed,

[OE-core] [PATCH 0/3] dexuan: build appliance: install xterm into the target [Apr 6, 2012]

2012-04-05 Thread Dexuan Cui
The following changes since commit a8b5a3ed58d2a136867fc55b53443b59557c6459: self-hosted-image: use the correct location of the file sudoers (2012-04-05 12:01:31 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/self

[OE-core] [PATCH 3/3] task-self-hosted: install xterm into the target

2012-04-05 Thread Dexuan Cui
xterm is needed by the Run image functionality of the hob: See bitbake/lib/bb/ui/crumbs/builder.py's runqemu_image(). Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 2/3] xterm: port the recipe from OE and upgrade to v278

2012-04-05 Thread Paul Eggleton
On Friday 06 April 2012 00:10:12 Dexuan Cui wrote: The recipe is ported from OE: http://git.openembedded.org/openembedded/tree/recipes/xorg-app/xterm_266.bb I upgraded it from v266 to v278. I added LICENSE, LIC_FILES_CHKSUM and updated SRC_URI checksums. I think it's unfortunate we have to

Re: [OE-core] [PATCH 0/3] dexuan: build appliance: install xterm into the target [Apr 6, 2012]

2012-04-05 Thread Saul Wold
On 04/05/2012 09:10 AM, Dexuan Cui wrote: The following changes since commit a8b5a3ed58d2a136867fc55b53443b59557c6459: self-hosted-image: use the correct location of the file sudoers (2012-04-05 12:01:31 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH 1/1] self-hosted-image: decrease reserved space to 0.5%

2012-04-05 Thread Cui, Dexuan
Hi Paul, This reminds me of something slightly similar: Can we enable the -z option of genext2fs in IMAGE_CMD_ext3()? For a 40G image, this would save the building host many giga bytes, and make the conversion from .ext3 to .hdddirect faster. Thanks, -- Dexuan -Original Message- From:

Re: [OE-core] [PATCH 2/3] xterm: port the recipe from OE and upgrade to v278

2012-04-05 Thread Cui, Dexuan
Paul Eggleton wrote on 2012-04-06: On Friday 06 April 2012 00:10:12 Dexuan Cui wrote: The recipe is ported from OE: http://git.openembedded.org/openembedded/tree/recipes/xorg-app/xterm_2 66.bb I upgraded it from v266 to v278. I added LICENSE, LIC_FILES_CHKSUM and updated SRC_URI

Re: [OE-core] [PATCH 0/5] dexuan: more build appliance patches: [Apr 1, 2012]

2012-04-05 Thread Cui, Dexuan
Koen Kooi wrote on 2012-04-04: are available in the git repository at: git://git.yoctoproject.org/poky-contrib dcui/master http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan Cui (5): genext2fs: support large files and filesystems without using large amounts of

[OE-core] [PATCH 1/3] self-hosted-image: use the correct location of the file sudoers

2012-04-05 Thread Paul Eggleton
From: Dexuan Cui dexuan@intel.com Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/images/self-hosted-image.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb

[OE-core] [PATCH 0/3] Fixes for self-hosted-image v3

2012-04-05 Thread Paul Eggleton
Rebase my earlier patch and add a fix for Yocto bug #2208. Note that I have included Dexuan's fix for the sudoers file path to avoid conflicts. The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: self-hosted-image: Increase space for build and allow builder user sudo

[OE-core] [PATCH 2/3] self-hosted-image: decrease reserved space to 0.5%

2012-04-05 Thread Paul Eggleton
The default amount of reserved space for ext2/3 is 5% - this amounts to about 2GB of a 40GB filesystem that the builder user can't make use of. We don't need this much reserved so peg it back to 0.5% which should be more than enough. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 3/3] self-hosted-image: use Clearlooks theme

2012-04-05 Thread Paul Eggleton
Use a nicer theme (Clearlooks) to improve Hob's appearance in the self hosted image and fix the progress bar not changing colour when the build fails. Fixes [YOCTO #2208] Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/images/self-hosted-image.bb |6 +-

Re: [OE-core] [PATCH 1/1] python: multilib header support.

2012-04-05 Thread Martin Jansa
On Thu, Apr 05, 2012 at 11:00:34PM +0800, Lianhao Lu wrote: Add intercept multilib header for pyconfig.h in python. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../python/python-2.7-manifest.inc |2 +- meta/recipes-devtools/python/python_2.7.2.bb |6

Re: [OE-core] [PATCH 2/3] xterm: port the recipe from OE and upgrade to v278

2012-04-05 Thread Martin Jansa
On Thu, Apr 05, 2012 at 05:19:22PM +0100, Paul Eggleton wrote: On Friday 06 April 2012 00:10:12 Dexuan Cui wrote: The recipe is ported from OE: http://git.openembedded.org/openembedded/tree/recipes/xorg-app/xterm_266.bb I upgraded it from v266 to v278. I added LICENSE, LIC_FILES_CHKSUM

Re: [OE-core] [PATCH 1/3] libxaw: move it from meta-demoapps/ into meta/ and upgrade it to 1.0.10

2012-04-05 Thread Martin Jansa
On Fri, Apr 06, 2012 at 12:10:11AM +0800, Dexuan Cui wrote: Add LICENSE and LIC_FILES_CHKSUM; Add SRC_URI checksums; Remove do_install_append since 1.0.10's Makefile has done the work. This is also in meta-oe meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb as with xterm,

[OE-core] [PATCH] runqemu-internal: Add console=tty

2012-04-05 Thread Saul Wold
Adding this to the nfs to match the ext3 kernelcmdline, this re-enables keyboard input on the qemuppc. [YOCTO #2058] Thanks to Yi Zhao yi.z...@windriver.com for the initial patch suggestion Signed-off-by: Saul Wold s...@linux.intel.com --- scripts/runqemu-internal |2 +- 1 files changed, 1

[OE-core] [PATCH 0/6] Add patches to compile some modules and to skip warnings about some other

2012-04-05 Thread Andrei Gherzan
The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/pythonbug2

[OE-core] [PATCH 1/6] gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm

2012-04-05 Thread Andrei Gherzan
ndbm.h is needed by python for dbm module. This is why -enable-libgdbm-compat was added to configure. The second change is because python is looking for the gdbm headers in include/gdbm. The easiest way to solve this issue is to add symlinks in include/gdbm. [YOCTO #1937] Signed-off-by: Andrei

[OE-core] [PATCH 2/6] python: Add patch for 64bit platform

2012-04-05 Thread Andrei Gherzan
This patch was added for 64bit host machines. In the compile process python is checking if platform is a 64bit platform using sys.maxint which is the host's value. The patch fixes this issue so that python would check if TARGET machine is 64bit not the HOST machine. In this way will have dl and

[OE-core] [PATCH 3/6] python: Add patch to search for db.h in inc_dirs and remove warning

2012-04-05 Thread Andrei Gherzan
python should search for db.h in inc_dirs and not in a hardcoded path. If db.h is found but HASHVERSION is not 2 we avoid a warning by not. adding this module to missing variable. [YOCTO #1937] Signed-off-by: Andrei Gherzan and...@gherzan.ro ---

[OE-core] [PATCH 4/6] python: Add patch to avoid warning about bsddb module

2012-04-05 Thread Andrei Gherzan
_bsddb module can be built only with db version between 4.1 and 4.7. Avoid a warning by not adding this module to missing variable. [YOCTO #1937] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../python/python/avoid_warning_about_bsddb.patch | 23

[OE-core] [PATCH 5/6] python: Add patch to avoid warning about _tkinter

2012-04-05 Thread Andrei Gherzan
_tkinter module needs tk module along with tcl. tk is not yet integrated in yocto so we skip the check for this module. Avoid a warning by not adding this module to missing variable. [YOCTO #1937] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../python/avoid_warning_about_tkinter.patch

[OE-core] [PATCH 6/6] python: Add patch to avoid warning about sunaudiodev module

2012-04-05 Thread Andrei Gherzan
sunaudiodev module is sunos specific so we avoid a warning by not. adding this module to missing variable. [YOCTO #1937] Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../avoid_warning_for_sunos_specific_module.patch | 23

[OE-core] [PATCH 0/1] create-pull-request: Assume remote branch from local branch

2012-04-05 Thread Darren Hart
The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:11 +0100) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core scripts

[OE-core] [PATCH 1/1] create-pull-request: Assume remote branch from local branch

2012-04-05 Thread Darren Hart
It is common to use the same remote branch name as the local branch name. In this case, it would be nice not to have to specify the remote branch name. Make the -b argument optional and assume the remote branch is the same name as the local branch. Print a NOTE to this effect so as not to catch

Re: [OE-core] [PATCH 1/1] create-pull-request: Assume remote branch from local branch

2012-04-05 Thread Andrei Gherzan
Good idea and good work. *@g* On Fri, Apr 6, 2012 at 00:31, Darren Hart dvh...@linux.intel.com wrote: It is common to use the same remote branch name as the local branch name. In this case, it would be nice not to have to specify the remote branch name. Make the -b argument optional and

[OE-core] [PATCH] mesa-common: package gl.pc in libgl-dev

2012-04-05 Thread josh
From: Joshua Lock j...@linux.intel.com gl.pc should be packaged in libgl-dev not the mesa-dev package Fixes [YOCTO #2059] Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-graphics/mesa/mesa-common.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH V2 0/1] multilib header support for python

2012-04-05 Thread Lianhao Lu
Added multilib header support for python, so that lib32-python and python won't have conflicting file pyconfig.h. The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: Saul Wold (1): runqemu-internal: Add console=tty for qemuppc and NFS are available in the git

[OE-core] [PATCH V2 1/1] python: multilib header support.

2012-04-05 Thread Lianhao Lu
Add intercept multilib header for pyconfig.h in python. This is part of the bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../python/python-2.7-manifest.inc |2 +- meta/recipes-devtools/python/python.inc|2 +-

Re: [OE-core] [PATCH 2/2] connman: Fixed multilib support.

2012-04-05 Thread Saul Wold
On 04/05/2012 04:49 AM, Lianhao Lu wrote: 1. Added static depends to ofono. 2. Corrected the package content of connman-test. This is part of the bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lulianhao...@intel.com --- meta/recipes-connectivity/connman/connman.inc |3 ++-

Re: [OE-core] [PATCH 0/2] Some multilib fixings

2012-04-05 Thread Saul Wold
On 04/05/2012 04:49 AM, Lianhao Lu wrote: This is some multilib fixings for Yocto bug #2216. The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: Saul Wold (1): self-hosted-image: Increase space for build and allow builder user sudo access are available in

Re: [OE-core] [PATCH] gst-plugins-base: fix build of subparse plugin

2012-04-05 Thread Saul Wold
On 04/04/2012 03:28 PM, Andreas Oberritter wrote: * Fixes the following configure error by prefixing PKG_CONFIG_SYSROOT_DIR: | grep: /usr/include/gstreamer-0.10/gst/gstconfig.h: No such file or directory Signed-off-by: Andreas Oberrittero...@opendreambox.org ---

Re: [OE-core] [PATCH 0/1] Modify Image Descriptions

2012-04-05 Thread Saul Wold
On 04/05/2012 01:57 AM, Beth Flanagan wrote: Added more descriptive text to the image DESCRIPTIONS The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) are

Re: [OE-core] [PATCH] package_ipk: don't generate Packages.filelist

2012-04-05 Thread Saul Wold
On 04/05/2012 02:21 AM, Martin Jansa wrote: * it works only with 'new' packages and with fixed opkg-utils it will unpack *all* packages, because filelist doesn't support 'cache' like Packages does Signed-off-by: Martin Jansamartin.ja...@gmail.com --- meta/classes/package_ipk.bbclass |2

Re: [OE-core] [PATCH] linux-firmware: keep version string in libertas firmware

2012-04-05 Thread Saul Wold
On 04/05/2012 03:36 AM, Stefan Herbrechtsmeier wrote: Recent Linux kernel tries to load the libertas firmware with the version string in its name first. This results in a delayed firmware load on system boot. Keep the default libertas firmware name and add a link for older driver versions.

Re: [OE-core] [PATCH] u-boot: add machine name to spl image name

2012-04-05 Thread Saul Wold
On 04/05/2012 04:48 AM, Stefan Herbrechtsmeier wrote: Signed-off-by: Stefan Herbrechtsmeierste...@herbrechtsmeier.net --- meta/recipes-bsp/u-boot/u-boot.inc|2 +- meta/recipes-bsp/u-boot/u-boot_2011.03.bb |2 +- meta/recipes-bsp/u-boot/u-boot_2011.06.bb |2 +- 3 files

Re: [OE-core] [PATCH 0/3] Fixes for self-hosted-image v3

2012-04-05 Thread Saul Wold
On 04/05/2012 10:51 AM, Paul Eggleton wrote: Rebase my earlier patch and add a fix for Yocto bug #2208. Note that I have included Dexuan's fix for the sudoers file path to avoid conflicts. The following changes since commit 3e4562500956550dbae5467a5fe9289f1d32f775: self-hosted-image:

[OE-core] Do we have a package that installs the kernel headers and config into the target?

2012-04-05 Thread Cui, Dexuan
In a typical Linux distribution, there is a build link(or directory) that specifies the directory where the kernel headers and kernel config are put. E.g. in my Ubuntu 11.04, a package linux-headers-2.6.38-8-generic installs .config, include/ and Kconfig into

Re: [OE-core] [PATCH 0/6] Add patches to compile some modules and to skip warnings about some other

2012-04-05 Thread Saul Wold
On 04/05/2012 01:54 PM, Andrei Gherzan wrote: The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 2/2] connman: Fixed multilib support.

2012-04-05 Thread Lu, Lianhao
Saul Wold wrote on 2012-04-06: On 04/05/2012 04:49 AM, Lianhao Lu wrote: 1. Added static depends to ofono. 2. Corrected the package content of connman-test. This is part of the bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lulianhao...@intel.com ---

Re: [OE-core] [PATCH 1/3] libxaw: move it from meta-demoapps/ into meta/ and upgrade it to 1.0.10

2012-04-05 Thread Cui, Dexuan
Martin Jansa wrote on 2012-04-06: On Fri, Apr 06, 2012 at 12:10:11AM +0800, Dexuan Cui wrote: Add LICENSE and LIC_FILES_CHKSUM; Add SRC_URI checksums; Remove do_install_append since 1.0.10's Makefile has done the work. This is also in meta-oe

Re: [OE-core] Do we have a package that installs the kernel headers and config into the target?

2012-04-05 Thread Darren Hart
On 04/05/2012 08:20 PM, Cui, Dexuan wrote: In a typical Linux distribution, there is a build link(or directory) that specifies the directory where the kernel headers and kernel config are put. E.g. in my Ubuntu 11.04, a package linux-headers-2.6.38-8-generic installs .config, include/

Re: [OE-core] Do we have a package that installs the kernel headers and config into the target?

2012-04-05 Thread Cui, Dexuan
Darren Hart wrote on 2012-04-06: On 04/05/2012 08:20 PM, Cui, Dexuan wrote: In a typical Linux distribution, there is a build link(or directory) that specifies the directory where the kernel headers and kernel config are put. E.g. in my Ubuntu 11.04, a package linux-headers-2.6.38-8-generic