Skip to content

Feature/add compatible machine#9

Open
Omendez31 wants to merge 4 commits into
RidgeRun:scarthgapfrom
Omendez31:feature/add-compatible-machine
Open

Feature/add compatible machine#9
Omendez31 wants to merge 4 commits into
RidgeRun:scarthgapfrom
Omendez31:feature/add-compatible-machine

Conversation

@Omendez31

@Omendez31 Omendez31 commented May 28, 2026

Copy link
Copy Markdown
Collaborator

Modifications Performed

  • Add COMPATIBLE_MACHINE metadata to all RidgeRun GStreamer recipes.
  • Add a repository pre-commit hook runner that executes executable scripts from hooks/pre-commit.d.
  • Add an initial check that rejects staged .bb recipes without COMPATIBLE_MACHINE metadata.

Test

$ pre-commit --version
pre-commit 4.6.0

$ pre-commit install --hook-type pre-commit --install-hooks
pre-commit installed at .git/hooks/pre-commit

Closes #3

@Omendez31 Omendez31 requested review from dchvs99 and lleon95 May 28, 2026 17:24
@Omendez31 Omendez31 assigned Omendez31 and unassigned Omendez31 May 28, 2026
Comment thread hooks/pre-commit.d/10-compatible-machine.sh
Comment thread hooks/pre-commit Outdated
@Omendez31 Omendez31 requested a review from lleon95 May 29, 2026 15:48
Comment thread hooks/pre-commit Outdated
Comment thread recipes-multimedia/gstreamer/gst-motion-detect.bb Outdated
Comment thread recipes-multimedia/gstreamer/gst-motion-detect.bb Outdated
@Omendez31 Omendez31 force-pushed the feature/add-compatible-machine branch 2 times, most recently from 6a9f0f2 to e45ab18 Compare May 29, 2026 16:43
@Omendez31 Omendez31 force-pushed the feature/add-compatible-machine branch from e45ab18 to 522633b Compare May 29, 2026 17:01
@Omendez31 Omendez31 requested a review from lleon95 May 29, 2026 17:04
@dchvs99

dchvs99 commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Please include the commands used during this hooks installation from scratch, along with their logs

SECTION = "multimedia"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=46819161aba98ab8c502e93a15713e58"
COMPATIBLE_MACHINE = "(imx-nxp-bsp)"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qualcomm platforms are also supported: https://www.ridgerun.com/gstisp

@Omendez31 Omendez31 force-pushed the feature/add-compatible-machine branch from a3bc939 to 522633b Compare June 15, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add COMPATIBLE_MACHINE to All Recipes

3 participants