[oe] SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk

David Thomas david.thomas at microbee-systems.com
Fri Nov 11 16:08:18 UTC 2011


I had surmised that this was the problem a few min ago... I am looking into it..

On Fri, Nov 11, 2011 at 10:03 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> On Fri, Nov 11, 2011 at 09:52:35AM -0600, David Thomas wrote:
>> I think it is choking on this:
>>
>>
>> PV = "0.0+svnr${SRCPV}"
>> PR ="r7"
>>
>> bb.mkdirhier(codir)
>>
>>  fatal: Not a valid object name 1910
>> NOTE: package matchbox-keyboard-0.0+svnr0+1910-r7: task Fetch failed:
>> Unable to fetch URL
>> git://git.yoctoproject.org/matchbox-keyboard;protocol=git from any
>> source.: Failed
>> ERROR: Function 'Fetch failed: Unable to fetch URL
>> git://git.yoctoproject.org/matchbox-keyboard;protocol=git from any
>> source.' failed
>>
>>
>> Tinkering a tad by commenting out PV = "0.0+svnr${SRCPV}"  makes me
>> think it is trying to point to a specific release in the repository,
>> something similar.
>>
>> bb.mkdirhier(codir)
>>
>>  fatal: Not a valid object name 1910
>> NOTE: package matchbox-keyboard-svn-r7: task Fetch failed: Unable to
>> fetch URL git://git.yoctoproject.org/matchbox-keyboard;protocol=git
>> from any source.: Failed
>> ERROR: Function 'Fetch failed: Unable to fetch URL
>> git://git.yoctoproject.org/matchbox-keyboard;protocol=git from any
>> source.' failed
>> ERROR: Task 5758
>> (/home/twoods/openembedded/recipes/matchbox-keyboard/matchbox-keyboard_svn.bb,
>> do_fetch) failed with exit code '1'
>> ERROR: '/home/twoods/openembedded/recipes/matchbox-keyboard/matchbox-keyboard_svn.bb'
>> failed
>
> This looks like you didn't copy SRCREV param from git recipe in oe-core.
>
> So it's trying to checkout git hash 1910 which doesn't exist, because
> it's subversion revision from old recipe and not git hash.
>
>>
>>
>>
>>
>>
>>
>> On Fri, Nov 11, 2011 at 7:05 AM, Paul Eggleton
>> <paul.eggleton at linux.intel.com> wrote:
>> > On Friday 11 November 2011 06:11:14 David Thomas wrote:
>> >> Well I checked this and the files where in this location... Still no dice.
>> >> The manual states it first searches to see if they exist then downloads. I
>> >> see the opposite, it fails to contact the server and then fails.
>> >
>> > I don't think this is to do with those files (they are in the files subdir as
>> > you point out, and they will be found there via FILESPATH; this is automatic).
>> > If it's contacting the server and failing, it's the URI pointing to that
>> > server or some other problem relating to that operation. You're not behind
>> > some kind of firewall that blocks the git protocol are you?
>> >
>> > Also, from one of your earlier emails:
>> >> SRC_URI = "git:///home/twoods/local;protocol=file;branch=master"
>> >
>> > I don't think this is what you want. Just use file://<full path> if you want to
>> > point it to a local location. But I'm not sure that's what you really want
>> > here either.
>> >
>> >> git://git.yoctoproject.org/matchbox-keyboard;protocol=git;file://smallscreen
>> >> -fontsize.patch;patch=1
>> >
>> > That won't work - you have no space between the first URI and the next. Fix
>> > that, and assuming your network allows access to remote git repos, that should
>> > work.
>> >
>> > You can double check what SRC_URI bitbake is going to use by running this:
>> >
>> > bitbake -e matchbox-keyboard | grep ^SRC_URI
>> >
>> > Could you also remind me what DISTRO you are using?
>> >
>> > Cheers,
>> > Paul
>> >
>> > --
>> >
>> > Paul Eggleton
>> > Intel Open Source Technology Centre
>> >
>>
>>
>>
>> --
>> Dave Thomas
>> MicroBee Systems, Inc
>> 1429 Weatherly Road, Suite G
>> Huntsville, AL 35803-1187
>> 256-489-6671 (Voice)
>> 256-426-2431 (Mobile)
>> 256-489-6673 (FAX)
>> www.microbee-systems.com
>> "Innovative Solutions for an Embedded World"
>>
>> This message is intended for the sole use of the addressee, and may
>> contain information that is privileged, confidential and exempt from
>> disclosure under applicable law. If you are not the addressee you are
>> hereby notified that you may not use, copy, disclose, or distribute to
>> anyone the message or any information contained in the message. If you
>> have received this message in error, please immediately advise the
>> sender by reply email and delete this message.
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>



-- 
Dave Thomas
MicroBee Systems, Inc
1429 Weatherly Road, Suite G
Huntsville, AL 35803-1187
256-489-6671 (Voice)
256-426-2431 (Mobile)
256-489-6673 (FAX)
www.microbee-systems.com
"Innovative Solutions for an Embedded World"

This message is intended for the sole use of the addressee, and may
contain information that is privileged, confidential and exempt from
disclosure under applicable law. If you are not the addressee you are
hereby notified that you may not use, copy, disclose, or distribute to
anyone the message or any information contained in the message. If you
have received this message in error, please immediately advise the
sender by reply email and delete this message.




More information about the Openembedded-devel mailing list