($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Vasyl Vavrychuk <vvavrychuk@gmail.com>
To: bitbake-devel@lists.openembedded.org
Cc: Vasyl Vavrychuk <vvavrychuk@gmail.com>
Subject: [PATCH] bitbake.conf: add missing CACHE setting
Date: Sat,  6 Jan 2024 22:23:43 +0200	[thread overview]
Message-ID: <20240106202343.704161-1-vvavrychuk@gmail.com> (raw)

Without it bitbake fails with

  ERROR: Please ensure CACHE is set to the cache directory for BitBake to use

Signed-off-by: Vasyl Vavrychuk <vvavrychuk@gmail.com>
---
 conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 2c1d8be2..f5a5a333 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -23,6 +23,7 @@ DEPENDS = ""
 DEPLOY_DIR = "${TMPDIR}/deploy"
 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images"
 DL_DIR = "${TMPDIR}/downloads"
+CACHE = "${TMPDIR}/cache"
 FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
 FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE', False))}"
 IMAGE_CMD = "_NO_DEFINED_IMAGE_TYPES_"
-- 
2.34.1



             reply	other threads:[~2024-01-06 20:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06 20:23 Vasyl Vavrychuk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-06 20:09 [PATCH] bitbake.conf: add missing CACHE setting Vasyl Vavrychuk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240106202343.704161-1-vvavrychuk@gmail.com \
    --to=vvavrychuk@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).