summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/skeleton-python.bbclass
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2020-04-23dunfell: fix up inherits for python3Andrew Geissler1-1/+1
Most of these recipes are no longer needed but bitbake still verifies the inherit clauses for them. python2 has been removed so need these to all use the corresponding python3 classes. (From meta-phosphor rev: d55b42ae26bf5198efeb38db9eed8166139408bd) Change-Id: Idf5fee957d8d0f3128a766a8007c3053fc1464d9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2016-07-28classes: prepare some classes for nativeBrad Bishop1-3/+12
Enable native recipes to inherit the following classes: skeleton-python skeleton-sdbus skeleton-gdbus dbus-dir obmc-phosphor-dbus-service Change-Id: I1d79ffc38792dd48016f09119fc8ace46a304a4b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-06-30Add skeleton classesBrad Bishop1-0/+5
A number of classes to be used by recipes pointing to the skeleton project. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>