public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: claudius.heine.ext@siemens.com
To: isar-users@googlegroups.com
Cc: Claudius Heine <ch@denx.de>
Subject: [PATCH 2/3] meta/classes/*-img: remove 'inherit image' statements
Date: Thu, 21 Mar 2019 15:07:46 +0100	[thread overview]
Message-ID: <20190321140747.573-3-claudius.heine.ext@siemens.com> (raw)
In-Reply-To: <20190321140747.573-1-claudius.heine.ext@siemens.com>

From: Claudius Heine <ch@denx.de>

Those statements are not necessary since those files are
included by the 'image.bbclass'

Signed-off-by: Claudius Heine <ch@denx.de>
---
 meta/classes/fit-img.bbclass   | 3 ---
 meta/classes/ubi-img.bbclass   | 3 ---
 meta/classes/ubifs-img.bbclass | 2 --
 3 files changed, 8 deletions(-)

diff --git a/meta/classes/fit-img.bbclass b/meta/classes/fit-img.bbclass
index be0cbfe..e8026c4 100644
--- a/meta/classes/fit-img.bbclass
+++ b/meta/classes/fit-img.bbclass
@@ -6,9 +6,6 @@
 MKIMAGE_ARGS ??= ""
 
 FIT_IMAGE_SOURCE ??= "fitimage.its"
-
-inherit image
-
 FIT_IMAGE_FILE ?= "${IMAGE_FULLNAME}.fit.img"
 
 IMAGER_INSTALL += "u-boot-tools device-tree-compiler"
diff --git a/meta/classes/ubi-img.bbclass b/meta/classes/ubi-img.bbclass
index f34ac84..a34c465 100644
--- a/meta/classes/ubi-img.bbclass
+++ b/meta/classes/ubi-img.bbclass
@@ -9,9 +9,6 @@ python() {
 }
 
 UBINIZE_CFG ??= "ubinize.cfg"
-
-inherit image
-
 UBI_IMAGE_FILE ?= "${IMAGE_FULLNAME}.ubi.img"
 
 IMAGER_INSTALL += "mtd-utils"
diff --git a/meta/classes/ubifs-img.bbclass b/meta/classes/ubifs-img.bbclass
index dcf9eb9..bf019a8 100644
--- a/meta/classes/ubifs-img.bbclass
+++ b/meta/classes/ubifs-img.bbclass
@@ -8,8 +8,6 @@ python() {
         bb.fatal("MKUBIFS_ARGS must be set")
 }
 
-inherit image
-
 UBIFS_IMAGE_FILE ?= "${IMAGE_FULLNAME}.ubifs.img"
 
 IMAGER_INSTALL += "mtd-utils"
-- 
2.20.1


  parent reply	other threads:[~2019-03-21 14:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-21 14:07 [PATCH 0/3] Clean image pipeline claudius.heine.ext
2019-03-21 14:07 ` [PATCH 1/3] meta/image classes: refactor task stamps claudius.heine.ext
2019-03-21 14:07 ` claudius.heine.ext [this message]
2019-03-21 14:07 ` [PATCH 3/3] meta/classes/image*: refactor image pipeline and image.bbclass claudius.heine.ext
2019-03-25  8:21 ` [PATCH 0/3] Clean image pipeline Claudius Heine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190321140747.573-3-claudius.heine.ext@siemens.com \
    --to=claudius.heine.ext@siemens.com \
    --cc=ch@denx.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox