summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2017-11-11 15:25:03 +0800
committerPhil Wise <philip.wise@here.com>2018-05-11 15:57:27 +0200
commit1198bf38017d62f67356df9651a009947f402280 (patch)
treed5af88ebd9c581499df82cd1133f51f243674f4e
parent1a78a5e84fc466718ce996cf59954b2e5ccb05b0 (diff)
downloadmeta-updater-1198bf38017d62f67356df9651a009947f402280.tar.gz
image_types_ota.bbclass: do not inherit image
As a image_types_* bbclass, it does not have to inherit image class, it is sort of redundant code. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
-rw-r--r--classes/image_types_ota.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/image_types_ota.bbclass b/classes/image_types_ota.bbclass
index 36e7059..17fe4e8 100644
--- a/classes/image_types_ota.bbclass
+++ b/classes/image_types_ota.bbclass
@@ -7,8 +7,6 @@
7# boot scripts, kernel and initramfs images 7# boot scripts, kernel and initramfs images
8# 8#
9 9
10inherit image
11
12OSTREE_BOOTLOADER ??= 'u-boot' 10OSTREE_BOOTLOADER ??= 'u-boot'
13 11
14do_image_otaimg[depends] += "e2fsprogs-native:do_populate_sysroot \ 12do_image_otaimg[depends] += "e2fsprogs-native:do_populate_sysroot \