Thanks, applied as 11f466dc427625ad0c0aba7daf00fbfb6c722315. Michael
[sent from post-receive hook] On Wed, 14 Apr 2021 17:11:34 +0200, Bastian Krause <[email protected]> wrote: > If the oftree is not installed into the root filesystem, we don't need > to add it to PACKAGES. Add it to EXTRA_PACKAGES in this case instead. > > This is useful for oftrees in FIT images (KERNEL_FIT). It allows adding > custom image dependencies for the dtc package for rather special use > cases. > > Signed-off-by: Bastian Krause <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/dtc.make b/rules/dtc.make > index 49fd4526a7b5..8c0455af9284 100644 > --- a/rules/dtc.make > +++ b/rules/dtc.make > @@ -11,7 +11,11 @@ > # > # We provide this package > # > +ifdef PTXCONF_DTC_INSTALL_OFTREE > PACKAGES-$(PTXCONF_DTC) += dtc > +else > +EXTRA_PACKAGES-$(PTXCONF_DTC) += dtc > +endif > > DTC_VERSION := 1.0.0 > DTC_LICENSE := ignore _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
