diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2017-11-11 15:25:03 +0800 |
|---|---|---|
| committer | Phil Wise <philip.wise@here.com> | 2018-05-11 15:57:27 +0200 |
| commit | 1198bf38017d62f67356df9651a009947f402280 (patch) | |
| tree | d5af88ebd9c581499df82cd1133f51f243674f4e | |
| parent | 1a78a5e84fc466718ce996cf59954b2e5ccb05b0 (diff) | |
| download | meta-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.bbclass | 2 |
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 | ||
| 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 \ |
