On Thu, Feb 23, 2012 at 08:47:39AM +0100, Jan Weitzel wrote:
> Am Donnerstag, den 23.02.2012, 08:31 +0100 schrieb Jan Weitzel:
[...]
> > +# 
> > ----------------------------------------------------------------------------
> > +# Extract
> > +# 
> > ----------------------------------------------------------------------------
> > +$(STATEDIR)/barebox_mlo.extract:
> > +   @$(call targetinfo)
> > +   @$(call clean, $(BAREBOX_MLO_DIR))
> > +   @mkdir -p $(BAREBOX_MLO_DIR)
> > +   @$(call extract, BAREBOX_MLO)
> > +   @$(call patchin, BAREBOX, $(BAREBOX_MLO_DIR))
> I saw this is deprecated, is there an other way to get the BAREBOX
> patchstack?
> With @$(call patchin, BAREBOX_MLO) I got:
> 
> extract: pkg_src=/home/ptxdist_src/barebox-2011.12.0.tar.bz2
> extract:
> pkg_extract_dir=BSP-Phytec-phyCARD-XL2/platform-phyCARD-XL2/build-target/barebox_mlo-2011.12.0
> patchin: no patches found

BAREBOX_MLO_VERSION     = $(BAREBOX_VERSION)
BAREBOX_MLO             = $(BAREBOX)
BAREBOX_MLO_DIR         = $(BUILDDIR)/barebox_mlo-$(BAREBOX_MLO_VERSION)

I think. Then you can remove the extract stage.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to