Thanks for replying so quickly, I really do appreciate it. Dieter:
Yes, I can pull directly as you indicated to try, thanks. Robert: It would appear that Buildroot can just pull from 'head' or whatever GIT calls the current copy. If I clear out the tag entry in Buildroot, I get the following: >>> linux Downloading Doing shallow clone Cloning into 'linux-'... warning: Could not find remote branch --bare to clone. fatal: Remote branch --bare not found in upstream origin Doing full clone Cloning into bare repository 'linux-'... remote: Counting objects: 3445333, done. remote: Compressing objects: 100% (526886/526886), done. Receiving objects: 76% (2620199/3445333), 381.07 MiB | 1.07 MiB/s This is still in progress as I type this, but it looks promising since the number of objects matches what it indicated when it was attempting to pull the tagged version. I'll post up if this works after the download completes. Thanks again, Jim On Monday, January 6, 2014 2:52:00 PM UTC-5, RobertCNelson wrote: > > On Mon, Jan 6, 2014 at 1:02 PM, <[email protected] <javascript:>> > wrote: > > Hello, > > > > I realize that this is an old thread, but was hoping that one of y'all > might > > see this and shed some light on what I'm doing wrong... > > > > I pulled the buildroot project from > > "https://github.com/jadonk/buildroot/releases/tag/save-emmc-0.0.1" > since > > it's exactly what I need (an initramfs with working support for the SD > card; > > I can't get MMC/SD to work with the mainline kernel and Buildroot > 2013.11). > > > > Problem is, when I follow the build instructions, it goes off to do a > GIT > > clone on from GitHub of tag "ddd36e546e53d3c493075bbebd6188ee843208f9" > to > > get Linux kernel patches. It appears to contact the GIT server, > processes > > some 697MB with of data, builds a tarball on the remote end, and then > > downloads a "linux-ddd36e546e53d3c493075bbebd6188ee843208f9.tar.gz" > tarball > > file with 20 bytes in it. > > Yeah... I think i see an issue with github.com/beagleboard/linux the > current practice has always been to push over the old branch, so when > i pushed to fixes to the 3.8 branch last week that rewrote the history > and now ddd36e546e53d3c493075bbebd6188ee843208f9 is probally a single > file no longer connected to anything... > > Can buildroot just use the "3.8" branch instead of a specific commit? > > > > > At this point, the Buildroot compile dies, since the tarball is > > truncated/corrupted/something. > > > > I'm not very well versed in GIT internals; can anyone shed some light on > > what might be wrong so I can get this compiled? I will happily provide > any > > logs or other information, but am too new at using GIT to know what to > post > > up. > > -- > Robert Nelson > http://www.rcn-ee.com/ > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
