Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Aug 12, 2011 at 9:55 PM, Christopher Friedt <span dir="ltr"><<a href="mailto:chrisfriedt@...">chrisfriedt@...</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Aug 12, 2011 at 2:48 PM, Christopher Friedt<br>
<<a href="mailto:chrisfriedt@...">chrisfriedt@...</a>> wrote:<br>
> Is there any way to generate the manifest file using 'ebuild' so that<br>
> it will just read the files from my DISTDIR rather than trying to<br>
> fetch them?<br>
<br>
</div>Got it...<br>
<br>
FETCHCOMMAND="echo" ebuild A/B/B.ebuild digest<br>
<br>
</blockquote></div>But this is not the solution!<br>I have the same tree for my embedded systems, and I do the same as you.<br>My header looks like this:<br>EAPI="3"<br>inherit cmake-utils flag-o-matic<br>MY_P="${P}-Source"<br>
SRC_URI="${MY_P}.tar.bz2"<br>RESTRICT="fetch" # This file resides locally and can't be fetched<br><br>Please check the EAPI you use, maybe it needs to change.<br>Also look close on the SRC_URI, it has just the name of the file. <br>
I'm also using repoman to generate all my manifests like this:<br>cd portage_local_tree; repoman -f manifest<br><br>This is much better way to do it. <br><br>Regards,<br>Kfir<br></div>
|
|