I am using the origin/stable/2009 branch and I'd like to pull my kernel
from 
git://git.infradead.org/users/dedekind/ubifs-v2.6.27.git. I manually
cloned this repo then tar/bz2'd it and I have been using it as such in
my builds. However, I'd like to do it like u-boot and mtd-utils.

So, I tried this in my linux-2.6.27.39.bb file:

TAG = "56cfb0dbfe852bccf72f2624b7c4665e8f28affe"
SRC_URI =
"git://git.infradead.org/users/dedekind/ubifs-v2.6.27.git;protocol=git;t
ag=${TAG} \
    file://defconfig"

But this isn't working for me - it seems OE wants to fetch from
www.angstrom-distrobution.org. This is what I get when I try to bitbake
linux:

[pax...@gumstix downloads]$ bitbake -c rebuild linux
NOTE: Handling BitBake files: - (6707/6707) [100 %]
NOTE: Parsing finished. 6402 cached, 1 parsed, 304 skipped, 0 masked.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 296 of 533 (ID: 2,
/home/paxton/ipc3_rc1/Software/Source/dstan01/user.collection/recipes/li
nux/linux_2.6.27.39.bb, do_setscene)
NOTE: Running task 297 of 533 (ID: 3,
/home/paxton/ipc3_rc1/Software/Source/dstan01/user.collection/recipes/li
nux/linux_2.6.27.39.bb, do_fetch)
NOTE: fetch
http://www.angstrom-distribution.org/unstable/sources/git_git.infradead.
org.users.dedekind.ubifs-v2.6.27.git.tar.gz
--13:56:08--
http://www.angstrom-distribution.org/unstable/sources/git_git.infradead.
org.users.dedekind.ubifs-v2.6.27.git.tar.gz
Resolving www.angstrom-distribution.org... 188.40.83.200
Connecting to www.angstrom-distribution.org|188.40.83.200|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
13:56:09 ERROR 404: Not Found.

Initialized empty Git repository in
/home/paxton/ipc3_rc1/Software/Source/dstan01/downloads/git/git.infradea
d.org.users.dedekind.ubifs-v2.6.27.git/.git/



Does anyone know how to get around this, specifically, what do I have to
do in my .bb file (or files) to pull my kernel from
git://git.infradead.org/users/dedekind/ubifs-v2.6.27.git and have
everything taken care of nicely?

Any help at all is appreciated!

Paxton

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to