Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Graydon, Tracy
On 05/24/16, 4:30 PM, "Randle, William C" wrote: >On Tue, 2016-05-24 at 16:06 -0700, Graydon, Tracy wrote: >> Get rid of the extraneous DL_BASE line. It's not used and should have >> been removed when I fixed the eclipse-plugin release path. >> >> Signed-off-by: Graydon, Tracy >> --- >> bin/re

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Randle, William C
On Tue, 2016-05-24 at 16:06 -0700, Graydon, Tracy wrote: > Get rid of the extraneous DL_BASE line. It's not used and should have > been removed when I fixed the eclipse-plugin release path. > > Signed-off-by: Graydon, Tracy > --- >  bin/release_scripts/release.py | 1 - >  1 file changed, 1 deleti

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Graydon, Tracy
Get rid of the extraneous DL_BASE line. It's not used and should have been removed when I fixed the eclipse-plugin release path. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/release_scripts/release.py b/bin/release_script

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Graydon, Tracy
On 05/24/16, 8:46 AM, "Randle, William C" wrote: >On Mon, 2016-05-23 at 19:07 -0700, Graydon, Tracy wrote: >> Fixed the path for the publishing of the eclipse plugins. They were >> going to the wrong subdirectory under downloads. >> >> Signed-off-by: Graydon, Tracy >> --- >> bin/release_script

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/relnotes.py

2016-05-24 Thread Graydon, Tracy
Works better for all major/point releases if the poky version isn't hardcoded to 14.0.1. Fixed that. Signed-off-by: Graydon, Tracy --- bin/release_scripts/relnotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release_scripts/relnotes.py b/bin/release_scripts/relnote

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Randle, William C
On Mon, 2016-05-23 at 19:07 -0700, Graydon, Tracy wrote: > Fixed the path for the publishing of the eclipse plugins. They were > going to the wrong subdirectory under downloads. > > Signed-off-by: Graydon, Tracy > --- >  bin/release_scripts/release.py | 22 +++--- >  1 file changed

Re: [yocto] Retrieve SRCREV variable value outside of a specific recipe (not modifying it)

2016-05-24 Thread Christopher Larson
On Tue, May 24, 2016 at 7:32 AM, Michael Hu wrote: > Hi, > > My goal is to pull recipe's SRCREV variable into a top level *.bbclass > file. I understand we can use SRCREV_pn- to modify the > revision on the fly outside of recipe in configuration files but when I > print out SRCREV information usi

[yocto] Retrieve SRCREV variable value outside of a specific recipe (not modifying it)

2016-05-24 Thread Michael Hu
Hi, My goal is to pull recipe's SRCREV variable into a top level *.bbclass file. I understand we can use SRCREV_pn- to modify the revision on the fly outside of recipe in configuration files but when I print out SRCREV information using ${SRCREV_pn-recipename} all I got back is the recipe name ins

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-24 Thread Flanagan, Elizabeth
pulled into master. thanks! -b On 24 May 2016 at 03:12, Graydon, Tracy wrote: > Remove the step for syncing the staged release to downloads directory. We > pretty much NEVER do the sync to downloads at the time we do staging. Sync > happens much later, as a separate process. We don't need this i

Re: [yocto] Change in override behavior?

2016-05-24 Thread Richard Purdie
On Fri, 2016-04-29 at 22:09 +1200, Paul Eggleton wrote: > On Fri, 29 Apr 2016 12:00:58 Gary Thomas wrote: > > On 2016-04-29 11:51, Paul Eggleton wrote: > > > On Fri, 29 Apr 2016 09:24:23 Gary Thomas wrote: > > > > On 2016-04-29 09:16, Paul Eggleton wrote: > > > > Indeed, my machine names do have an

Re: [yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver

2016-05-24 Thread piotr.lewicki
So I understand that 1 and 2 should be applied and 3rd is already merged into master (of poky). I cannot wait to for your fixes for gst-omx and later omxplayer. Thanks, Piotr On 24.05.2016 14:06, Herve Jourdain wrote: Hi Piotr, Please make sure you have the latest series, the 02 was modified

Re: [yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver

2016-05-24 Thread Herve Jourdain
Hi Piotr, Please make sure you have the latest series, the 02 was modified actually, and is different from what you have. If meta-raspberrypi was changed since I sent the patch, then there might be some need to rebase it. Dear list, do you need me to send a v3 taking into account the latest modifi

Re: [yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver

2016-05-24 Thread piotr.lewicki
On 24.05.2016 12:42, Herve Jourdain wrote: Hi Piotr, Hi, There were issues with patches 02, 07 and 12. 02- due to different overlay naming (overlays/vc4-kms-v3d-overlay.dtb instead of overlays/vc4-kms-v3d.dtbo) and 07 and 12 due to bump of linux-raspberrypi from 4.4.8 to 4.4.9 (on master). I

Re: [yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver

2016-05-24 Thread Herve Jourdain
Hi Piotr, I know that the omxplayer would not build at this time, because VC4 and userland will conflict, and currently omxplayer depends on userland. I will check if it can be supported with VC4 driver enabled, but for the moment it's true I disabled it in my build. Regarding your patches: 1. Ar

Re: [yocto] [meta-raspberrypi][PATCH v2 00/13] Support for VC4 graphics driver

2016-05-24 Thread piotr.lewicki
I have tried these patches, but there were some hunks and errors during applying to current master revision (69840c0bbe03c2e61601e2377c8e2adc264e0478). Building 'rpi-hwup-image' passed, but while building 'rpi-test-image' (omxplayer recipe) I have noticed some errors due to missing files: - IL/