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 [email protected].

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 <[email protected]>
---
  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"

_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to