From 26c69a3b3fb8fb41c6df0188ab1699667260e0d8 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 013d6f9..8a67ba2 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass @@ -53,6 +53,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