diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-09-09 11:03:57 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-09-09 11:05:38 -0700 |
commit | 8cfa7531a02e1c8380508b3dbed653427bf04c36 (patch) | |
tree | edd95fef2b1e9f66ef2cc50958b42cc4f5102bed /classes/base.bbclass | |
parent | f641c14f2d22d09a9055e085444fba12001ab49f (diff) |
Per the TSC decision, make packaged-staging default
For now, just ensures its inherited. In the future, we can merge / simplify
staging.bbclass with packaged-staging.bbclass as appropriate.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes/base.bbclass')
-rw-r--r-- | classes/base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass index 299e875191..1ffbe01706 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -2,6 +2,7 @@ BB_DEFAULT_TASK ?= "build" inherit patch inherit staging +inherit packaged-staging inherit packagedata inherit mirrors |