[poky] [PATCH] bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##
Laszlo Papp
lpapp at kde.org
Wed Sep 11 06:56:41 PDT 2013
Do you have an url where this change is explained?
On Wed, Sep 11, 2013 at 2:43 PM, Ross Burton <ross.burton at intel.com> wrote:
> The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead.
>
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
> meta-yocto/conf/bblayers.conf.sample | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta-yocto/conf/bblayers.conf.sample
> b/meta-yocto/conf/bblayers.conf.sample
> index 7fd755d..0eda565 100644
> --- a/meta-yocto/conf/bblayers.conf.sample
> +++ b/meta-yocto/conf/bblayers.conf.sample
> @@ -6,11 +6,11 @@ BBPATH = "${TOPDIR}"
> BBFILES ?= ""
>
> BBLAYERS ?= " \
> - ##COREBASE##/meta \
> - ##COREBASE##/meta-yocto \
> - ##COREBASE##/meta-yocto-bsp \
> + ##OEROOT##/meta \
> + ##OEROOT##/meta-yocto \
> + ##OEROOT##/meta-yocto-bsp \
> "
> BBLAYERS_NON_REMOVABLE ?= " \
> - ##COREBASE##/meta \
> - ##COREBASE##/meta-yocto \
> + ##OEROOT##/meta \
> + ##OEROOT##/meta-yocto \
> "
> --
> 1.7.10.4
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20130911/a87f3e42/attachment.html>
More information about the poky
mailing list