Hi Michael, Am Donnerstag, den 26.03.2020, 17:16 +0100 schrieb Michael Olbrich: > On Thu, Mar 26, 2020 at 08:28:26AM +0000, Denis Osterland-Heim wrote: > > Hi Roland, > > > > sorry for the confusion yesterday, seems it was to late for me... > > > > Am Mittwoch, den 25.03.2020, 19:33 +0100 schrieb Roland Hieber: > > > On Tue, Mar 24, 2020 at 02:53:23PM +0000, Denis Osterland-Heim wrote: > > > > Tool to USB boot i.MX systems from NXP via Android fastboot. > > > > ... > > > > + > > > > +# > > > > ---------------------------------------------------------------------------- > > > > +# Extract > > > > +# > > > > ---------------------------------------------------------------------------- > > > > + > > > > +$(STATEDIR)/host-mfgtools.extract: > > > > + @$(call targetinfo) > > > > + @$(call clean, $(HOST_MFGTOOLS_DIR)) > > > > + @$(call extract, HOST_MFGTOOLS) > > > > + @echo "uuu_$(HOST_MFGTOOLS_VERSION)" > > > > > $(HOST_MFGTOOLS_DIR)/.tarball-version > > > > > > NB: The released tarballs also don't have this file, is it really needed? > > > > Unfortunately it is still need, until upstream generates a tarball with the > > file. > > https://github.com/NXPmicro/mfgtools/issues/173 > > Do this in extract.post not extract. Okay.
Regards Denis > > Michael > > > Regards Denis > > > > > > > > - Roland > > > > > > > + @$(call patchin, HOST_MFGTOOLS) > > > > + @$(call touch) > > > > + > > > > +# > > > > ---------------------------------------------------------------------------- > > > > +# Prepare > > > > +# > > > > ---------------------------------------------------------------------------- > > > > + > > > > +HOST_MFGTOOLS_CONF_TOOL := cmake > > > > + > > > > +# vim: syntax=make > > > > -- > > > > 2.25.2 > > > > > > > > > > > > > > > > Diehl Connectivity Solutions GmbH > > > > Geschäftsführung: Horst Leonberger > > > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > > > Nürnberg: HRB 32315 > > > > ___________________________________________________________________________________________________ > > > > > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese > > > > E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte > > > > Informationen. > > > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise > > > > erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, > > > > Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. > > > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, > > > > erhalten Sie unter > > > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > > > > > The contents of the above mentioned e-mail is not legally binding. This > > > > e-mail contains confidential and/or legally protected information. > > > > Please inform us if you have received this e-mail by > > > > mistake and delete it in such a case. Each unauthorized reproduction, > > > > disclosure, alteration, distribution and/or publication of this e-mail > > > > is strictly prohibited. > > > > - For general information on data protection and your respective rights > > > > please visit > > > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > > > > > _______________________________________________ > > > > ptxdist mailing list > > > > [email protected] > > > > > > > > > > > > > > > > Diehl Connectivity Solutions GmbH > > Geschäftsführung: Horst Leonberger > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > Nürnberg: HRB 32315 > > ___________________________________________________________________________________________________ > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese > > E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise > > erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung > > und/oder Publikation dieser E-Mail ist strengstens untersagt. > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten > > Sie unter > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > The contents of the above mentioned e-mail is not legally binding. This > > e-mail contains confidential and/or legally protected information. Please > > inform us if you have received this e-mail by > > mistake and delete it in such a case. Each unauthorized reproduction, > > disclosure, alteration, distribution and/or publication of this e-mail is > > strictly prohibited. > > - For general information on data protection and your respective rights > > please visit > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > _______________________________________________ > > ptxdist mailing list > > [email protected] > > Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ___________________________________________________________________________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list [email protected]
