[yocto] [layerindex-web][PATCH v2 1/1] update_layer.py: Save and show recipe dependencies

2017-12-04 Thread Amanda Brindle
Added a model for the PACKAGECONFIG variable, which has a one to many relationship with the Recipe model. Added models for static build dependencies and dynamic build dependenices, both of which have a many to many relationship with the Recipe model. These objects are created in update_layer.py a

[yocto] [layerindex-web][PATCH v2 0/1] update_layer.py: Save and show recipe dependencies

2017-12-04 Thread Amanda Brindle
In v2, added the migration file to update the database. The following changes since commit a64bfed81b3827503ff825090f1fb4b94e1cd9bd: recipes.html: Require keyword for recipe search (2017-12-05 10:01:10 +1300) are available in the git repository at: git://git.yoctoproject.org/layerindex-web

[yocto] Preventing a variable from being cached

2017-12-04 Thread Paul Knopf
I have a variable that has a dynamic value that is set from python. --- def get_git_position(d): import bb.process (output, error) = bb.process.run("git rev-parse --abbrev-ref HEAD") result = output.rstrip() (output, error) = bb.process.run("git rev-parse HEAD")

Re: [yocto] Yocto SDK: how to deploy application with step "make install" to target?

2017-12-04 Thread Jerry Lian
Thanks Philip! I will try "sshfs" later. Right now using copy (via scp) works fine for both "make install" and "make modules_install", and my application runs. On Sun, Dec 3, 2017 at 9:17 AM, Philip Balister wrote: > On 12/01/2017 10:15 AM, Jerry Lian wrote: > > Thanks Eric for your explanat

Re: [yocto] New software layer for the barebox bootloader

2017-12-04 Thread Dennis Menschel
Hi Enrico, Am 04.12.2017 um 15:22 schrieb Enrico Joerns: > [...] > > First of all, I also have thank you and say that it's great work you've > done there! At the moment there are some recipes around and it is really > worth concentrating the efforts. You did quite a lot work on writing and > docum

[yocto] [meta-gplv2][PATCH] elfutils_0.148: musl build fixes

2017-12-04 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../musl-support-for-elfutils-0.148.patch | 133 + recipes-devtools/elfutils/elfutils_0.148.bb| 9 +- 2 files changed, 140 insertions(+), 2 deletions(-) create mode 100644 recipes-devtools/elfutils/elfutils-0.148/musl-suppo

[yocto] Yocto Project Technical Team Meeting

2017-12-04 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[yocto] Yocto Project Technical Team Meeting

2017-12-04 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[yocto] Reminder: Yocto Project Technical Team Meeting

2017-12-04 Thread Jolley, Stephen K
YPTM will be Dec. 5, 2017 at 8am PST. We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto IRC: http://webchat.freenode.net/?channels=#yocto IRC Tutorial: http://www.irchelp.org/irchelp/irctutorial.html

[yocto] Yocto Project Status WW49’17

2017-12-04 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 M1 development Next Deadline: YP 2.5 M1 cut off of 12/4/17 SWAT team rotation: Todor -> Tracy on Dec. 1, 2017. SWAT team rotation: Tracy -> Stephano on Dec. 8, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·Th

Re: [yocto] New software layer for the barebox bootloader

2017-12-04 Thread Enrico Joerns
Hi, I would like to pick this thread up to start a discussion on it. On 07/10/2017 07:30 PM, Khem Raj wrote: On 7/10/17 9:51 AM, Dennis Menschel wrote: Hi all! I have created a new software layer named meta-barebox that provides support for the barebox bootloader. Thanks, I see there are m

Re: [yocto] [x11][Question] QXcbIntegration: Cannot create platform OpenGL context

2017-12-04 Thread mohammed aqdam
Hi yahya, Follow this link to build yocto image with qt5... http://www.jumpnowtek.com/rpi/Raspberry-Pi-Systems-with-Yocto.html Warm regards, Mohammed Aqdam On Dec 4, 2017 1:09 AM, "Yahya Ahmed" wrote: > Hello, > > > I've been trying to add Qt5 support to a core-image-sato image using > Yocto's

Re: [yocto] include and a library dependency in a recipe which uses a Makefile

2017-12-04 Thread Alexander Kanavin
On 12/01/2017 10:41 PM, Rail Shafigulin wrote: I need to use this Makefile in a recipe which but I'm struggling to figure out how to make it point to correct include folder as well as a library folder. While knowing how to do these things is useful, I think you should just drop the custom mak