[oe-commits] Ross Burton : bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##

git at git.openembedded.org git at git.openembedded.org
Fri Sep 20 11:16:21 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 7c4b42b7cdf551a588ded4c3429b7edf7d0567f8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7c4b42b7cdf551a588ded4c3429b7edf7d0567f8

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Sep 19 11:04:35 2013 +0100

bblayers.conf.sample: use ##OEROOT## instead of ##COREBASE##

The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bblayers.conf.sample |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
index 1d45ddf..518da74 100644
--- a/meta/conf/bblayers.conf.sample
+++ b/meta/conf/bblayers.conf.sample
@@ -6,10 +6,10 @@ BBPATH = "${TOPDIR}"
 BBFILES ?= ""
 
 BBLAYERS ?= " \
-  ##COREBASE##/meta \
+  ##OEROOT##/meta \
   "
 
 BBLAYERS_NON_REMOVABLE ?= " \
-  ##COREBASE##/meta \
+  ##OEROOT##/meta \
   "
 



More information about the Openembedded-commits mailing list