All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add DL_DIR and SSTATE_DIR to toasterconf
@ 2016-04-06 17:04 Michael Wood
  2016-04-06 17:04 ` [PATCH] toaster: add DL_DIR and SSTATE_DIR to poky toasterconf Michael Wood
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Wood @ 2016-04-06 17:04 UTC (permalink / raw)
  To: poky; +Cc: Michael Wood

Add the DL_DIR and SSTATE_DIR to the toasterconf with defaults set

We now support per project sharing of the DL_DIR and SSTATE_DIR
in toaster.

Sujith H (1):
  toaster: add DL_DIR and SSTATE_DIR to poky toasterconf

 meta-poky/conf/toasterconf.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] toaster: add DL_DIR and SSTATE_DIR to poky toasterconf
  2016-04-06 17:04 [PATCH] Add DL_DIR and SSTATE_DIR to toasterconf Michael Wood
@ 2016-04-06 17:04 ` Michael Wood
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Wood @ 2016-04-06 17:04 UTC (permalink / raw)
  To: poky; +Cc: Sujith H, Michael Wood

From: Sujith H <sujith.h@gmail.com>

[YOCTO #8422]

Signed-off-by: Sujith H <sujith.h@gmail.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
---
 meta-poky/conf/toasterconf.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-poky/conf/toasterconf.json b/meta-poky/conf/toasterconf.json
index dc592ab..8153b7a 100644
--- a/meta-poky/conf/toasterconf.json
+++ b/meta-poky/conf/toasterconf.json
@@ -2,9 +2,11 @@
     "config": {
         "MACHINE"      : "qemux86",
         "DISTRO"       : "poky",
+        "DL_DIR"       : "${TOPDIR}/../downloads",
         "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
         "IMAGE_INSTALL_append": "",
-        "PACKAGE_CLASSES": "package_rpm"
+        "PACKAGE_CLASSES": "package_rpm",
+        "SSTATE_DIR"   : "${TOPDIR}/../sstate-cache"
     },
     "layersources": [
         {
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] Add DL_DIR and SSTATE_DIR to toasterconf
@ 2016-04-06 17:00 Michael Wood
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Wood @ 2016-04-06 17:00 UTC (permalink / raw)
  To: openembedded-core

Add the DL_DIR and SSTATE_DIR to the toasterconf with defaults set

We now support per project sharing of the DL_DIR and SSTATE_DIR
in toaster.


Ed Bartosh (1):
  toaster: add DL_DIR and SSTATE_DIR to oe toasterconf

 meta/conf/toasterconf.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-06 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-06 17:04 [PATCH] Add DL_DIR and SSTATE_DIR to toasterconf Michael Wood
2016-04-06 17:04 ` [PATCH] toaster: add DL_DIR and SSTATE_DIR to poky toasterconf Michael Wood
  -- strict thread matches above, loose matches on Subject: below --
2016-04-06 17:00 [PATCH] Add DL_DIR and SSTATE_DIR to toasterconf Michael Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.