summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-20 15:50:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-23 09:01:39 +0000
commit85cf3ed593e1f095c44717aee745afdba6dad68c (patch)
treea21c7c1431f3ba38c0f285652d9b9cff4c7e2369 /meta/classes/base.bbclass
parentb454cb73660beadebb174183dbd0a31fcd2006ba (diff)
downloadpoky-85cf3ed593e1f095c44717aee745afdba6dad68c.tar.gz
lib/oe: Add sstatesig, OE specific signature generator classes
This patch adds SignatureGenerator classes specific to OE. For now, these emulate the previous behaviour with the exception that dependencies on quilt-native are now ignored for checksum purposes. The intent is to allow easier experimentation and customisation of this code in future as a result of these changes. Note that these changes require pending bitbake patches. (From OE-Core rev: cb73cf4299a192e6065d567fae700987c3f937aa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 091e965c1d..bedb73b169 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -9,7 +9,7 @@ inherit utility-tasks
9inherit metadata_scm 9inherit metadata_scm
10inherit logging 10inherit logging
11 11
12OE_IMPORTS += "os sys time oe.path oe.utils oe.data oe.packagegroup" 12OE_IMPORTS += "os sys time oe.path oe.utils oe.data oe.packagegroup oe.sstatesig"
13OE_IMPORTS[type] = "list" 13OE_IMPORTS[type] = "list"
14 14
15def oe_import(d): 15def oe_import(d):