From 5ceebc17c8bba910df1f299739fa7b3f4e09fe36 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 2 Oct 2006 10:52:05 +0000 Subject: packaged-staging.bbclass: introduce PSTAGE_MODE --- classes/packaged-staging.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass index d4e6dfeb28..f693c4d8ef 100644 --- a/classes/packaged-staging.bbclass +++ b/classes/packaged-staging.bbclass @@ -16,8 +16,8 @@ # Summary: # This class will have two modes of operation: -# LEETVARNAME1: repopulated staging from scratch for each packages -# LEETVARNAME2: append each package to staging (current behaviour) +# PSTAGE_MODE = 'repopulate': repopulated staging from scratch for each packages +# PSTAGE_MODE = 'append': append each package to staging (current behaviour) DEPLOY_DIR_PSTAGE = "${DEPLOY_DIR}/pstage" -- cgit 1.2.3-korg