All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make the yocto layer dependent on oe-core
@ 2013-07-23 11:02 Laszlo Papp
  2013-07-23 14:30 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Laszlo Papp @ 2013-07-23 11:02 UTC (permalink / raw)
  To: yocto

Signed-off-by: Laszlo Papp <lpapp@kde.org>
---
 meta-yocto/conf/layer.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index e012f24..e326aad 100644
--- a/meta-yocto/conf/layer.conf
+++ b/meta-yocto/conf/layer.conf
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "yocto"
 BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
 BBFILE_PRIORITY_yocto = "5"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_yocto = "1"
+
+LAYERDEPENDS_yocto = "core"
-- 
1.8.3.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Make the yocto layer dependent on oe-core
  2013-07-23 11:02 [PATCH] Make the yocto layer dependent on oe-core Laszlo Papp
@ 2013-07-23 14:30 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-07-23 14:30 UTC (permalink / raw)
  To: Laszlo Papp; +Cc: yocto


Laszlo,

Thanks for the patch, we have some standards for the patch commit, which 
can be found:

http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

Key take away is to include the file name or recipe as the first item 
for example:

layer.conf: make the Yocto layer dependent on oe-core

Also this patch is actaully against Poky master and should go to the 
poky@yoctoproject.org.

Again thanks for your contribution, I look forward to a v2 and will pull 
it to the master_under_test branch.

Sau!


On 07/23/2013 04:02 AM, Laszlo Papp wrote:
> Signed-off-by: Laszlo Papp <lpapp@kde.org>
> ---
>   meta-yocto/conf/layer.conf | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
> index e012f24..e326aad 100644
> --- a/meta-yocto/conf/layer.conf
> +++ b/meta-yocto/conf/layer.conf
> @@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "yocto"
>   BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
>   BBFILE_PRIORITY_yocto = "5"
>
> +# This should only be incremented on significant changes that will
> +# cause compatibility issues with other layers
> +LAYERVERSION_yocto = "1"
> +
> +LAYERDEPENDS_yocto = "core"
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-23 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 11:02 [PATCH] Make the yocto layer dependent on oe-core Laszlo Papp
2013-07-23 14:30 ` Saul Wold

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.