mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
forgectrl 21edf30 - cooling engine, controller-mode supervisor, pulse-device broker, motion-liveness gate, crash watchdog, docs. grblhal-glowforge 05c3b2d - cooling thin client, broker-inherited pulse device, heater kill on engine loss. forgefirm-app (python3-gfhardware) 40d0de2 - coolsvc client, broker mode, rail-write gating, gfhome completion hardening, factory NTC curve. Ship the three together: the migrated controllers no longer establish the thermal posture and expect the broker - forgectrl must be current first (deployment ordering per forgectrl docs/SERVICES.md).
16 lines
575 B
PHP
16 lines
575 B
PHP
# Shared fetch for the ForgeFIRM web-service apps (gfhome, python3-ffmachine,
|
|
# gfcloud). Their sources live in the forgefirm-app/ directory of the
|
|
# python3-gfhardware repository.
|
|
HOMEPAGE = "https://github.com/ScottW514/python3-gfhardware"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=62f8bb455fcc4bf177ecab380f71cd5d"
|
|
|
|
SRC_URI = "git://github.com/ScottW514/python3-gfhardware.git;protocol=https;branch=master"
|
|
# Pinned; bump deliberately (AUTOREV is not reproducible).
|
|
SRCREV = "40d0de27083d31f21301060d10bfa855b9158c98"
|
|
|
|
PV = "0.1.0+git"
|
|
|
|
S = "${WORKDIR}/git"
|