Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ROOT_DIR="$(realpath "$(dirname "$0")/../../..")"
ROOT_DIR="$(realpath "$(dirname "$0")/../../../..")"

GIT_URL=https://github.com/paxx12/v4l2-mpp.git
GIT_SHA=6c5a3ea7c3b0d245e0d0edfc00f3e4f185a19597
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ $# -ne 1 ]]; then
exit 1
fi

ROOT_DIR="$(realpath "$(dirname "$0")/../../..")"
ROOT_DIR="$(realpath "$(dirname "$0")/../../../..")"

dos2unix "$1/home/lava/klipper/klippy/extras/filament_detect.py" \
"$1/home/lava/klipper/klippy/extras/fm175xx_reader.py"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Extend the module search path to include extras directories
__path__ = pkgutil.extend_path(__path__, __name__)
__path__.append(os.path.join(BASE, "../../root/home/lava/klipper/klippy/extras"))
__path__.append(os.path.join(BASE, "../../../../tmp/extracted/rootfs/home/lava/klipper/klippy/extras"))
__path__.append(os.path.join(BASE, "../../../../../tmp/extracted/rootfs/home/lava/klipper/klippy/extras"))
Loading