* [PATCH][yocto-autobuilder] nightly-qa-systemd.conf: Add create_eventlog property
@ 2016-08-30 15:46 Aníbal Limón
2016-08-30 17:07 ` Bill Randle
2016-08-31 20:26 ` Joshua Lock
0 siblings, 2 replies; 3+ messages in thread
From: Aníbal Limón @ 2016-08-30 15:46 UTC (permalink / raw)
To: yocto
This buildset also needs the create_eventlog property for only
enable the toaster event log creation when required. See rev [1].
[1] 0b083509beaf7421f1dde4b679a934741ac4a3bc
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
buildset-config.controller/nightly-qa-systemd.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/buildset-config.controller/nightly-qa-systemd.conf b/buildset-config.controller/nightly-qa-systemd.conf
index f95021dc..662caa6 100644
--- a/buildset-config.controller/nightly-qa-systemd.conf
+++ b/buildset-config.controller/nightly-qa-systemd.conf
@@ -4,6 +4,10 @@ repos: [{'poky':
{'repourl':'git://git.yoctoproject.org/poky',
'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
'branch':'master'}}]
+props: [{'create_eventlog':{'prop_type':'ChoiceStringParameter',
+ 'choices': ['False', 'True'],
+ 'name': 'create_eventlog',
+ 'label':'<hr>Create Toaster event log as part of image creation?:'}}]
steps: [{'SetDest':{}},
{'CheckOutLayers': {}},
{'RunPreamble': {}},
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][yocto-autobuilder] nightly-qa-systemd.conf: Add create_eventlog property
2016-08-30 15:46 [PATCH][yocto-autobuilder] nightly-qa-systemd.conf: Add create_eventlog property Aníbal Limón
@ 2016-08-30 17:07 ` Bill Randle
2016-08-31 20:26 ` Joshua Lock
1 sibling, 0 replies; 3+ messages in thread
From: Bill Randle @ 2016-08-30 17:07 UTC (permalink / raw)
To: Aníbal Limón; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1572 bytes --]
On Aug 30, 2016 8:46 AM, "Aníbal Limón" <anibal.limon@linux.intel.com>
wrote:
>
> This buildset also needs the create_eventlog property for only
> enable the toaster event log creation when required. See rev [1].
>
> [1] 0b083509beaf7421f1dde4b679a934741ac4a3bc
>
> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Acked-by: Bill Randle <billr@neocat.org>
> ---
> buildset-config.controller/nightly-qa-systemd.conf | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/buildset-config.controller/nightly-qa-systemd.conf
b/buildset-config.controller/nightly-qa-systemd.conf
> index f95021dc..662caa6 100644
> --- a/buildset-config.controller/nightly-qa-systemd.conf
> +++ b/buildset-config.controller/nightly-qa-systemd.conf
> @@ -4,6 +4,10 @@ repos: [{'poky':
> {'repourl':'git://git.yoctoproject.org/poky',
> 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-bsp',
'yocto':'meta-yocto', 'poky':'meta-poky'},
> 'branch':'master'}}]
> +props: [{'create_eventlog':{'prop_type':'ChoiceStringParameter',
> + 'choices': ['False', 'True'],
> + 'name': 'create_eventlog',
> + 'label':'<hr>Create Toaster event log as part of
image creation?:'}}]
> steps: [{'SetDest':{}},
> {'CheckOutLayers': {}},
> {'RunPreamble': {}},
> --
> 2.1.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
[-- Attachment #2: Type: text/html, Size: 2470 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][yocto-autobuilder] nightly-qa-systemd.conf: Add create_eventlog property
2016-08-30 15:46 [PATCH][yocto-autobuilder] nightly-qa-systemd.conf: Add create_eventlog property Aníbal Limón
2016-08-30 17:07 ` Bill Randle
@ 2016-08-31 20:26 ` Joshua Lock
1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2016-08-31 20:26 UTC (permalink / raw)
To: Aníbal Limón, yocto
On Tue, 2016-08-30 at 10:46 -0500, Aníbal Limón wrote:
> This buildset also needs the create_eventlog property for only
> enable the toaster event log creation when required. See rev [1].
>
> [1] 0b083509beaf7421f1dde4b679a934741ac4a3bc
Pushed to master, thanks!
Joshua
>
> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
> ---
> buildset-config.controller/nightly-qa-systemd.conf | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/buildset-config.controller/nightly-qa-systemd.conf
> b/buildset-config.controller/nightly-qa-systemd.conf
> index f95021dc..662caa6 100644
> --- a/buildset-config.controller/nightly-qa-systemd.conf
> +++ b/buildset-config.controller/nightly-qa-systemd.conf
> @@ -4,6 +4,10 @@ repos: [{'poky':
> {'repourl':'git://git.yoctoproject.org/poky',
> 'layerversion':{'core':'meta', 'yoctobsp':'meta-yocto-
> bsp', 'yocto':'meta-yocto', 'poky':'meta-poky'},
> 'branch':'master'}}]
> +props: [{'create_eventlog':{'prop_type':'ChoiceStringParameter',
> + 'choices': ['False', 'True'],
> + 'name': 'create_eventlog',
> + 'label':'<hr>Create Toaster event log as part
> of image creation?:'}}]
> steps: [{'SetDest':{}},
> {'CheckOutLayers': {}},
> {'RunPreamble': {}},
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-31 20:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30 15:46 [PATCH][yocto-autobuilder] nightly-qa-systemd.conf: Add create_eventlog property Aníbal Limón
2016-08-30 17:07 ` Bill Randle
2016-08-31 20:26 ` Joshua Lock
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.