summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2017-11-11 15:25:03 +0800
committerMing Liu <liu.ming50@gmail.com>2017-11-17 09:51:58 +0800
commit1091fb12e0c48e7c84fe4efad03fe48d5adc54a3 (patch)
treec5295378e0fe83dc4474c9c4fee4945328c610c8
parentd8ba563dab24bdc7bb4f25b215938f2928d38e77 (diff)
downloadmeta-updater-1091fb12e0c48e7c84fe4efad03fe48d5adc54a3.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 88fb1c5..ae217e3 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 \