diff options
author | Ming Liu <liu.ming50@gmail.com> | 2017-11-11 15:25:03 +0800 |
---|---|---|
committer | Ming Liu <liu.ming50@gmail.com> | 2017-11-17 09:51:58 +0800 |
commit | 1091fb12e0c48e7c84fe4efad03fe48d5adc54a3 (patch) | |
tree | c5295378e0fe83dc4474c9c4fee4945328c610c8 | |
parent | d8ba563dab24bdc7bb4f25b215938f2928d38e77 (diff) | |
download | meta-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.bbclass | 2 |
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 | ||
10 | inherit image | ||
11 | |||
12 | OSTREE_BOOTLOADER ??= 'u-boot' | 10 | OSTREE_BOOTLOADER ??= 'u-boot' |
13 | 11 | ||
14 | do_image_otaimg[depends] += "e2fsprogs-native:do_populate_sysroot \ | 12 | do_image_otaimg[depends] += "e2fsprogs-native:do_populate_sysroot \ |