[OE-core] [PATCH 1/1] linux-firmware: Package Marvell pci8897 and usb8897 firmware

2015-10-26 Thread Hongxu Jia
From: Ng Wei Tee Signed-off-by: Ng Shui Lei Signed-off-by: Ng Wei Tee Signed-off-by: Armin Kuster Cherry pick from OE-Core(dizzy) rev: 86106da1068ec802ec9e1dd7bcdd9baf78182cb7 Signed-off-by: Hongxu Jia --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 15 ++- 1 file

[OE-core] [PATCH 0/1] linux-firmware: Package Marvell pci8897 and usb8897 firmware

2015-10-26 Thread Hongxu Jia
The following changes since commit 505a82673ac2487df5ea343a6422c2fc47018831: build-appliance-image: Update to jethro head revision (2015-10-21 23:13:11 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/linux-firmware http://git.pokylinux.org/cgit.c

[OE-core] [PATCH] python-smartpm: define LOCKED_KEEP to avoid running error

2015-10-26 Thread Bian Naimeng
LOCKED_KEEP is undefined, so the following error will be caught. /usr/lib/python2.7/site-packages/smart/transaction.py", line 1230, in run locked[pkg] = (LOCKED_KEEP, None) NameError: global name 'LOCKED_KEEP' is not defined Signed-off-by: Bian Naimeng --- .../python-smartpm/smart-defin

Re: [OE-core] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
On 10/26/15 11:45 AM, Mark Hatle wrote: > On 10/26/15 11:10 AM, Phil Blundell wrote: >> [Cc list trimmed] >> >> On Mon, 2015-10-26 at 09:28 -0500, Mark Hatle wrote: >>> As you can see, pretty much everything is currently broken and I'm >>> struggling to >>> find community people with the right skil

[OE-core] [PATCH] acpid: Upgrade to 2.0.25

2015-10-26 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- meta/recipes-bsp/acpid/{acpid_2.0.23.bb => acpid_2.0.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/acpid/{acpid_2.0.23.bb => acpid_2.0.25.bb} (55%) diff --git a/meta/recipes-bsp/acpid/acpid_2.0.23.bb b/meta/recipes-bsp/

[OE-core] [PATCH] acpid: Upgrade to 2.0.25

2015-10-26 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- meta/recipes-bsp/acpid/acpid_2.0.23.bb | 7 --- meta/recipes-bsp/acpid/acpid_2.0.25.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-bsp/acpid/acpid_2.0.23.bb create mode 100644 meta/recipes-bsp/acpid/acpid_2.0.

Re: [OE-core] [jethro/master][PATCH 1/1] local.conf.sample: Disable image-prelink by default

2015-10-26 Thread Mark Hatle
On 10/26/15 2:56 PM, Martin Jansa wrote: > On Mon, Oct 26, 2015 at 02:18:12PM -0500, Mark Hatle wrote: >> On 10/26/15 1:15 PM, Martin Jansa wrote: >>> On Mon, Oct 26, 2015 at 10:30:54AM -0500, Mark Hatle wrote: Due to problems with the prelinker itself, we need to disable the image-prelin

Re: [OE-core] State of bitbake world, Failed tasks 2015-10-26

2015-10-26 Thread Andreas Müller
On Mon, Oct 26, 2015 at 9:47 PM, Martin Jansa wrote: > === common (2) === > * /meta-openembedded/meta-oe/recipes-graphics/gerbil/gerbil_git.bb, > do_compile > * /openembedded-core/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb, > do_compile ^ Hope I find time for this one. What DISTRO f

Re: [OE-core] [PATCH v2] busybox: add virtual reference instead

2015-10-26 Thread Joya Cruz, Alejandro
Any comments on this? On mié, 2015-10-21 at 10:42 -0500, Alejandro Joya wrote: > These recipes have a hardcoded dependency to busybox, > in order to be able to have a flexible selection, > instead of the hardcoded dependency, now it is point to virtual reference > base-utils. > > Signed-off-by:

Re: [OE-core] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
On 10/26/15 4:18 PM, Phil Blundell wrote: > On Mon, 2015-10-26 at 11:55 -0500, Mark Hatle wrote: >> -last- time I got concrete numbers on a complex boot process. It was on the >> order of 1-5% boot time.. and a fairly large number of pages saved.. (which >> reduced fragmentation as well as saved m

Re: [OE-core] Prelink problems -- need help!

2015-10-26 Thread Phil Blundell
On Mon, 2015-10-26 at 11:55 -0500, Mark Hatle wrote: > -last- time I got concrete numbers on a complex boot process. It was on the > order of 1-5% boot time.. and a fairly large number of pages saved.. (which > reduced fragmentation as well as saved memory.) I'm slightly surprised at the 5% figur

[OE-core] State of bitbake world, Failed tasks 2015-10-26

2015-10-26 Thread Martin Jansa
== Tested changes (not included in master yet) - bitbake == 0bae8ca world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == 1f28971 Revert "mesa: upgrade llvm to 3.5" a40dd51 mesa: upgrade llvm to 3.5 c10965d feature-arm-vfp.inc: add -mfpu=vfpv4 when vfp

Re: [OE-core] [jethro/master][PATCH 1/1] local.conf.sample: Disable image-prelink by default

2015-10-26 Thread Martin Jansa
On Mon, Oct 26, 2015 at 02:18:12PM -0500, Mark Hatle wrote: > On 10/26/15 1:15 PM, Martin Jansa wrote: > > On Mon, Oct 26, 2015 at 10:30:54AM -0500, Mark Hatle wrote: > >> Due to problems with the prelinker itself, we need to disable the > >> image-prelink by default. This will hopefully be re-ena

Re: [OE-core] [jethro/master][PATCH 1/1] local.conf.sample: Disable image-prelink by default

2015-10-26 Thread Mark Hatle
On 10/26/15 1:15 PM, Martin Jansa wrote: > On Mon, Oct 26, 2015 at 10:30:54AM -0500, Mark Hatle wrote: >> Due to problems with the prelinker itself, we need to disable the >> image-prelink by default. This will hopefully be re-enabled in the near >> future. > > Acked-by: Martin Jansa > > We had

Re: [OE-core] Problem with RDEPENDS in multimachine builds for allarch packages

2015-10-26 Thread Martin Jansa
On Mon, Oct 26, 2015 at 05:26:50PM +0100, Sergey 'Jin' Bostandzhyan wrote: > On Mon, Oct 26, 2015 at 09:13:22AM -0700, Christopher Larson wrote: > > Afaik the most likely cause is your rdepends isn't allarch, so is being > > rebuilt > > for the new machine, which causes yours to be rebuilt since i

Re: [OE-core] [jethro/master][PATCH 1/1] local.conf.sample: Disable image-prelink by default

2015-10-26 Thread Martin Jansa
On Mon, Oct 26, 2015 at 10:30:54AM -0500, Mark Hatle wrote: > Due to problems with the prelinker itself, we need to disable the > image-prelink by default. This will hopefully be re-enabled in the near > future. Acked-by: Martin Jansa We had to disable it in our builds back in Dylan days. Rega

Re: [OE-core] [PATCH 5/6] linux-yocto: skip kernel meta data branches when finding machine branch

2015-10-26 Thread Saul Wold
On Fri, 2015-10-23 at 16:18 -0400, Bruce Ashfield wrote: > Before the fetcher validated the specified SRCREV was reachable on a > specified branch, linux-yocto style kernel's were comparing the value > of KBRANCH and branch on the SRC_URI and then allowing a SRC_URI > specified branch to override K

Re: [OE-core] [PATCH v3] rpcbind: handle rpcbind options

2015-10-26 Thread Burton, Ross
On 16 October 2015 at 07:36, wenzong fan wrote: > Ping again ... > Can the commit log please explain what is actually happening, instead of "handle options". I shouldn't have to read rpcbind documentation to understand that -w means "warm start" and as such is only meant for restarting, not sta

Re: [OE-core] [PATCH 3/7] gstreamer1.0-plugins-good: upgrade to version 1.6.0

2015-10-26 Thread Burton, Ross
On 27 September 2015 at 22:48, Carlos Rafael Giani wrote: > -X11ENABLEOPTS = "--enable-x --enable-xshm" > -X11DISABLEOPTS = "--disable-x --disable-xshm" > +X11ENABLEOPTS = "--enable-x" > +X11DISABLEOPTS = "--disable-x" > PACKAGECONFIG[x11]= > "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPE

Re: [OE-core] [PATCH 4/7] gstreamer1.0-plugins-bad: upgrade to version 1.6.0

2015-10-26 Thread Burton, Ross
Hi Carlos, On 27 September 2015 at 22:48, Carlos Rafael Giani wrote: > 0001-gl-do-not-check-for-GL-GLU-EGL-GLES2-libs-if-disable.patch is now > in upstream, and therefore not needed as a separate patch anymore. > > Signed-off-by: Carlos Rafael Giani > I started looking for pieces to queue for

Re: [OE-core] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
On 10/26/15 11:50 AM, Phil Blundell wrote: > On Mon, 2015-10-26 at 11:45 -0500, Mark Hatle wrote: >> >> >> While some of the modern hashing techniques and such do improve run >> -time dynamic >> link performance, there is still a hit that we must take. For >> devices that need >> quick boot times,

Re: [OE-core] Prelink problems -- need help!

2015-10-26 Thread Phil Blundell
On Mon, 2015-10-26 at 11:45 -0500, Mark Hatle wrote: > > > While some of the modern hashing techniques and such do improve run > -time dynamic > link performance, there is still a hit that we must take. For > devices that need > quick boot times, quick startup, or are memory constrained, the > p

Re: [OE-core] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
On 10/26/15 11:10 AM, Phil Blundell wrote: > [Cc list trimmed] > > On Mon, 2015-10-26 at 09:28 -0500, Mark Hatle wrote: >> As you can see, pretty much everything is currently broken and I'm >> struggling to >> find community people with the right skill sets to help me resolve >> the issues. > > I

Re: [OE-core] Problem with RDEPENDS in multimachine builds for allarch packages

2015-10-26 Thread Sergey 'Jin' Bostandzhyan
On Mon, Oct 26, 2015 at 09:13:22AM -0700, Christopher Larson wrote: > Afaik the most likely cause is your rdepends isn't allarch, so is being > rebuilt > for the new machine, which causes yours to be rebuilt since it depends on it. So, that means that anything arch specific listed in RDEPENDS wil

Re: [OE-core] Problem with RDEPENDS in multimachine builds for allarch packages

2015-10-26 Thread Christopher Larson
On Mon, Oct 26, 2015 at 8:13 AM, Sergey 'Jin' Bostandzhyan wrote: > I recently ran into a problem that I described here: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=8578 and while debugging > this issue an other problem came to light. > > I have a multimachine configuration (armv5/imx6) a

Re: [OE-core] Prelink problems -- need help!

2015-10-26 Thread Phil Blundell
[Cc list trimmed] On Mon, 2015-10-26 at 09:28 -0500, Mark Hatle wrote: > As you can see, pretty much everything is currently broken and I'm > struggling to > find community people with the right skill sets to help me resolve > the issues. I think it's true that prelink is a technology which has l

Re: [OE-core] [PATCH] base.bbclass: considering multilib when setting LICENSE_EXCLUSION

2015-10-26 Thread Burton, Ross
This is in the queue and will likely be merged for Jethro. Ross On 26 October 2015 at 03:22, Liu Jian wrote: > Ping > > 于 2015年10月16日 13:58, Liu Jian 写道: > >> Hi All, >> >> Will you going to merge this patch? >> I have ever discuss with Robert Yang and he agreed to integrated it. >> >> Thanks!

[OE-core] [jethro/master][PATCH 0/1] Disable the image-prelink by default

2015-10-26 Thread Mark Hatle
Due to problems discovered inside of the prelinker, it is not safe to use at this time. Hopefully people will respond to my plea for help and we can get the prelinker re-enabled in the near future. (All supported Yocto Project architectures are affected by problems.) Note: the prelinker will sti

[OE-core] [jethro/master][PATCH 1/1] local.conf.sample: Disable image-prelink by default

2015-10-26 Thread Mark Hatle
Due to problems with the prelinker itself, we need to disable the image-prelink by default. This will hopefully be re-enabled in the near future. Signed-off-by: Mark Hatle --- meta/conf/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/conf/local.conf

[OE-core] Problem with RDEPENDS in multimachine builds for allarch packages

2015-10-26 Thread Sergey 'Jin' Bostandzhyan
Hi, I recently ran into a problem that I described here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=8578 and while debugging this issue an other problem came to light. I have a multimachine configuration (armv5/imx6) and the same distro for both of them (poky 2.0 RC based). I have some al

[OE-core] Prelink problems -- need help!

2015-10-26 Thread Mark Hatle
I'm cross posting this in an effort to ask for help for the cross-prelink project. (If you are unaware of what the prelinker does, it goes through and adjusts the relocation addresses to predefined values in an attempt to speed up executable load times. For embedded systems, this can be fairly cr

[OE-core] [PATCH 0/1] Fix for oe-selftest failure

2015-10-26 Thread Paul Eggleton
Fix an oe-selftest failure seen testing master-next on the Yocto Project autobuilder. The following changes since commit 73f8a0bf3b99d480bf97e266da0fb048714b4caf: build-appliance-image: Update to jethro head revision (2015-10-21 23:13:03 +0100) are available in the git repository at: git:

[OE-core] [PATCH 1/1] oeqa/utils/decorators: fix missing keyword arguments on decorators

2015-10-26 Thread Paul Eggleton
We need to handle keyword arguments here or sending a keyword argument to a decorated function that accepts keyword arguments will trigger an error. (This showed up when testcase decorators were added to the recipetool.RecipetoolTests.test_recipetool_appendsrcfiles_basic_subdir test). Signed-off-b

Re: [OE-core] [PATCH v2] webkitgtk: Add upstream patch to fix build problem

2015-10-26 Thread Paul Eggleton
On Monday 26 October 2015 13:34:11 Alexander Kanavin wrote: > On 10/24/2015 12:03 AM, Pushpal Sidhu wrote: > > +Upstream-Status: Backport [webkit-2.10.0] > > Why not update the recipe to latest 2.10 release instead? At this stage of the release it's too late for upgrades; we could certainly do t

Re: [OE-core] [PATCH v2] webkitgtk: Add upstream patch to fix build problem

2015-10-26 Thread Alexander Kanavin
On 10/24/2015 12:03 AM, Pushpal Sidhu wrote: +Upstream-Status: Backport [webkit-2.10.0] Why not update the recipe to latest 2.10 release instead? Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.open

Re: [OE-core] why does sysfsutils-2.1.0.bb set S = "${WORKDIR}/sysfsutils-${PV}"?

2015-10-26 Thread Robert P. J. Day
On Mon, 26 Oct 2015, Paul Eggleton wrote: > On Monday 26 October 2015 06:23:09 Robert P. J. Day wrote: > > On Fri, 23 Oct 2015, Paul Eggleton wrote: > > > > ... me snipped ... > > > > > I don't think so, it appears that line goes way back to the initial > > > population of the repository. Looks li

Re: [OE-core] why does sysfsutils-2.1.0.bb set S = "${WORKDIR}/sysfsutils-${PV}"?

2015-10-26 Thread Paul Eggleton
On Monday 26 October 2015 06:23:09 Robert P. J. Day wrote: > On Fri, 23 Oct 2015, Paul Eggleton wrote: > > ... me snipped ... > > > I don't think so, it appears that line goes way back to the initial > > population of the repository. Looks like we could just drop it. > > it *looks* like there

Re: [OE-core] why does sysfsutils-2.1.0.bb set S = "${WORKDIR}/sysfsutils-${PV}"?

2015-10-26 Thread Robert P. J. Day
On Fri, 23 Oct 2015, Paul Eggleton wrote: ... me snipped ... > I don't think so, it appears that line goes way back to the initial > population of the repository. Looks like we could just drop it. it *looks* like there are a number of lines like that in oe-core that are superfluous ... some sa

[OE-core] [PATCH] xinetd: install xinetd supported services configuration

2015-10-26 Thread rongqing.li
From: "yadi...@windriver.com" install xinetd supported services configuration, then these services are able to work Signed-off-by: Hu Signed-off-by: Roy Li --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/xinetd/xinetd

Re: [OE-core] [meta-oe][PATCH] devtool: add sync command

2015-10-26 Thread Paul Eggleton
Hi Tzu-Jung, Thanks for the patch. On Wednesday 21 October 2015 23:06:45 Tzu-Jung Lee wrote: > The sync command is similar to the extract command, except it > fetches the sync'ed and patched branch to an existing git repository. > > This enables users to keep track the upstream development while

[OE-core] [PATCH v2 5/5] linux-dtb.inc: refactor common code to function get_real_dtb_path_in_kernel

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 22801b7..772adcb 100644 --- a/meta/recipes-ker

[OE-core] [PATCH v2 1/5] linux-dtb.inc: remove unneeded 'cd'

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index ee3a5e1..2e8ec3b 100644 --- a/meta/recipes-kernel/linux/linux-dt

[OE-core] [PATCH v2 4/5] linux-dtb.inc: refactor common code to function normalize_dtb

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 2b8b11f..22801b7 100644 --- a/meta/recip

[OE-core] [PATCH v2 3/5] linux-dtb.inc: explicit test for empty string not needed

2015-10-26 Thread Stefan Christ
The for loop already handles the case when KERNEL_DEVICETREE is empty. Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 78 +++-- 1 file changed, 36 insertions(+), 42 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/

[OE-core] [PATCH v2 2/5] linux-dtb.inc: use same variable name DTB for all elements of KERNEL_DEVICETREE

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 2e8ec3b..173e945 100644 --- a/meta/recipes-kernel/linux/lin

Re: [OE-core] [PATCH 1/7] linux-dtb.inc: fix detection of ending '.dts'

2015-10-26 Thread Stefan Christ
Hi, On Fri, Oct 23, 2015 at 10:17:00PM +0100, Burton, Ross wrote: > Hi Stefan, > > On 19 October 2015 at 10:46, Nicolas Dechesne > wrote: > > > i (very) quickly looked at them.. > > #3, #4, #5 look sane. > > #6, #7, i am not sure if this is worth doing this change.. we'll see > > what others t