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: Burton, Ross ross.bur...@intel.commailto:ross.bur...@intel.com
Date: Monday, March 30, 2015 at 2:35 AM
To: Paul Eggleton 
paul.eggle...@linux.intel.commailto:paul.eggle...@linux.intel.com
Cc: Tracy Graydon tracy.gray...@intel.commailto:tracy.gray...@intel.com, 
yocto@yoctoproject.orgmailto:yocto@yoctoproject.org 
yocto@yoctoproject.orgmailto:yocto@yoctoproject.org
Subject: Re: [yocto] [PATCH] nightly-weston.conf: Run regular build tests for 
no-X11 case


On 28 March 2015 at 15:33, Paul Eggleton 
paul.eggle...@linux.intel.commailto:paul.eggle...@linux.intel.com wrote:
When I wrote the bug I was thinking more of systems with no graphics
at all rather than with Weston replacing X11 - not that we shouldn't be
testing Weston though I guess.

I guess there's value in both.  I for one certainly want to see the non-X11 but 
still GL-enabled codepaths exerised for the Mesa/GTK+/GStreamer stacks.

Ross
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2015-03-30 Thread Burton, Ross
On 28 March 2015 at 15:33, Paul Eggleton paul.eggle...@linux.intel.com
wrote:

 When I wrote the bug I was thinking more of systems with no graphics
 at all rather than with Weston replacing X11 - not that we shouldn't be
 testing Weston though I guess.


I guess there's value in both.  I for one certainly want to see the non-X11
but still GL-enabled codepaths exerised for the Mesa/GTK+/GStreamer stacks.

Ross
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2015-03-30 Thread Burton, Ross
On 28 March 2015 at 01:33, Graydon, Tracy tracy.gray...@intel.com wrote:

 +'atextappend' : '\nDISTRO_FEATURES_remove = 
 x11\n'}},


FYI, _remove doesn't encourage leading whitespace.

Ross
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2015-03-30 Thread Flanagan, Elizabeth
On 28 March 2015 at 15:33, Paul Eggleton paul.eggle...@linux.intel.com wrote:
 Hi Tracy,

 On Friday 27 March 2015 18:33:08 Graydon, Tracy wrote:
 [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 tracy.gray...@intel.com
 ---
  buildset-config.controller/nightly-weston.conf | 24
  buildset-config.controller/nightly.conf|
 2 +-
  buildset-config.controller/yoctoAB.conf|  5 +++--
  3 files changed, 28 insertions(+), 3 deletions(-)
  create mode 100644 buildset-config.controller/nightly-weston.conf

 diff --git a/buildset-config.controller/nightly-weston.conf
 b/buildset-config.controller/nightly-weston.conf new file mode 100644
 index 000..d9875c6
 --- /dev/null
 +++ b/buildset-config.controller/nightly-weston.conf
 @@ -0,0 +1,24 @@
 +[nightly-weston]
 +builders: 'example-worker'
 +repos: [{'poky':
 +{'repourl':'git://git.yoctoproject.org/poky',
 + 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp'},
 + 'branch':'master'}},
 +{'meta-qt3':
 +{'repourl':'git://git.yoctoproject.org/meta-qt3',
 + 'branch':'master'}}]
 +steps: [{'SetDest':{}},
 +{'CheckOutLayers': {}},
 +{'RunPreamble': {}},
 +{'GetDistroVersion' : {'distro': 'poky'}},
 +{'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686',
 +'distro': 'poky', 'buildhistory' : False}}, +
   'atextappend' : '\nDISTRO_FEATURES_remove = 
 x11\n'}}, +{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
 +{'SyncPersistDB' : {'distro' : 'poky'}},
 +{'GetBitbakeVersion': {}},
 +{'BuildImages': {'images': 'core-image-weston'}},
 +{'PublishLayerTarballs':{}},
 +{'SendErrorReport': {}},
 +{'UploadToasterEventlog': {}},
 +{'PublishArtifacts': {'artifacts': ['qemux86-64', 'md5sums']}}]
 diff --git a/buildset-config.controller/nightly.conf
 b/buildset-config.controller/nightly.conf index cf7c77c..13235bf 100644
 --- a/buildset-config.controller/nightly.conf
 +++ b/buildset-config.controller/nightly.conf
 @@ -88,7 +88,7 @@ steps: [{'SetDest':{}},
 'eclipse-plugin-kepler': {},
 'eclipse-plugin-juno': {}, 'nightly-non-gpl3': {}, 'nightly-oecore': {},
 'nightly-world':{}, 'nightly-world-lsb':{}, 'nightly-intel-gpl': {}, -
  'poky-tiny': {}, 'buildtools': {},
 +   'nightly-weston':{}, 'poky-tiny': {},
 'buildtools': {}, 'nightly-qa-systemd': {}, 'nightly-qa-extras': {},
 'nightly-qa-logrotate': {}, 'nightly-qa-pam': {}, 'nightly-qa-skeleton':
 {,
 diff --git a/buildset-config.controller/yoctoAB.conf
 b/buildset-config.controller/yoctoAB.conf index 5bc369d..ab771c0 100644
 --- a/buildset-config.controller/yoctoAB.conf
 +++ b/buildset-config.controller/yoctoAB.conf
 @@ -6,5 +6,6 @@ order: ['nightly', 'eclipse-plugin-juno',
  'nightly-x86-64', 'nightly-x86-64-lsb', 'nightly-x86',
  'nightly-x86-lsb', 'nightly-x32', 'nightly-multilib',
  'nightly-world', 'nightly-world-lsb', 'nightly-non-gpl3',
 -'nightly-oecore', 'nightly-intel-gpl', 'poky-tiny',
 -'build-appliance', 'nightly-qa-extras', 'nightly-qa-systemd']
 +'nightly-oecore', 'nightly-intel-gpl', 'nightly-weston',
 +'poky-tiny', 'build-appliance',
 +'nightly-qa-extras', 'nightly-qa-systemd']

 When I wrote the bug I was thinking more of systems with no graphics
 at all rather than with Weston replacing X11 - not that we shouldn't be
 testing Weston though I guess.


Suggestion on which image to replace it with? I agree, there is value
in both. nightly-noX11, I'd imagine.

-b

 Cheers,
 Paul

 --

 Paul Eggleton
 Intel Open Source Technology Centre
 --
 ___
 yocto mailing list
 yocto@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/yocto



-- 
Elizabeth Flanagan
Yocto Project
Build and Release
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2015-03-28 Thread Paul Eggleton
Hi Tracy,

On Friday 27 March 2015 18:33:08 Graydon, Tracy wrote:
 [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 tracy.gray...@intel.com
 ---
  buildset-config.controller/nightly-weston.conf | 24
  buildset-config.controller/nightly.conf| 
 2 +-
  buildset-config.controller/yoctoAB.conf|  5 +++--
  3 files changed, 28 insertions(+), 3 deletions(-)
  create mode 100644 buildset-config.controller/nightly-weston.conf
 
 diff --git a/buildset-config.controller/nightly-weston.conf
 b/buildset-config.controller/nightly-weston.conf new file mode 100644
 index 000..d9875c6
 --- /dev/null
 +++ b/buildset-config.controller/nightly-weston.conf
 @@ -0,0 +1,24 @@
 +[nightly-weston]
 +builders: 'example-worker'
 +repos: [{'poky':
 +{'repourl':'git://git.yoctoproject.org/poky',
 + 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp'},
 + 'branch':'master'}},
 +{'meta-qt3':
 +{'repourl':'git://git.yoctoproject.org/meta-qt3',
 + 'branch':'master'}}]
 +steps: [{'SetDest':{}},
 +{'CheckOutLayers': {}},
 +{'RunPreamble': {}},
 +{'GetDistroVersion' : {'distro': 'poky'}},
 +{'CreateAutoConf': {'machine': 'qemux86-64', 'SDKMACHINE' : 'i686',
 +'distro': 'poky', 'buildhistory' : False}}, + 
   'atextappend' : '\nDISTRO_FEATURES_remove = 
 x11\n'}}, +{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
 +{'SyncPersistDB' : {'distro' : 'poky'}},
 +{'GetBitbakeVersion': {}},
 +{'BuildImages': {'images': 'core-image-weston'}},
 +{'PublishLayerTarballs':{}},
 +{'SendErrorReport': {}},
 +{'UploadToasterEventlog': {}},
 +{'PublishArtifacts': {'artifacts': ['qemux86-64', 'md5sums']}}]
 diff --git a/buildset-config.controller/nightly.conf
 b/buildset-config.controller/nightly.conf index cf7c77c..13235bf 100644
 --- a/buildset-config.controller/nightly.conf
 +++ b/buildset-config.controller/nightly.conf
 @@ -88,7 +88,7 @@ steps: [{'SetDest':{}},
 'eclipse-plugin-kepler': {},
 'eclipse-plugin-juno': {}, 'nightly-non-gpl3': {}, 'nightly-oecore': {},
 'nightly-world':{}, 'nightly-world-lsb':{}, 'nightly-intel-gpl': {}, - 
  'poky-tiny': {}, 'buildtools': {},
 +   'nightly-weston':{}, 'poky-tiny': {},
 'buildtools': {}, 'nightly-qa-systemd': {}, 'nightly-qa-extras': {},
 'nightly-qa-logrotate': {}, 'nightly-qa-pam': {}, 'nightly-qa-skeleton':
 {,
 diff --git a/buildset-config.controller/yoctoAB.conf
 b/buildset-config.controller/yoctoAB.conf index 5bc369d..ab771c0 100644
 --- a/buildset-config.controller/yoctoAB.conf
 +++ b/buildset-config.controller/yoctoAB.conf
 @@ -6,5 +6,6 @@ order: ['nightly', 'eclipse-plugin-juno',
  'nightly-x86-64', 'nightly-x86-64-lsb', 'nightly-x86',
  'nightly-x86-lsb', 'nightly-x32', 'nightly-multilib',
  'nightly-world', 'nightly-world-lsb', 'nightly-non-gpl3',
 -'nightly-oecore', 'nightly-intel-gpl', 'poky-tiny',
 -'build-appliance', 'nightly-qa-extras', 'nightly-qa-systemd']
 +'nightly-oecore', 'nightly-intel-gpl', 'nightly-weston',
 +'poky-tiny', 'build-appliance',
 +'nightly-qa-extras', 'nightly-qa-systemd']

When I wrote the bug I was thinking more of systems with no graphics 
at all rather than with Weston replacing X11 - not that we shouldn't be 
testing Weston though I guess.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto