mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-13 22:32:27 +00:00
meshtasticd-debian: set PLATFORMIO_CORE_DIR (#5760)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.pio
|
||||
.pio_core
|
||||
pio
|
||||
|
||||
# ignore vscode IDE settings files
|
||||
|
||||
1
debian/ci_pack_sdeb.sh
vendored
1
debian/ci_pack_sdeb.sh
vendored
@@ -2,6 +2,7 @@
|
||||
export DEBEMAIL="jbennett@incomsystems.biz"
|
||||
export PLATFORMIO_LIBDEPS_DIR=pio/libdeps
|
||||
export PLATFORMIO_PACKAGES_DIR=pio/packages
|
||||
export PLATFORMIO_CORE_DIR=.pio_core
|
||||
|
||||
# Download libraries to `libdeps`
|
||||
platformio pkg install -e native
|
||||
|
||||
1
debian/rules
vendored
1
debian/rules
vendored
@@ -7,6 +7,7 @@
|
||||
|
||||
# https://docs.platformio.org/en/latest/envvars.html
|
||||
PIO_ENV:=\
|
||||
PLATFORMIO_CORE_DIR=.pio_core \
|
||||
PLATFORMIO_LIBDEPS_DIR=pio/libdeps \
|
||||
PLATFORMIO_PACKAGES_DIR=pio/packages
|
||||
|
||||
|
||||
2
debian/source/options
vendored
2
debian/source/options
vendored
@@ -1 +1 @@
|
||||
extend-diff-ignore = "\.pio"
|
||||
extend-diff-ignore = "\.pio\w*?$"
|
||||
Reference in New Issue
Block a user