From 1d0919c86ffc3673bd908fbdb04b4062b767e168 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 19 Apr 2013 17:24:29 +0200 Subject: [PATCH] yoctorc: updated top variables; updated local.conf.sample --- meta-tizen-ivi/conf/local.conf.sample | 2 +- yoctorc | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta-tizen-ivi/conf/local.conf.sample b/meta-tizen-ivi/conf/local.conf.sample index b455cff..7f42ac7 100644 --- a/meta-tizen-ivi/conf/local.conf.sample +++ b/meta-tizen-ivi/conf/local.conf.sample @@ -54,7 +54,7 @@ DL_DIR ?= "${TOPDIR}/../../downloads" # # The default is a sstate-cache directory under TOPDIR. # -SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache" +SSTATE_DIR ?= "${TOPDIR}/sstate-cache" # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to # track the version of this file when it was generated. This can safely be ignored if diff --git a/yoctorc b/yoctorc index 5238f75..46a15cd 100644 --- a/yoctorc +++ b/yoctorc @@ -4,11 +4,14 @@ # ----- customize here ---------- -YOCTODIR="${HOME}" +#YOCTODIR="${HOME}" +YOCTODIR=${YOCTODIR:-$HOME} -OEDIR=${YOCTODIR}/yoctoTizen_IVI +#OEDIR=${YOCTODIR}/oe-core +OEDIR=${OEDIR:-${YOCTODIR}/yoctoTizen_IVI} -EDITOR="gview -p" +#EDITOR="gview -p" +EDITOR=kate # -------------------------------- -- 2.7.4