From 1091fb12e0c48e7c84fe4efad03fe48d5adc54a3 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sat, 11 Nov 2017 15:25:03 +0800 Subject: 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 --- classes/image_types_ota.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes') 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 @@ # boot scripts, kernel and initramfs images # -inherit image - OSTREE_BOOTLOADER ??= 'u-boot' do_image_otaimg[depends] += "e2fsprogs-native:do_populate_sysroot \ -- cgit v1.2.3-54-g00ecf