From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6680483261914808320 X-Received: by 2002:adf:f48f:: with SMTP id l15mr11299907wro.248.1555422332210; Tue, 16 Apr 2019 06:45:32 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:2341:: with SMTP id j62ls2244931wmj.5.canary-gmail; Tue, 16 Apr 2019 06:45:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqxYsnLBc8pkvkS3xZJj8bT0TOAx+3Oh5qHBVAAlATqfioOl7nJ9ogjo+tDxH3dSRsm2GH+/ X-Received: by 2002:a7b:c250:: with SMTP id b16mr3160933wmj.7.1555422331888; Tue, 16 Apr 2019 06:45:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555422331; cv=none; d=google.com; s=arc-20160816; b=wp7UvIvTP/j8c2kxRcIBP+CgXUbzQ/Yapz8qoaUdYj3CMVI6XntfKmTbPHqeTeud+y ITgcm76eNANtnpWaHkw6GvQB8ky/sflFXxSR6pcJ5AdiMnxl3Mo1Y4p+h3q7yXBwQV2K 0DizHoD3+eM7CarstlTd//AOCHirkyBRWmm/llVeboGnyvBPD/ik2h4v38QluBc6OGMt cTseIzaIy7mQoGK4CGLbLkmRVUJ17Xg0QeIKt9mIxEmepbED0RE+Nr9ONXQQDbOpgrYU HcJDlT7tiMRx1zCTQG0hyV8VIMVrq12jJg29UmxJzZaShScBn4EXOyGxwIgPxKSTTuEG gWkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:content-description :mime-version:references:message-id:subject:cc:to:from:date; bh=NOYRWJDYntBD6ghKcFCSN2i9OJ2XVxaFq9Adcr4CagM=; b=zXmGvFp5PfKsskmRK+FpYFTMzUpL0HzyUkL8kMgThevVl43sy+LJiy0GDT7dok+tDK 5TCPBn9v+IckoNFxc/WLc7PaI47HvSGS4HIIm1fs/VuKp6DN9lesY81mcV72WFI73Jsp yG1k6e+kMEH7iYlDZXX30PyYRcT2v1tZnfaeRfpgGeW4gnEtmMB09op2vIc/o3H5djTJ t8i9te2/hfyK4ajgKw1grprvdmd0uREOM5BYpmcXKa2ivfbAfieA6QmGRTpTjjRA88sk +4ZCTyhxsDwn3a0r019XpWp2SkGonuR+nlKLg/xxtGgX6zwqboEPGKVqdIU5NKpe4YBC Fewg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of andreas.reichel.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=andreas.reichel.ext@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id f21si129615wme.3.2019.04.16.06.45.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Apr 2019 06:45:31 -0700 (PDT) Received-SPF: pass (google.com: domain of andreas.reichel.ext@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of andreas.reichel.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=andreas.reichel.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id x3GDjTbL010965 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 16 Apr 2019 15:45:30 +0200 Received: from iiotirae (golem.ppmd.siemens.net [139.25.69.122]) by mail2.sbs.de (8.15.2/8.15.2) with SMTP id x3GDjTCs007313; Tue, 16 Apr 2019 15:45:29 +0200 Date: Tue, 16 Apr 2019 15:45:29 +0200 From: Andreas Reichel To: "[ext] claudius.heine.ext@siemens.com" Cc: isar-users@googlegroups.com, Claudius Heine Subject: Re: [PATCH 6/8] image.bbclass: make IMAGE_ROOTFS overwritable Message-ID: <20190416134529.GB16075@iiotirae> References: <20190416132647.3074-1-claudius.heine.ext@siemens.com> <20190416132647.3074-7-claudius.heine.ext@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: message Content-Disposition: inline In-Reply-To: <20190416132647.3074-7-claudius.heine.ext@siemens.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-TUID: eZgzCnbBmsOZ On Tue, Apr 16, 2019 at 03:26:44PM +0200, [ext] claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > This way recipes that inherit image.bbclass can set the this path the this > themselves. This was previously not possible, because the bitbake.conf > set this variable with '='. > > Signed-off-by: Claudius Heine > --- > meta/classes/image.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass > index f9a3052..6881d37 100644 > --- a/meta/classes/image.bbclass > +++ b/meta/classes/image.bbclass > @@ -5,7 +5,7 @@ PF = "${PN}-${DISTRO}-${MACHINE}" > > IMAGE_INSTALL ?= "" > IMAGE_TYPE ?= "ext4-img" > -IMAGE_ROOTFS = "${WORKDIR}/rootfs" > +IMAGE_ROOTFS ?= "${WORKDIR}/rootfs" > > IMAGE_INSTALL += "${@ ("linux-image-" + d.getVar("KERNEL_NAME", True)) if d.getVar("KERNEL_NAME", True) else ""}" > > -- > 2.20.1 > > -- > You received this message because you are subscribed to the Google Groups "isar-users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com. > To post to this group, send email to isar-users@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/20190416132647.3074-7-claudius.heine.ext%40siemens.com. > For more options, visit https://groups.google.com/d/optout. -- Andreas Reichel Dipl.-Phys. (Univ.) Software Consultant Andreas.Reichel@tngtech.com, +49-174-3180074 TNG Technology Consulting GmbH, Betastr. 13a, 85774 Unterfoehring Geschaeftsfuehrer: Henrik Klagges, Dr. Robert Dahlke, Gerhard Mueller Sitz: Unterfoehring * Amtsgericht Muenchen * HRB 135082