Re: [yocto] How to exclude QT Debug libraries from image

2014-02-09 Thread Paul Eggleton
Hi Brad, On Sunday 09 February 2014 01:44:26 Brad Litterell wrote: I have a package bar that uses qt4-embedded (inherit qt4e). When I include the dbg package for my stuff (bar-dbg) in the image, I also get several hundred MB of QT related debug files that I'm not interested in. All I want

[yocto] RDEPENDS

2014-02-09 Thread ratheesh kannoth
I am trying to add a package X.Package X depends on packages A . When i was configuring X , i have given include path of A and library path of A. because X is dynamically linked to libA. X.bb -- do_configure() { cd ${S} ./configure -I ../../A/include -L ../../A/src/.libs } I

[yocto] [Package Report System]Upgrade recipes name list

2014-02-09 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

[yocto] [Package Report System]Manual check recipes name list

2014-02-09 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

[yocto] [meta-selinux][PATCH 0/1] refpolicy: allow dhclient to bind unreserved_port_t socket

2014-02-09 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The following changes since commit 1326632edaa334b24c18c79815eb19559b86: refpolicy: Allow ping to get/set capabilities (2014-01-28 16:41:59 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/refpolicy-dhclient

[yocto] [PATCH 1/1] refpolicy: allow dhclient to bind unreserved_port_t socket.

2014-02-09 Thread rongqing.li
From: Roy Li rongqing...@windriver.com once dhclient enables dns support, it binds anyone port which is not reserved. Signed-off-by: Roy Li rongqing...@windriver.com --- .../poky-policy-allows-dhclient-to-bind.patch | 43 .../refpolicy/refpolicy_2.20130424.inc

Re: [yocto] [meta-selinux][PATCH 0/1] refpolicy: allow dhclient to bind unreserved_port_t socket

2014-02-09 Thread Rongqing Li
Please drop this one, I find the fix has been in upstream, and will backport it. On 02/10/2014 10:28 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com The following changes since commit 1326632edaa334b24c18c79815eb19559b86: refpolicy: Allow ping to get/set

Re: [yocto] [OE-core] [RFT] eglibc 2.19

2014-02-09 Thread Nathan Rossi
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Sunday, February 09, 2014 2:08 AM To: Patches and discussions about the oe-core layer; openembeded-devel;

[yocto] [PATCH 1/1] refpolicy: backport two patches to fix dhclient, hostname and ifconfig

2014-02-09 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- ...-not-audit-attempts-by-hostname-to-read-a.patch | 59 ...dhcpc-binds-socket-to-random-high-udp-por.patch | 41 ++ .../refpolicy/refpolicy_2.20130424.inc

[yocto] [meta-selinux][PATCH 0/1] refpolicy: backport two patches

2014-02-09 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The following changes since commit 1326632edaa334b24c18c79815eb19559b86: refpolicy: Allow ping to get/set capabilities (2014-01-28 16:41:59 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [yocto] [OE-core] [RFT] eglibc 2.19

2014-02-09 Thread Khem Raj
On Sun, Feb 9, 2014 at 9:32 PM, Nathan Rossi nathan.ro...@xilinx.com wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Sunday, February 09, 2014 2:08 AM To: Patches

[yocto] [PATCH 0/1] refpolicy: allow portmap to create portmap_t type socket

2014-02-09 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The following changes since commit e8092ae5cbe4e19cc086fed51216d45dafae900e: refpolicy: backport two patches to fix dhclient, hostname and ifconfig (2014-02-10 11:07:23 +0800) are available in the git repository at:

[linux-yocto] [PATCH 0/1] meta: valleyisland-io: remove PCI mode configurations from cfg files

2014-02-09 Thread rebecca . swee . fun . chang
From: Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi, This is a pull request for an update on valleyisland-io cfg files. Valley Island LPSS devices are supporting both ACPI and PCI mode enumeration. In order for users to easily enable ACPI mode enumeration, we moved the PCI mode

[linux-yocto] [PATCH 1/1] meta: valleyisland-io: remove PCI mode LPSS device config

2014-02-09 Thread rebecca . swee . fun . chang
From: Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Remove PCI mode LPSS deivce configurations. These configurations are moved into a patch in recipe layer in order for Valley Island LPSS devices to support both ACPI mode and PCI mode enumeration. Signed-off-by: Chang, Rebecca Swee