Re: [yocto] BSP Guide: what means "bsp_name.conf"?

2017-03-06 Thread Anders Darander
* Robert P. J. Day [170303 12:50]: > "Note > When the preferred provider is assumed by default, the > PREFERRED_PROVIDER statement does not appear in the bsp_name.conf > file. ^ > can i assume those should

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: remove bbappend for version 1.2.0

2017-03-06 Thread Khem Raj
On Mon, Mar 6, 2017 at 7:28 AM, Maxin B. John wrote: > OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f > removed gstreamer1.0-omx_1.2.0 recipe. > this is good. > Signed-off-by: Maxin B. John > --- >

Re: [yocto] Files missing from SDK

2017-03-06 Thread Gary Thomas
On 2017-03-06 21:56, Paul Eggleton wrote: On Tuesday, 7 March 2017 2:28:22 AM NZDT Gary Thomas wrote: On 2017-03-06 13:22, Burton, Ross wrote: On 3 March 2017 at 06:39, Gary Thomas > wrote: I'm trying to build SDKs for my board, both the

[yocto] [meta-rockchip][PATCH v2] recipes-graphics: mali-userspace: add

2017-03-06 Thread Jacob Chen
Do some modifying according to meta-sunxi * add COMPATIBLE_MACHINE statement * detect hard-float * combine to one bb file The difference is it depend on mesa to provide dev-package rather than offer it by itself, which can save some time to solve the compile errors. Change-Id:

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Mar. 7, 2017 8:00 AM US Pacific Time

2017-03-06 Thread Jolley, Stephen K
Tuesday, Mar. 7, 2017 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.3_Status https://wiki.yoctoproject.org/wiki/Yocto_2.3_Schedule

Re: [yocto] Files missing from SDK

2017-03-06 Thread Paul Eggleton
On Tuesday, 7 March 2017 2:28:22 AM NZDT Gary Thomas wrote: > On 2017-03-06 13:22, Burton, Ross wrote: > > On 3 March 2017 at 06:39, Gary Thomas > wrote: > > I'm trying to build SDKs for my board, both the native style > > using

Re: [yocto] [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace

2017-03-06 Thread Trevor Woerner
Hi Jacob, This is a good first version, but I think there are some things that could be added to make it better. For example, it should have a COMPATIBLE_MACHINE statement, and it should detect whether the target is using hard-float. Also the name "mali-userspace_t76x.bb" isn't a good choice, the

[yocto] [meta-oic][PATCH] Add recipe for IoTivity 1.2.1

2017-03-06 Thread Philippe Coval
Signed-off-by: Philippe Coval --- Origin: https://github.com/TizenTeam/meta-oic/commit/master.patch README | 2 +- recipes-core/iotivity/iotivity_1.2.1.bb | 489 2 files changed, 490

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

2017-03-06 Thread Trevor Woerner
On Mon, Mar 6, 2017 at 2:04 AM, Eddie Cai wrote: > 2017-03-06 13:06 GMT+08:00 Trevor Woerner : >> >> I can assume everyone can build/include u-boot successfully when using >> unmodified repositories? > > Yes, I can build it successfully. Excellent,

[yocto] [qa-tools][PATCH] testopia_update: Add option to define test plan

2017-03-06 Thread jose . perez . carranza
From: Jose Perez Carranza There are cases where the test plan and the product name are not equal hence an option is added to handle those cases and define thetest plan to work on. Signed-off-by: Jose Perez Carranza ---

Re: [yocto] Strange error

2017-03-06 Thread Matthew McClintock
On Mon, Mar 6, 2017 at 6:15 AM, Gary Thomas wrote: > ERROR: When reparsing > /local/poky-cutting-edge/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb.do_install, > the basehash value changed from 2b888d6b72e00c404fc7e17436e465eb to > 0fd6c915488c10c37cdfd6a674354e65. The

[yocto] Yocto Project Status WW10’17

2017-03-06 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: Todor -> Tracy on Mar. 4, 2017. SWAT team rotation: Tracy -> Alejandro on Mar. 11, 2017.

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: remove bbappend for version 1.2.0

2017-03-06 Thread Maxin B. John
OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f removed gstreamer1.0-omx_1.2.0 recipe. Signed-off-by: Maxin B. John --- ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 48 .../0001-config-files-path.patch | 137 -

Re: [linux-yocto] [yocto-2.2.1][PATCH] Revert "tty: serial: 8250: add CON_CONSDEV to flags"

2017-03-06 Thread Bruce Ashfield
On Mon, Mar 6, 2017 at 12:24 AM, Dengke Du wrote: > Thanks! > > Maybe we should update the commit in linux-yocto_4.8.bb in oe-core. > That will happen, just at a slower cadence then me getting the patch into the tree. Bruce > > Dengke > > > > On 2017年03月04日 04:14,

Re: [yocto] Files missing from SDK

2017-03-06 Thread Gary Thomas
On 2017-03-06 13:22, Burton, Ross wrote: On 3 March 2017 at 06:39, Gary Thomas > wrote: I'm trying to build SDKs for my board, both the native style using populate_sdk_ext as well as including the SDK packages in my image. My image

Re: [yocto] Files missing from SDK

2017-03-06 Thread Burton, Ross
On 3 March 2017 at 06:39, Gary Thomas wrote: > I'm trying to build SDKs for my board, both the native style > using populate_sdk_ext as well as including the SDK packages > in my image. My image includes some extended libraries of > my own packaging (am335x-pru-support) that

Re: [yocto] Files missing from SDK

2017-03-06 Thread Gary Thomas
On 2017-03-03 07:39, Gary Thomas wrote: I'm trying to build SDKs for my board, both the native style using populate_sdk_ext as well as including the SDK packages in my image. My image includes some extended libraries of my own packaging (am335x-pru-support) that I need to get into these SDKs.

[yocto] Strange error

2017-03-06 Thread Gary Thomas
I wanted to change (disable) extra getty tasks in my target image. I'm using sysvinit, so I added this line to my .conf: SYSVINIT_ENABLED_GETTYS = "" I thought that would get the sysvinit-inittab package rebuilt as do_install uses that variable, but alas it did not. So I took out the big