[yocto] [meta-raspberrypi][PATCH 0/1] raspberrypi3.conf: fix typo for BCM43430

2016-11-15 Thread Piotr Lewicki
From: "piotr.lewicki" New linux-firmware subpackage is called "bcm43430" and not "bcrm43430". Renaming it because the test image is not building with the typo. piotr.lewicki (1): raspberrypi3.conf: fix typo for BCM43430 conf/machine/raspberrypi3.conf | 2 +- 1 file changed, 1 insertion(+), 1

[yocto] [meta-raspberrypi][PATCH 1/1] raspberrypi3.conf: fix typo for BCM43430

2016-11-15 Thread Piotr Lewicki
From: "piotr.lewicki" Signed-off-by: Piotr Lewicki --- conf/machine/raspberrypi3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index 438c6e6..9820209 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf

Re: [yocto] [meta-raspberrypi][PATCH] linux-firmware_git.bbappend: Delete

2016-11-15 Thread Piotr Lewicki
Hi. Michael was right, the new subpackage was renamed and it is now called linux-firmware-bcm43430. I have sent the patch with fixed typo. Piotr On 14.11.2016 18:45, Khem Raj wrote: are you using linux-firmware-bcm43430 On Mon, Nov 14, 2016 at 4:27 AM, Piotr Lewicki wrote: Dear Raj, I

Re: [yocto] [sysvinit] Problem with disabling sysvinit service

2016-11-15 Thread Jussi Kukkonen
On 13 November 2016 at 16:51, Lukasz Majewski wrote: > Dear All, > > Maybe here I would find answer to question which puzzles me from some > time. > > The problem: > > Disable syslog service on startup of sysvinit based board. > (syslog is defined in e.g. /etc/rc5.d/S20syslog -> /etc/init.d/syslo

Re: [yocto] mklibs in USER_CLASSES (Khem Raj)

2016-11-15 Thread Taek Hyun Shin
I did use only image-mklibs TTAnd, I did try modify some project make file for mklibs. add *_pic.aSo, I did resolve not pic file found for error message. just modified package.But, other error occurred as follow:__dso_handle undefinedDoes mklibs can't support c++? only support c library?? T

[yocto] [PATCH][yocto-autobuilder] nightly-qa-extras: test the API documentation DISTRO_FEATURE

2016-11-15 Thread Ross Burton
Build the core-image-sato SDK with API documentation enabled to verify that this doesn't regress. Signed-off-by: Ross Burton --- buildset-config.controller/nightly-qa-extras.conf | 4 1 file changed, 4 insertions(+) diff --git a/buildset-config.controller/nightly-qa-extras.conf b/buildset

[yocto] New error

2016-11-15 Thread Gary Thomas
BSTRING = "universal" TARGET_SYS= "powerpc-amltd-linux-gnuspe" MACHINE = "p1022ds" DISTRO= "amltd" DISTRO_VERSION= "2.2+snapshot-20161115" TUNE_FEATURES = "m32 spe ppce500v

Re: [yocto] [sysvinit] Problem with disabling sysvinit service

2016-11-15 Thread Lukasz Majewski
Hi Jussi, > On 13 November 2016 at 16:51, Lukasz Majewski > wrote: > > > Dear All, > > > > Maybe here I would find answer to question which puzzles me from > > some time. > > > > The problem: > > > > Disable syslog service on startup of sysvinit based board. > > (syslog is defined in e.g. /etc/r

[yocto] SWAT Reboot

2016-11-15 Thread Lock, Joshua G
The short version is that the SWAT process document has been updated, if you're a member of the SWAT team please take a few moments to read this mail and update the wiki. We're making a concerted effort in the 2.3 cycle to improve the SWAT process and ensure that it's operating effectively. To t

Re: [yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.2 (morty 16.0.0) Released

2016-11-15 Thread Rich Persaud
> On Nov 1, 2016, at 15:48, Tracy Graydon wrote: > > Hello, > > The latest release of the Yocto Project 2.2 (morty-16.0.0) is now available > for download at: > > http://downloads.yoctoproject.org/releases/yocto/yocto-2.2/poky-morty-16.0.0.tar.bz2 > http://mirrors.kernel.org/yocto/yocto/yocto-

[yocto] [layerindex-web][PATCH 1/4] admin: add an action to duplicate a branch

2016-11-15 Thread Paul Eggleton
Add an action to duplicate a Branch object, along with all of the LayerBranches (and LayerMaintainers and LayerDependencies) underneath it. Signed-off-by: Paul Eggleton --- layerindex/admin.py | 26 ++ 1 file changed, 26 insertions(+) diff --git a/layerindex/admin.py b/l

[yocto] [layerindex-web][PATCH 2/4] utils: fix error in runcmd() if printerr=False

2016-11-15 Thread Paul Eggleton
If you specified printerr=False we were referring to the output variable that hadn't been set. Looks like I broke this back in 2013 in 93ce26f21cdbbd8a645792359cde87acf05144d7. Signed-off-by: Paul Eggleton --- layerindex/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[yocto] [layerindex-web][PATCH 3/4] Record and display update logs

2016-11-15 Thread Paul Eggleton
At the moment it's a bit difficult to get update logs out of the environment in which the update script is being run. In order to make the logs more accessible, create a LayerUpdate model to record the output of update_layer.py separately for each layerbranch and tie the created LayerUpdates togeth

[yocto] [layerindex-web][PATCH 4/4] views: support querying class inheritance

2016-11-15 Thread Paul Eggleton
It's a little crude and certainly not optimal performance-wise, but we can support querying for recipes that inherit a particular class without too much trouble. This allows you to add "inherits:cmake" to the query and have it return only recipes that inherit the cmake class. You can use more than

[yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-15 Thread Jianxun Zhang
Add detection of current path for -I option, also update type definitions for EFI compiling. Signed-off-by: Jianxun Zhang --- Makefile| 4 +++- Makefile.efi| 4 +++- inc/rmc_types.h | 9 ++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile ind

Re: [yocto] mklibs in USER_CLASSES (Khem Raj)

2016-11-15 Thread Khem Raj
On 11/15/16 3:56 AM, 신택현 (Taek Hyun Shin) wrote: > I did use only image-mklibs TT > > And, I did try modify some project make file for mklibs. add *_pic.a > > So, I did resolve not pic file found for error message. just modified package. > > But, other error occurred as follow: > > __dso_hand

Re: [yocto] New error

2016-11-15 Thread Khem Raj
rip:/build/diskstation_2016-11-15/tmp/work/ppce500v2-amltd-linux-gnuspe/eudev/3.2-r0/package/lib/stxt1rac[.note.gnu.build-id]: > Bad value\n') > > Actually, I got 438 of them :-( > > Build Configuration: > BB_VERSION= "1.32.0" > BUILD_SYS = "x8

Re: [yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-15 Thread Khem Raj
On 11/15/16 8:56 PM, Jianxun Zhang wrote: > Add detection of current path for -I option, also update > type definitions for EFI compiling. > > Signed-off-by: Jianxun Zhang > --- > Makefile| 4 +++- > Makefile.efi| 4 +++- > inc/rmc_types.h | 9 ++--- > 3 files changed, 12 inser