[yocto] [yocto-autobuilder][PATCH] /builders.py

2018-03-21 Thread Graydon, Tracy
Add the releases subdirectory to the release publishing destination path. Signed-off-by: Graydon, Tracy --- builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders.py b/builders.py index 7bd218e..977d80a 100644 --- a/builders.py +++ b/builders.py @@ -48,7 +48,7

[yocto] [yocto-autobuilder][PATCH] /bin/checkvnc

2017-08-15 Thread Graydon, Tracy
[Yocto #11897] The checkvnc script uses deprecated netstat command for finding vnc sessions. This breaks on Centos, and will break on other OS as it is removed in the future. Drop the dependency on netstat and instead grep /proc/net/tcp for active sessions on 5901 port. Signed-off-by: Graydon

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel/*.conf

2017-07-26 Thread Graydon, Tracy
Update meta-intel buildsets to reflect current production versions: - Change various SRCREVs to default to blank instead of linux-yocto or AUTOREV. Signed-off-by: Graydon, Tracy --- .../intel-core2-32-lsb-rt.conf | 12 +- buildset-config.meta-intel/intel-core2-32

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel/yoctoAB.conf

2017-07-26 Thread Graydon, Tracy
Remove the deprecated configs for jasperforest, crownbay, sugarbay, and nuc. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/yoctoAB.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildset-config.meta-intel/yoctoAB.conf b/buildset-config.meta-intel

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel/nightly-meta-intel.conf

2017-07-26 Thread Graydon, Tracy
Update nightl-meta-intel.conf to reflect what is currently being used in production. - Drop deprecated crownbay, jasperforest, sugarbay, and nuc -related stuff. - Change various SRCREVs to use blank as default instead of linux-yocto or AUTOREV. Signed-off-by: Graydon, Tracy --- buildset

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel

2017-07-26 Thread Graydon, Tracy
Delete jasperforest, sugarbay, and nuc buildsets. These are deprecated. We no longer release/support these. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/jasperforest-lsb.conf | 58 buildset-config.meta-intel/jasperforest.conf | 51

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel/yoctoAB.conf

2017-03-08 Thread Graydon, Tracy
Update yoctoAB.conf to reflect what is currently used in production and add nightly-musl and nightly-x32 builds to the configuration. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/yoctoAB.conf | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel/nightly-meta-intel.conf

2017-03-08 Thread Graydon, Tracy
Add the new nightly-musl and nightly-x32 builds to nightly-meta-intel build scheduler triggers. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/nightly-meta-intel.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildset-config.meta-intel/nightly-meta

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel/nightly-x32.conf

2017-03-08 Thread Graydon, Tracy
Add nightly-x32 buildset with world build for meta-intel autobuilder. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/nightly-x32.conf | 60 + 1 file changed, 60 insertions(+) create mode 100644 buildset-config.meta-intel/nightly-x32.conf diff --git a

[yocto] [yocto-autobuilder][PATCH] /buildset-config.meta-intel/nightly-musl.conf

2017-03-08 Thread Graydon, Tracy
Add nightly-musl buildset for meta-intel autobuilder. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/nightly-musl.conf | 52 1 file changed, 52 insertions(+) create mode 100644 buildset-config.meta-intel/nightly-musl.conf diff --git a/buildset

[yocto] [yocto-autobuilder][PATCH] buildset-config.meta-intel/nightly-meta-intel.conf

2016-11-03 Thread Graydon, Tracy
Update nightly-meta-intel.conf with the most recent release branches. Signed-off-by: Graydon, Tracy --- buildset-config.meta-intel/nightly-meta-intel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildset-config.meta-intel/nightly-meta-intel.conf b/buildset

[yocto] Milestone 3 for Yocto Project 2.2 now available

2016-09-26 Thread Graydon, Tracy
The third milestone release for Yocto Project 2.2 is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.2_M3/ eclipse-poky/neon-master 1c750b077e4fa80ec5a4743175c07772fa1d4d81 meta-qt3 f33b73a9563f2dfdfd0ee37b61d65d90197a456f meta-qt4 fc9b05

[yocto] [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*

2016-09-15 Thread Graydon, Tracy
We are no longer supporting kepler or luna. Remove the build set for those and remove luna from yoctoAB.conf. Signed-off-by: Graydon, Tracy --- buildset-config.controller/eclipse-plugin-kepler.conf | 10 -- buildset-config.controller/eclipse-plugin-luna.conf | 11 --- buildset

[yocto] [yocto-autobuilder][PATCH] /bin/checkvnc: un-bashify it

2016-09-09 Thread Graydon, Tracy
Script was using /bin/sh and double brackets were causing an error in nightly-oe-selftest build: /home/pokybuild/yocto-autobuilder/bin/checkvnc: 6: /home/pokybuild/yocto-autobuilder/bin/checkvnc: [[: not found Changed double to single brackets to make sh happy. Signed-off-by: Graydon, Tracy

Re: [yocto] [yocto-autobuilder][PATCH] /bin/checkvnc

2016-09-09 Thread Graydon, Tracy
On second thought… Forget this one. I will submit a new patch that un-bashifies it. That would be the “right” thing to do. -t On 09/09/16, 1:15 PM, "yocto-boun...@yoctoproject.org on behalf of Graydon, Tracy" wrote: >Script was using /bin/sh and causing an error in nightly-oe-se

[yocto] [yocto-autobuilder][PATCH] /bin/checkvnc

2016-09-09 Thread Graydon, Tracy
Script was using /bin/sh and causing an error in nightly-oe-selftest build: /home/pokybuild/yocto-autobuilder/bin/checkvnc: 6: /home/pokybuild/yocto-autobuilder/bin/checkvnc: [[: not found Changing script to use /bin/bash instead fixes the issue. Signed-off-by: Graydon, Tracy --- bin/checkvnc

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.2 now available.

2016-08-02 Thread Graydon, Tracy
The second milestone release for Yocto Project 2.2 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.2_M2/ Thank you to everyone for your contributions. eclipse-poky/kepl

[yocto] [ANNOUNCEMENT] Milestone 1 for Yocto Project 2.2 now available.

2016-07-22 Thread Graydon, Tracy
The first milestone release for Yocto Project 2.2 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.2_M1/ Thank you to everyone for your contributions. eclipse-poky/kepler-master f357cc3f8981ae3f4401cb24435ef40ab095cb33.tar.bz2 eclipse-poky/luna-m

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: Add some basic logging

2016-06-29 Thread Graydon, Tracy
This patch adds some basic logging to help find failure point should the script barf due to lost ssh session, etc. Without it, finding where to resume is not particularly entertaining. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 43

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: Add some basic logging

2016-06-29 Thread Graydon, Tracy
This patch adds some basic logging to help find failure point should the script barf due to lost ssh session, etc. Without it, finding where to resume is not particularly entertaining. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 43

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. >> >> Sig

[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

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-o

[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_sc

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

2016-05-23 Thread Graydon, Tracy
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 in the release script. Signed-off-by: Graydon, Tracy --- bin/release_sc

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

2016-05-23 Thread Graydon, Tracy
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, 11 insertions(+), 11 deletions(-) diff --git a/bin/release_scripts

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

2016-05-03 Thread Graydon, Tracy
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 in the release script. Signed-off-by: Graydon, Tracy --- bin/release_sc

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

2016-05-03 Thread Graydon, Tracy
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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/release_scripts/release.py b/bin

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

2016-05-03 Thread Graydon, Tracy
This patch removes the BSP creation for the p1022ds and the mpc8315e-rdb platforms. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/bin/release_scripts/release.py b/bin/release_scripts

[yocto] [ANNOUNCEMENT] Yocto Project 2.1 (krogoth 15.0.0) Released

2016-04-29 Thread Graydon, Tracy
Hello, The latest release of the Yocto Project 2.1 (krogoth-15.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1/poky-krogoth-15. 0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1/poky-krogoth-15.0.0.tar.bz2 A gpg signed version of these

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

2016-03-22 Thread Graydon, Tracy
compliance part. Signed-off-by: Graydon, Tracy --- bin/release_scripts/bsp.py | 317 + 1 file changed, 317 insertions(+) create mode 100755 bin/release_scripts/bsp.py diff --git a/bin/release_scripts/bsp.py b/bin/release_scripts/bsp.py new file mode 100755

[yocto] [yocto-autobuilder][PATCH] bin/release-scripts/relnotes.py

2016-03-10 Thread Graydon, Tracy
Fixed a hardcoded statement that had "14.0.1" instead of the correct POKY_VER variable. 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

[yocto] [ANNOUNCEMENT] Yocto Project 2.0.1 (jethro 14.0.1) Released

2016-03-10 Thread Graydon, Tracy
Hello, The latest release of the Yocto Project 2.0.1 (jethro-14.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.1/poky-jethro-14 .0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.1/poky-jethro-14.0.1.tar.bz 2 A gpg signed version of th

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

2016-03-02 Thread Graydon, Tracy
: Graydon, Tracy --- bin/release_scripts/relnotes.py | 195 1 file changed, 195 insertions(+) create mode 100755 bin/release_scripts/relnotes.py diff --git a/bin/release_scripts/relnotes.py b/bin/release_scripts/relnotes.py new file mode 100755 index 000

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.1 now available.

2016-02-26 Thread Graydon, Tracy
The second milestone release for Yocto Project 2.1 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.1_M2/ Thank you to everyone for your contributions. eclipse-poky/kepler-master cf60ac293629fc8ecd6c4eb3709a6f334b499d0c eclipse-poky/luna-master 4

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 2.1 now available.

2016-02-25 Thread Graydon, Tracy
The second milestone release for Yocto Project 2.1 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.1_M2/ Thank you to everyone for your contributions. eclipse-poky/kepler-master cf60ac293629fc8ecd6c4eb3709a6f334b499d0c eclipse-poky/luna-master 4

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: fix milestone staging

2016-02-25 Thread Graydon, Tracy
From: Tracy Graydon Milestones were going into the top level of the download release directory instead of the milestones subdirectory. Added a check for milestone releases and now adjusts the path accordingly. Also fixed an indent issue which was causing the master md5sum table to be generated fo

[yocto] [yocto-autobuilder][PATCH 4/6] bin/release_scripts/release.py: add ADT publishing feature to release script

2016-02-23 Thread Graydon, Tracy
-by: Graydon, Tracy --- bin/release_scripts/release.py | 58 +++--- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/bin/release_scripts/release.py b/bin/release_scripts/release.py index c332718..83c198e 100755 --- a/bin/release_scripts/release.py

[yocto] [yocto-autobuilder][PATCH 3/6] bin/release_scripts/release.py: add a check for valid rc candidate

2016-02-23 Thread Graydon, Tracy
This is part of the release automation work, related to Yocto bug #8942. This patch adds a check for a valid release candidate ID passed in from command line and quits if it is bogus. Adds a few comments/output for the user for the various release steps to improve clarity. Signed-off-by: Graydon

[yocto] [yocto-autobuilder][PATCH 6/6] bin/release_scripts/release.py: fix the BSP tarball naming

2016-02-23 Thread Graydon, Tracy
The BSP packaging was missing the branch name from the repackaged tarball. The md5sums were also not being generated for the BSP tarballs. This patch fixes both these issues. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 23 +-- 1 file changed, 13

[yocto] [yocto-autobuilder][PATCH 5/6] bin/release_scripts/release.py: fix the tarball naming

2016-02-23 Thread Graydon, Tracy
Fixed tarball repackaging to add missing branch name to the new tarball name. i.e. -.tar.bz2 was being renamed to -.14.0.1.tar.bz2, which is wrong. Should be renamed to --.tar.bz2. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 3 ++- 1 file changed, 2 insertions(+), 1

[yocto] [yocto-autobuilder][PATCH 2/6] bin/release_scripts/release.py: remove stuff only used for initial testing

2016-02-23 Thread Graydon, Tracy
This is part of the release automation work, related to Yocto bug #8942. This patch removes the print_vars function and some other lines that were only used for testing and are otherwise useless. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 37

[yocto] [yocto-autobuilder][PATCH 1/6] bin/release_scripts/relnotes.sh: Add script to generate release notes template.

2016-02-23 Thread Graydon, Tracy
This is a capture of the command-line ickiness that we have been using to generate the basic release notes draft. It's frightfully ugly, but gets the job done for now. Signed-off-by: Graydon, Tracy --- bin/release_scripts/relnotes.sh | 82 + 1

[yocto] [yocto-autobuilder][PATCH 3/3] bin/release_scripts/relnotes.sh

2016-02-18 Thread Graydon, Tracy
This is basically a capture of the command-line ickiness that we have been using to generate the basic release notes draft. It's frightfully ugly, but gets the job done for now. Signed-off-by: Graydon, Tracy --- bin/release_scripts/relnotes.sh | 82 +++

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

2016-02-18 Thread Graydon, Tracy
The BSP packaging was missing the branch name from the repackaged tarball. The md5sums were also not being generated for the BSP tarballs. This patch fixes both these issues. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 23 +-- 1 file changed, 13

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

2016-02-18 Thread Graydon, Tracy
Fixed tarball repackaging to add missing branch name to the new tarball name. i.e. -.tar.bz2 was being renamed to -.14.0.1.tar.bz2, which is wrong. Should be renamed to --.tar.bz2. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 3 ++- 1 file changed, 2 insertions(+), 1

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

2016-02-17 Thread Graydon, Tracy
From: Tracy Graydon This is part of the release automation work, related to Yocto bug #8942. This patch adds the ADT repo publishing functionality for backward compatability for point releases, etc. Not used going forward since we have moved to the eSDK instead, so this defaults to NOT publishing

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

2016-02-17 Thread Graydon, Tracy
From: Tracy Graydon This is part of the release automation work, related to Yocto bug #8942. This patch removes the print_vars function and some other lines that were only used for testing and are otherwise useless. Signed-off-by: Tracy Graydon --- bin/release_scripts/release.py | 37 -

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

2016-02-17 Thread Graydon, Tracy
From: Tracy Graydon This is part of the release automation work, related to Yocto bug #8942. This patch adds a check for a valid release candidate ID passed in from command line and quits if it is bogus. Adds a few comments/output for the user for the various release steps to improve clarity. Si

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

2016-02-17 Thread Graydon, Tracy
testing purposes and is essentially otherwise useless. - Removes some variable definitions that were used for testing. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 134 ++--- 1 file changed, 85 insertions(+), 49 deletions(-) diff --git a

[yocto] [PATCH][yocto-autobuilder] buildbot/status/web/templates/build.html

2016-02-11 Thread Graydon, Tracy
From: Tracy Graydon [YOCTO #8098] The resubmit build button on the build status page, when used with exact same revisions generates an exception. Fixed by removing the Resubmit Build button. Signed-off-by: Tracy Graydon --- .../buildbot/status/web/templates/build.html

[yocto] [PATCH] /bin/release_scripts: Release automation scripts

2016-01-22 Thread Graydon, Tracy
of the release process and are handy for clean up, incremental staging, and testing. Signed-off-by: Graydon, Tracy --- bin/release_scripts/README | 40 +++ bin/release_scripts/convert_symlinks.py | 131 + bin/release_scripts/gen_md5.py | 95 +++ bin

[yocto] [ANNOUNCEMENT] Milestone 1 for Yocto Project 2.1 now available.

2016-01-06 Thread Graydon, Tracy
The first milestone release for Yocto Project 2.1 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.1_M1/ Thank you to everyone for your contributions. eclipse-poky/kepler-master cf60ac293629fc8ecd6c4eb3709a6f334b499d0c eclipse-poky/luna-master 45

[yocto] [ANNOUNCEMENT] Yocto Project 2.0 (jethro 14.0.0) Released

2015-11-10 Thread Graydon, Tracy
Hello, The latest release of the Yocto Project 2.0 (jethro-14.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0/poky-jethro-14.0 .0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0/poky-jethro-14.0.0.tar.bz2 A gpg signed version of these rel

[yocto] [PATCH] buildset-config.staging/nightly-no-x11.conf

2015-10-20 Thread Graydon, Tracy
now. Signed-off-by: Graydon, Tracy --- buildset-config.controller/nightly-no-x11.conf | 19 --- buildset-config.controller/yoctoAB.conf| 10 +- buildset-config.staging/nightly-no-x11.conf| 19 +++ 3 files changed, 24 insertions(+), 24 deletions

[yocto] [ANNOUNCEMENT] Milestone 3 for Yocto Project 1.9 now available.

2015-09-28 Thread Graydon, Tracy
The third milestone release for Yocto Project 1.9 is available for download now. http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.9_M3/ Thank you everyone for your contributions. eclipse-poky/mars-master 05ba7b6791083a70c78366f9737e27d9dd25d08b eclipse-poky/kepler-master cf60

[yocto] [PATCH] buildset-config.examples/gitpoller.conf, README-NEW-AUTOBUILDER

2015-09-16 Thread Graydon, Tracy
[YOCTO #7702] This patchset provides an example buildset conf for a multi- branch GitPoller, which may be found in the build-config.examples directory. The README-NEW-AUTOBUILDER file has also been updated with this example. Signed-off-by: Graydon, Tracy --- README-NEW-AUTOBUILDER

[yocto] [PATCH] README: fix name of tap generating script

2015-09-14 Thread Graydon, Tracy
[YOCTO #8164] README said "run poky/scripts/runqemu-setup-tapdev. Updated to reflect correct script sname of poky/scripts/runqemu-gen-tapdevs. Signed-off-by: Graydon, Tracy --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 06b9cbc..7e

[yocto] [PATCH] buildset-config.iot-devkit/*

2015-09-07 Thread Graydon, Tracy
-image iot-devkit-prof-image iot-devkit-prof-dev-image Signed-off-by: Graydon, Tracy --- buildset-config.iot-devkit/iot-devkit.conf | 33 ++ buildset-config.iot-devkit/yoctoAB.conf| 2 ++ 2 files changed, 35 insertions(+) create mode 100644 buildset-config.iot

[yocto] [ANNOUNCEMENT] Yocto Project 1.7.2 (dizzy 12.0.2) Released

2015-05-28 Thread Graydon, Tracy
All, We are pleased to announce the second point release for Yocto Project "dizzy" 1.7.2. This release contains 130 patches including 13 patches for known CVEs. This release is available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.7.2/poky-dizzy-12. 0.2.tar.bz2 or

[yocto] [ANNOUNCEMENT] Yocto Project 1.8 (fido 13.0.0) Released

2015-04-22 Thread Graydon, Tracy
Hello, The latest release of the Yocto Project 1.8 (fido-13.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.8/poky-fido-13.0.0 .tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-1.8/poky-fido-13.0.0.tar.bz2 A gpg signed version of these release n

[yocto] [PATCH] nightly-no-x11.conf: Run regular build tests for no-X11 case

2015-04-07 Thread Graydon, Tracy
[YOCTO #6854] A common configuration selection is to remove x11 from DISTRO_FEATURES. Add a nightly-no-x11.conf builset to allow us to test this via the autobuilder. Also added to nightly.conf and yoctoAB.conf. Build core-image-weston as a starting point. Signed-off-by: Graydon, Tracy

Re: [yocto] [PATCH] nightly-weston.conf: Run regular build tests for no-X11 case

2015-03-31 Thread Graydon, Tracy
Just following up on this. What images do we wish to do this for? Tracy From: , Ross mailto:ross.bur...@intel.com>> Date: Monday, March 30, 2015 at 2:35 AM To: Paul Eggleton mailto:paul.eggle...@linux.intel.com>> Cc: Tracy Graydon mailto:tracy.gray...@intel.com>>, "yocto@yoctoproject.org

[yocto] [PATCH] nightly-weston.conf: Run regular build tests for no-X11 case

2015-03-27 Thread Graydon, Tracy
[YOCTO #6854] A common configuration selection is to remove x11 from DISTRO_FEATURES. Add a nightly-weston.conf builset to allow us to test this via the autobuilder. Also added to nightly.conf and yoctoAB.conf. Signed-off-by: Graydon, Tracy --- buildset-config.controller/nightly-weston.conf

[yocto] [PATCH] nightly-*.conf: Add GetBitbakeVersion build step

2015-03-27 Thread Graydon, Tracy
[YOCTO #7519] Add the GetBitbakeVersion build step to nightly-*.conf buildsets in buildset_config.controller to enable toaster on autobuilder. Signed-off-by: Graydon, Tracy --- buildset-config.controller/nightly-arm-lsb.conf | 1 + buildset-config.controller/nightly-arm.conf | 1

[yocto] [PATCH] nightly-*.conf: Add GetBitbakeVersion build step

2015-03-26 Thread Graydon, Tracy
[YOCTO #7519] Add the GetBitbakeVersion build step to nightly-*.conf buildsets in buildset_config.controller to enable toaster on autobuilder. Signed-off-by: Graydon, Tracy --- buildset-config.controller/nightly-arm-lsb.conf | 2 ++ buildset-config.controller/nightly-arm.conf | 2

[yocto] [PATCH] nightly-meta-intel-world.conf: Do meta-intel world builds

2015-03-25 Thread Graydon, Tracy
[YOCTO #6385] Do world builds for meta-intel-world for a couple of BSPs. This patch adds the new nightly-meta-intel-world buildset to fix bug #6385. Also added it to the nightly-meta-intel.conf and yoctoAB.conf. Signed-off-by: Graydon, Tracy --- .../nightly-meta-intel-world.conf

[yocto] [PATCH] nightly-world-lsb.conf: Do world builds for poky-lsb

2015-03-24 Thread Graydon, Tracy
[YOCTO #7261] Do world builds for poky-lsb. This patch adds the new nightly-world-lsb buildset to fix bug #7261. Also added it to the normal nightly.conf trigger and yoctoAB.conf. Signed-off-by: Graydon, Tracy --- buildset-config.controller/nightly-world-lsb.conf | 22

Re: [yocto] nightly-world-lsb.conf: Do world builds for poky-lsb

2015-03-24 Thread Graydon, Tracy
Crap. You are right. There is a change in here that shouldn¹t be. Fixing that. Thank you for catching that. I was on the wrong local branch. -t On 03/24/15, 2:51 PM, "Randy Witt" wrote: >On 03/24/2015 03:41 PM, Graydon, Tracy wrote: >> [YOCTO #7261] >> >> Do

[yocto] nightly-world-lsb.conf: Do world builds for poky-lsb

2015-03-24 Thread Graydon, Tracy
[YOCTO #7261] Do world builds for poky-lsb. This patch adds the new nightly-world-lsb buildset to fix bug #7261. Also added it to the normal nightly.conf trigger and yoctoAB.conf. Signed-off-by: Graydon, Tracy --- buildset-config.controller/nightly-world-lsb.conf | 22