summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/image_types_phosphor.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/classes/image_types_phosphor.bbclass')
-rw-r--r--meta-phosphor/classes/image_types_phosphor.bbclass10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-phosphor/classes/image_types_phosphor.bbclass b/meta-phosphor/classes/image_types_phosphor.bbclass
index 78ff846f62..87381faaa8 100644
--- a/meta-phosphor/classes/image_types_phosphor.bbclass
+++ b/meta-phosphor/classes/image_types_phosphor.bbclass
@@ -1,15 +1,5 @@
# Base image class extension, inlined into every image.
-def build_uboot(d):
- fstypes = d.getVar('IMAGE_FSTYPES', True).split()
- if any([x.endswith('u-boot') for x in fstypes]):
- return 'image_types_uboot'
- return ''
-
-
-# Inherit u-boot classes if legacy uboot images are in use.
-IMAGE_TYPE_uboot = '${@build_uboot(d)}'
-inherit ${IMAGE_TYPE_uboot}
inherit image_version
# Phosphor image types