Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-27 Thread Trevor Woerner
On Wed 2017-02-22 @ 10:06:23 PM, Eddie Cai wrote: > Build Configuration: > BB_VERSION= "1.32.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "universal" > TARGET_SYS= "arm-poky-linux-gnueabi" > MACHINE = "firefly-rk3288" > DISTRO= "poky" > DISTRO_

[yocto] couple questions about kernel-dev manual, section 2.6, "emenlow" branch

2017-02-27 Thread Robert P. J. Day
still working my way through the kernel-dev manual, and a couple oddities in section 2.6. first, the example given uses the (alleged) standard/emenlow branch, which i'm pretty sure doesn't exist anymore, yes? if one is going to use an example, i suggest one base that example on one of the YP

[yocto] [PATCH] yocto-docs: kernel-dev, update "3.19" versions to "4.4"

2017-02-27 Thread Robert P. J. Day
Update the remaining references to kernel version 3.19 to version 4.4, restricted to the section "kernel-dev-common.xml". Signed-off-by: Robert P. J. Day --- if my earlier patch hasn't already been applied, this one can be folded in since it simply adds more "3.19" -> "4.4" updates to the sa

Re: [yocto] Python3 partial rootfs installation

2017-02-27 Thread Jakob Simon-Gaarde
You are right. It's working now. Den 26. feb. 2017 10.04 PM skrev "Paul Eggleton" < paul.eggle...@linux.intel.com>: > On Sunday, 26 February 2017 12:10:24 AM NZDT Jakob Simon-Gaarde wrote: > > Thanks for the answer. I tried adding it as a dependency but I get this: > > ERROR: Nothing PROVIDES 'py

[yocto] kernel-dev manual, section 2.6.2, do tags like "systemtap" exist?

2017-02-27 Thread Robert P. J. Day
section 2.6.2 refers to how to display changes based on a tag, and uses the alleged tag name "systemtap" ... do tags like that even exist anymore? i see no such tag in my current build directories. rday -- Robert P. J.

[yocto] [meta-raspberrypi] [PATCH 2/2] rpi-base: wic: generate entries for device tree files

2017-02-27 Thread Maciej Borzecki
Augment IMAGE_BOOT_FILES with entries picking up proper dtb[o]s. This allows for building usable wic images once again. Signed-off-by: Maciej Borzecki --- conf/machine/include/rpi-base.inc | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/conf/m

[yocto] [meta-raspberrypi] [PATCH 1/2] wic: move sdimage-raspberrypi to toplevel wic location

2017-02-27 Thread Maciej Borzecki
Wic supports picking up image files from toplevel LAYERDIR/wic directory. Using this location has the benefit that image files are easier to find (compare that to previously used scripts/lib/image/canned-wks/ location). Signed-off-by: Maciej Borzecki --- {scripts/lib/image/canned-wks => wic}/sdi

[yocto] [meta-raspberrypi] [PATCH 0/2] wic: fixes for wic support

2017-02-27 Thread Maciej Borzecki
A small series with 2 patches that enable using wic (once again). The first patch moves sdimage-wks to ${LAYERDIR}/wic. This is already implemented in meta-yocto-bsp. The goal is to make wks files easier to find. Since Yocto is in general dumping custom image building methods in favor of wic, one

Re: [yocto] couple questions about kernel-dev manual, section 2.6, "emenlow" branch

2017-02-27 Thread Bruce Ashfield
On Mon, Feb 27, 2017 at 4:54 AM, Robert P. J. Day wrote: > > still working my way through the kernel-dev manual, and a couple > oddities in section 2.6. > > first, the example given uses the (alleged) standard/emenlow branch, > which i'm pretty sure doesn't exist anymore, yes? if one is going

Re: [yocto] kernel-dev manual, section 2.6.2, do tags like "systemtap" exist?

2017-02-27 Thread Bruce Ashfield
On Mon, Feb 27, 2017 at 5:27 AM, Robert P. J. Day wrote: > > section 2.6.2 refers to how to display changes based on a tag, and > uses the alleged tag name "systemtap" ... do tags like that even exist > anymore? i see no such tag in my current build directories. > Correct. The tagged features

Re: [yocto] [PATCH] yocto-docs: kernel-dev, update "3.19" versions to "4.4"

2017-02-27 Thread Bruce Ashfield
On Mon, Feb 27, 2017 at 5:07 AM, Robert P. J. Day wrote: > > Update the remaining references to kernel version 3.19 to version 4.4, > restricted to the section "kernel-dev-common.xml". > I just sent a patch to drop 4.4 from master. I'd suggest 4.9 as a version to use that will persist in master

Re: [yocto] couple questions about kernel-dev manual, section 2.6, "emenlow" branch

2017-02-27 Thread Robert P. J. Day
On Mon, 27 Feb 2017, Bruce Ashfield wrote: > On Mon, Feb 27, 2017 at 4:54 AM, Robert P. J. Day > wrote: > >   still working my way through the kernel-dev manual, and a > couple oddities in section 2.6. > >   first, the example given uses the (alleged) standard/emenlow > b

Re: [yocto] kernel-dev manual, section 2.6.2, do tags like "systemtap" exist?

2017-02-27 Thread Robert P. J. Day
On Mon, 27 Feb 2017, Bruce Ashfield wrote: > On Mon, Feb 27, 2017 at 5:27 AM, Robert P. J. Day > wrote: > >   section 2.6.2 refers to how to display changes based on a > tag, and uses the alleged tag name "systemtap" ... do tags > like that even exist anymore? i see no such tag

Re: [yocto] [PATCH] yocto-docs: kernel-dev, update "3.19" versions to "4.4"

2017-02-27 Thread Robert P. J. Day
On Mon, 27 Feb 2017, Bruce Ashfield wrote: > On Mon, Feb 27, 2017 at 5:07 AM, Robert P. J. Day > wrote: > > Update the remaining references to kernel version 3.19 to > version 4.4, restricted to the section > "kernel-dev-common.xml". > > I just sent a patch to drop 4.4 from mas

[yocto] Shared library question

2017-02-27 Thread Gary Thomas
I trying to create a package am335x-pru-support which creates a shared library used by another package pru-examples. The library files installed with am335x-pru-support are (from /image) -rwxr-xr-x 4 gthomas gthomas 17074 Feb 27 13:40 usr/lib/libprussdrv.a lrwxrwxrwx 1 gthomas gthomas16 Feb 2

[yocto] add users doesn't work

2017-02-27 Thread Jakob Hasse
Hello, I tried to add a user to my image, like described in the FAQ here: https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password However, if I added that two lines to my recipe, it doesn't have any effect (still only root user available). What else do I need to change t

Re: [yocto] add users doesn't work

2017-02-27 Thread Maxin B. John
Hi Jakob, On Mon, Feb 27, 2017 at 03:34:59PM +0100, Jakob Hasse wrote: > Hello, > > I tried to add a user to my image, like described in the FAQ here: > https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password > > However, if I added that two lines to my recipe, it doesn't

[yocto] build signature file automatically for ipk

2017-02-27 Thread Kupke , Martin
In bitbake process when building complete image all packages are build, my local.conf is set to create IPK packages for opkg. Additionally I overloaded PACKAGECONF_append_pn_opkg = "gpg sha256 openssl". Now when using opkg on the target platform and downloading package list using "opkg update" I

[yocto] Yocto Project Status WW09’17

2017-02-27 Thread Jolley, Stephen K
Current Dev Position: YP 2.3 M3 Next Deadline: YP 2.3 M3 by Feb. 27, 2017 *** FEATURE FREEZE for 2.3 is now in effect. *** SWAT team rotation: Anibal -> Todor on Feb. 24, 2017. SWAT team rotation: Todor -> Tracy on Mar. 4, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Tea

[yocto] [meta-rockchip][PATCH v3] classes: rockchip-gpt-img: add

2017-02-27 Thread Trevor Woerner
This bbclass was taken from the Rockchip team's work at https://github.com/rockchip-linux/meta-rockchip/commit/53d2e2e474a3014e3013d0059fd1da773fb0e2b7 It was mostly written by Jacob Chen . I've made some small modifications and added it. Older images used (what Rockchip calls) the "legacy paramet

[yocto] [meta-rockchip][PATCH v3 0/1] classes: rockchip-gpt-img: add

2017-02-27 Thread Trevor Woerner
Here is my v3 of this patch, based on feedback from earlier reviews. Changes since v2: - change commit message and call the "old" layout "legacy parameter" format instead of "rk-boot" format - rename generate_rk3288_image() to generate_rk3288_loader1_image() - lea

Re: [yocto] [meta-rockchip][PATCH v3] classes: rockchip-gpt-img: add

2017-02-27 Thread Trevor Woerner
Oops!! Please ignore, sent wrong file... On Mon, Feb 27, 2017 at 2:15 PM, Trevor Woerner wrote: > This bbclass was taken from the Rockchip team's work at > https://github.com/rockchip-linux/meta-rockchip/commit/53d2e2e474a3014e3013d0059fd1da773fb0e2b7 > It was mostly written by Jacob Chen . I've

[yocto] [meta-rockchip][PATCH v4] classes: rockchip-gpt-img: add

2017-02-27 Thread Trevor Woerner
This bbclass was taken from the Rockchip team's work at https://github.com/rockchip-linux/meta-rockchip/commit/53d2e2e474a3014e3013d0059fd1da773fb0e2b7 It was mostly written by Jacob Chen . I've made some small modifications and added it. Older images used (what Rockchip calls) the "legacy paramet

[yocto] [meta-rockchip][PATCH v4 0/1] classes: rockchip-gpt-img: add

2017-02-27 Thread Trevor Woerner
Here is my v4 of this patch, based on feedback from earlier reviews. Changes since v3: - I sent the wrong file when emailing v3 Changes since v2: - change commit message and call the "old" layout "legacy parameter" format instead of "rk-boot" format - rename gene

Re: [yocto] Shared library question

2017-02-27 Thread Max Krummenacher
Hi Am Montag, den 27.02.2017, 15:03 +0100 schrieb Gary Thomas: > I trying to create a package am335x-pru-support which creates a > shared library used by another package pru-examples. The library > files installed with am335x-pru-support are (from /image) > -rwxr-xr-x 4 gthomas gthomas 17074 Feb

Re: [yocto] [meta-rockchip][PATCH v4] classes: rockchip-gpt-img: add

2017-02-27 Thread Eddie Cai
Hi Trevor 2017-02-28 3:20 GMT+08:00 Trevor Woerner : > This bbclass was taken from the Rockchip team's work at > https://github.com/rockchip-linux/meta-rockchip/commit/ > 53d2e2e474a3014e3013d0059fd1da773fb0e2b7 > It was mostly written by Jacob Chen . I've made > some > small modifications and ad

[yocto] [patchwork][PATCH 0/3] Series: Add multiple select/change controls

2017-02-27 Thread Jose Lamego
Patches displayed at Series view must be individually opened to allow change status or add them to a bundle, increasing needed time and providing a poor user experience. These changes add to Series view multiple select controls and the required functionality for status change, bundle addition and

[yocto] [patchwork][PATCH 1/3] series.py: add patch and bundle edition actions to view

2017-02-27 Thread Jose Lamego
This change adds patch and bundle edition actions to the series view. [YOCTO # 10822] Signed-off-by: Jose Lamego --- patchwork/views/series.py | 88 --- 1 file changed, 52 insertions(+), 36 deletions(-) diff --git a/patchwork/views/series.py b/patchw

[yocto] [patchwork][PATCH 3/3] series.js: add patch-selection-checkbox control functions

2017-02-27 Thread Jose Lamego
This change adds control functions for individual and multiple selection checkboxes. [YOCTO #10822] Signed-off-by: Jose Lamego --- htdocs/js/series.js | 145 1 file changed, 125 insertions(+), 20 deletions(-) diff --git a/htdocs/js/series.js

[yocto] [patchwork][PATCH 2/3] series.html: add patch and bundle edition forms and checkboxes

2017-02-27 Thread Jose Lamego
This change adds patch and bundle edition forms, and patch selection checkboxes. [YOCTO #10822] Signed-off-by: Jose Lamego --- patchwork/templates/patchwork/series.html | 172 ++ 1 file changed, 130 insertions(+), 42 deletions(-) diff --git a/patchwork/templates/pat

Re: [yocto] [OE-core] Yocto Project Status WW09’17

2017-02-27 Thread akuster808
On 02/27/2017 08:59 AM, Jolley, Stephen K wrote: Current Dev Position: YP 2.3 M3 Next Deadline: YP 2.3 M3 by Feb. 27, 2017 *** FEATURE FREEZE for 2.3 is now in effect. *** SWAT team rotation: Anibal -> Todor on Feb. 24, 2017. SWAT team rotation: Todor -> Tracy on Mar. 4, 2017. https://wik

Re: [yocto] [meta-rockchip][PATCH v4] classes: rockchip-gpt-img: add

2017-02-27 Thread Trevor Woerner
Hi Eddie, On Tue 2017-02-28 @ 08:48:16 AM, Eddie Cai wrote: > Could you also copy ${BOOT_IMG} to ${DEPLOY_DIR_IMAGE} . That is much > earier for people find boot image. In case they want to flash boot > partition alone. All of this work is always done in DEPLOY_DIR_IMAGE. $ bitbake core-

Re: [yocto] [meta-rockchip][PATCH v4] classes: rockchip-gpt-img: add

2017-02-27 Thread Eddie Cai
Hi Trevor 2017-02-28 11:08 GMT+08:00 Trevor Woerner : > Hi Eddie, > > On Tue 2017-02-28 @ 08:48:16 AM, Eddie Cai wrote: > > Could you also copy ${BOOT_IMG} to ${DEPLOY_DIR_IMAGE} . That is much > > earier for people find boot image. In case they want to flash boot > > partition alone. > > All of

Re: [yocto] Shared library question

2017-02-27 Thread Gary Thomas
On 2017-02-27 21:11, Max Krummenacher wrote: Hi Am Montag, den 27.02.2017, 15:03 +0100 schrieb Gary Thomas: I trying to create a package am335x-pru-support which creates a shared library used by another package pru-examples. The library files installed with am335x-pru-support are (from /image)

Re: [yocto] error while compiling external module in Krogoth branch

2017-02-27 Thread Khem Raj
On Tue, Feb 21, 2017 at 6:31 AM praveen vattipalli wrote: > Hi All, > I am using poky-krogoth source and meta-altera layer. I am building kernel > locally using externalsrc. while building external module i am getting > error. > Which branch of meta-altera are you using > > > > ERROR: Task do_m