On Thu, Aug 29, 2013 at 04:01:20PM +0100, Laszlo Papp wrote: > On Wed, Aug 21, 2013 at 12:04 PM, Martin Jansa <[email protected]>wrote: > > > It does, all you need to do is enable BB_GENERATE_MIRROR_TARBALLS > > > > I need all the three lines or just the last? > > SOURCE_MIRROR_URL ?= "file://${DL_DIR}" > INHERIT += "own-mirrors" > BB_GENERATE_MIRROR_TARBALLS = "1"
Depends on what you're trying to do, BB_GENERATE_MIRROR_TARBALLS just
generates tarballs from SCM checkouts.
SOURCE_MIRROR_URL ?= "file://${DL_DIR}" doesn't look correct (DL_DIR is
used by default), SOURCE_MIRROR_URL + own-mirrors are useful on other
builders which will be using the generated mirror (over http:// or
smb/nfs etc - with file://mount-point/foo)
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
