repos: the sources live in the openglow-org organization

The recipe URLs, the release and install URLs, the vendor check and the CI checkouts name openglow-org, and the grblHAL core fork is openglow-org/grblHAL-core. No catalog change is owed: the recipe edits move the meta-forgefirm content hash, which every test fingerprint folds in through the platform block, so the whole catalog re-runs on its own.
This commit is contained in:
ScottW514
2026-09-01 19:44:47 -04:00
parent 758b17c5fe
commit ef2a8607c2
12 changed files with 19 additions and 19 deletions
@@ -1,12 +1,12 @@
DESCRIPTION = "System Control Daemon for ForgeFIRM powered Glowforge"
HOMEPAGE = "https://github.com/ScottW514/forgectrl"
HOMEPAGE = "https://github.com/openglow-org/forgectrl"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=19ed4e3e8c28a4311c16b0b2b91357ec"
PE = "1"
SRC_URI = "git://github.com/ScottW514/forgectrl.git;protocol=https;branch=main"
SRC_URI = "git://github.com/openglow-org/forgectrl.git;protocol=https;branch=main"
# SRCREV and PV live in the pin file (forgefirm-image-manifest.bbclass).
require forgectrl-pin.inc
@@ -1,7 +1,7 @@
# 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"
HOMEPAGE = "https://github.com/openglow-org/python3-gfhardware"
# These packages ship only the Python apps under forgefirm-app/, all MIT. The
# repository's LGPL component (the Bayer decoder compiled into
@@ -9,7 +9,7 @@ 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"
SRC_URI = "git://github.com/openglow-org/python3-gfhardware.git;protocol=https;branch=master"
# SRCREV and PV live in the pin file (forgefirm-image-manifest.bbclass).
require forgefirm-app-pin.inc
@@ -3,7 +3,7 @@ DESCRIPTION = "Runs the release acceptance catalog against the machine from a \
self-contained web page (HTTP :8090), keeps the append-only result log under \
/data/forgetest, exports the release artifact the release gate reads, and \
carries the bench diagnostics page. Installed only on the dev image."
HOMEPAGE = "https://github.com/ScottW514/forgefirm"
HOMEPAGE = "https://github.com/openglow-org/forgefirm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
@@ -1,13 +1,13 @@
DESCRIPTION = "grblHAL motion controller for the Glowforge factory board"
HOMEPAGE = "https://github.com/ScottW514/grblHAL-glowforge"
HOMEPAGE = "https://github.com/openglow-org/grblHAL-glowforge"
LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=3237e48bcef3455c7bea5c0ce16206f6"
# gitsm: the grblHAL core rides as a submodule (ScottW514/core, branch
# gitsm: the grblHAL core rides as a submodule (openglow-org/grblHAL-core, branch
# forgefirm = upstream master + the step_us_min buffer fix pending
# upstream).
SRC_URI = "gitsm://github.com/ScottW514/grblHAL-glowforge.git;protocol=https;branch=main"
SRC_URI = "gitsm://github.com/openglow-org/grblHAL-glowforge.git;protocol=https;branch=main"
# SRCREV and PV live in the pin file (forgefirm-image-manifest.bbclass).
require grblhal-glowforge-pin.inc