fix: correct PATH envar in overlay scripts
All checks were successful
diya-rpi-distrib / build (push) Successful in 1h4m31s

This commit is contained in:
DanyLE
2025-03-29 14:03:06 +01:00
parent 6d22f75b37
commit 607092e8f0
2 changed files with 6 additions and 2 deletions

View File

@ -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"
LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
DL_DIR = "/media/work/yocto-build/orpi/build/downloads"
SSTATE_DIR = "/media/work/yocto-build/orpi/build/sstate-cache"