From 7f330a2fac04bcec81fae2aa15d2cb67ac56c869 Mon Sep 17 00:00:00 2001 From: Andy Doan Date: Tue, 16 Jul 2019 16:13:07 -0500 Subject: Allow customization of data in targets.json This allows a user to define their own script to be executed after a target has been added to the repository but not yet signed. Signed-off-by: Andy Doan (cherry picked from commit 086f225a581204f45c1c95cffc06c55d3f4eee30) --- classes/sota.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/sota.bbclass') diff --git a/classes/sota.bbclass b/classes/sota.bbclass index bf27b6d..94c3043 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass @@ -51,6 +51,7 @@ GARAGE_SIGN_KEYNAME ?= "garage-key" GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" GARAGE_TARGET_VERSION ?= "" GARAGE_TARGET_URL ?= "" +GARAGE_CUSTOMIZE_TARGET ?= "" SOTA_MACHINE ??="none" SOTA_MACHINE_rpi ?= "raspberrypi" -- cgit v1.2.3-54-g00ecf