[yocto] [PATCH] Make the yocto layer dependent on oe-core

Saul Wold sgw at linux.intel.com
Tue Jul 23 07:30:24 PDT 2013


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 at 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 at 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"
>



More information about the yocto mailing list