From 607092e8f0ebb10915dcb28b6480bb050f5e33f3 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sat, 29 Mar 2025 14:03:06 +0100 Subject: [PATCH] fix: correct PATH envar in overlay scripts --- build/conf/local.conf | 6 +++++- meta-diya | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build/conf/local.conf b/build/conf/local.conf index 0384263..05d263e 100644 --- a/build/conf/local.conf +++ b/build/conf/local.conf @@ -271,4 +271,8 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl" # this doesn't mean anything to you. CONF_VERSION = "2" # accept the Synaptics license -LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch" \ No newline at end of file +LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch" + +DL_DIR = "/media/work/yocto-build/orpi/build/downloads" +SSTATE_DIR = "/media/work/yocto-build/orpi/build/sstate-cache" + diff --git a/meta-diya b/meta-diya index 7b75b29..70caa69 160000 --- a/meta-diya +++ b/meta-diya @@ -1 +1 @@ -Subproject commit 7b75b29500fc551cd5a996e4d32c446ca26bb2cd +Subproject commit 70caa696608e61aeeb64e41e638884331eef6a59