* SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk
@ 2011-11-09 22:32 David Thomas
2011-11-10 9:58 ` Paul Eggleton
0 siblings, 1 reply; 21+ messages in thread
From: David Thomas @ 2011-11-09 22:32 UTC (permalink / raw)
To: openembedded-devel
Since svn.o-hand.com is dead does anyone have a different repository?
SRC_URI = "git://git.yoctoproject.org/matchbox-keyboard;protocol=git \
file://smallscreen-fontsize.patch;patch=1 \
file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1
\
file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1
\
file://4-Add-rendering-debug-logging.patch;patch=1 \
file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1
\
file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \
"
I am unable to find any source for these. It sure seems to me that OE
is overly dependent upon links that come and go.
--
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.
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-09 22:32 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk David Thomas @ 2011-11-10 9:58 ` Paul Eggleton 2011-11-10 12:35 ` David Thomas 0 siblings, 1 reply; 21+ messages in thread From: Paul Eggleton @ 2011-11-10 9:58 UTC (permalink / raw) To: David Thomas; +Cc: openembedded-devel On Wednesday 09 November 2011 16:32:48 David Thomas wrote: > Since svn.o-hand.com is dead does anyone have a different repository? Most if not all o-hand repositories have been converted to git and moved to git.yoctoproject.org. A list of what's available: http://git.yoctoproject.org/cgit/cgit.cgi/ > SRC_URI = "git://git.yoctoproject.org/matchbox-keyboard;protocol=git \ This works for me... ? > I am unable to find any source for these. It sure seems to me that OE > is overly dependent upon links that come and go. It is if you don't use a mirror. Realistically with the wide range of software from hundreds of different providers built in OE there's no way you can expect all of them to not change their download locations, remove old versions, etc. over time. That's why we have mirror support, and both Angstrom and the Yocto Project provide mirrors already. If you really want to ensure long-term support you may want to consider setting up your own local mirror; it's fairly easy to do. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-10 9:58 ` Paul Eggleton @ 2011-11-10 12:35 ` David Thomas 2011-11-10 22:11 ` David Thomas 0 siblings, 1 reply; 21+ messages in thread From: David Thomas @ 2011-11-10 12:35 UTC (permalink / raw) To: Paul Eggleton; +Cc: openembedded-devel I appreciate the response. Yes, I found this but it would seem this is related to the patches listed in that file I included. I will press on. Dave On Nov 10, 2011, at 3:58 AM, Paul Eggleton wrote: > On Wednesday 09 November 2011 16:32:48 David Thomas wrote: >> Since svn.o-hand.com is dead does anyone have a different repository? > > Most if not all o-hand repositories have been converted to git and moved to > git.yoctoproject.org. A list of what's available: > > http://git.yoctoproject.org/cgit/cgit.cgi/ > >> SRC_URI = "git://git.yoctoproject.org/matchbox-keyboard;protocol=git \ > > This works for me... ? > >> I am unable to find any source for these. It sure seems to me that OE >> is overly dependent upon links that come and go. > > It is if you don't use a mirror. Realistically with the wide range of software > from hundreds of different providers built in OE there's no way you can expect > all of them to not change their download locations, remove old versions, etc. > over time. That's why we have mirror support, and both Angstrom and the Yocto > Project provide mirrors already. > > If you really want to ensure long-term support you may want to consider > setting up your own local mirror; it's fairly easy to do. > > Cheers, > Paul > > -- > > Paul Eggleton > Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-10 12:35 ` David Thomas @ 2011-11-10 22:11 ` David Thomas 2011-11-10 23:04 ` Paul Menzel 0 siblings, 1 reply; 21+ messages in thread From: David Thomas @ 2011-11-10 22:11 UTC (permalink / raw) To: Paul Eggleton; +Cc: openembedded-devel I have tried every possible way, 8 hours so far, to get this file to process these patches. I got the patches, I have set up local repositories, ad nasium and same response, unable to fetch from any source. I have tired every combination, I have tried every possible link, url, SRC_URI = "git:///home/twoods/local;protocol=file;branch=master" git://git.yoctoproject.org/matchbox-keyboard;protocol=git;file://smallscreen-fontsize.patch;patch=1 and on and on. Every single project I have seen references the same SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ I am at the point of hurling this machine out a window. How could this be so cryptic and difficult? Does anyone have a idea? DESCRIPTION = "Matchbox virtual keyboard for X11" LICENSE = "GPL" DEPENDS = "libfakekey expat libxft" RCONFLICTS = matchbox-keyboard-inputmethod RPROVIDES_${PN} = matchbox-keyboard-inputmethod SECTION = "x11" PV = "0.0+svnr${SRCPV}" PR ="r7" SRC_URI = "https://git.gitorious.org/cm-t3530/cm-t3530.git;protocol=git \ file://smallscreen-fontsize.patch;patch=1 \ file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1 \ file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 \ file://4-Add-rendering-debug-logging.patch;patch=1 \ file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 \ file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \ " S = "${WORKDIR}/${PN}" inherit autotools pkgconfig gettext EXTRA_OECONF = "--disable-cairo" FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps \ ${datadir}/matchbox-keyboard" On Thu, Nov 10, 2011 at 6:35 AM, David Thomas <david.thomas@microbee-systems.com> wrote: > I appreciate the response. Yes, I found this but it would seem this is related to the patches listed in that file I included. > > I will press on. > > Dave > > > On Nov 10, 2011, at 3:58 AM, Paul Eggleton wrote: > >> On Wednesday 09 November 2011 16:32:48 David Thomas wrote: >>> Since svn.o-hand.com is dead does anyone have a different repository? >> >> Most if not all o-hand repositories have been converted to git and moved to >> git.yoctoproject.org. A list of what's available: >> >> http://git.yoctoproject.org/cgit/cgit.cgi/ >> >>> SRC_URI = "git://git.yoctoproject.org/matchbox-keyboard;protocol=git \ >> >> This works for me... ? >> >>> I am unable to find any source for these. It sure seems to me that OE >>> is overly dependent upon links that come and go. >> >> It is if you don't use a mirror. Realistically with the wide range of software >> from hundreds of different providers built in OE there's no way you can expect >> all of them to not change their download locations, remove old versions, etc. >> over time. That's why we have mirror support, and both Angstrom and the Yocto >> Project provide mirrors already. >> >> If you really want to ensure long-term support you may want to consider >> setting up your own local mirror; it's fairly easy to do. >> >> 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. ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-10 22:11 ` David Thomas @ 2011-11-10 23:04 ` Paul Menzel 2011-11-11 3:17 ` David Thomas 0 siblings, 1 reply; 21+ messages in thread From: Paul Menzel @ 2011-11-10 23:04 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 2090 bytes --] Am Donnerstag, den 10.11.2011, 16:11 -0600 schrieb David Thomas: > I have tried every possible way, 8 hours so far, to get this file to > process these patches. I got the patches, I have set up local > repositories, ad nasium and same response, unable to fetch from any > source. > > I have tired every combination, I have tried every possible link, url, > > SRC_URI = "git:///home/twoods/local;protocol=file;branch=master" > > git://git.yoctoproject.org/matchbox-keyboard;protocol=git;file://smallscreen-fontsize.patch;patch=1 > > and on and on. Every single project I have seen references the same > > > SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ > > I am at the point of hurling this machine out a window. How could this > be so cryptic and difficult? > > Does anyone have a idea? > > DESCRIPTION = "Matchbox virtual keyboard for X11" > LICENSE = "GPL" > DEPENDS = "libfakekey expat libxft" > RCONFLICTS = matchbox-keyboard-inputmethod > RPROVIDES_${PN} = matchbox-keyboard-inputmethod > SECTION = "x11" > PV = "0.0+svnr${SRCPV}" > PR ="r7" > > SRC_URI = "https://git.gitorious.org/cm-t3530/cm-t3530.git;protocol=git \ > file://smallscreen-fontsize.patch;patch=1 \ > file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1 > \ Please turn off line wrapping. > file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 > \ > file://4-Add-rendering-debug-logging.patch;patch=1 \ > file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 > \ > file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \ > " Where do you have these files stored? > S = "${WORKDIR}/${PN}" > > inherit autotools pkgconfig gettext > > EXTRA_OECONF = "--disable-cairo" > > FILES_${PN} = "${bindir}/* \ > ${datadir}/applications \ > ${datadir}/pixmaps \ > ${datadir}/matchbox-keyboard" Thanks, Paul [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-10 23:04 ` Paul Menzel @ 2011-11-11 3:17 ` David Thomas 2011-11-11 7:30 ` Paul Menzel 0 siblings, 1 reply; 21+ messages in thread From: David Thomas @ 2011-11-11 3:17 UTC (permalink / raw) To: openembedded-devel On Nov 10, 2011, at 5:04 PM, Paul Menzel wrote: > Am Donnerstag, den 10.11.2011, 16:11 -0600 schrieb David Thomas: >> I have tried every possible way, 8 hours so far, to get this file to >> process these patches. I got the patches, I have set up local >> repositories, ad nasium and same response, unable to fetch from any >> source. >> >> I have tired every combination, I have tried every possible link, url, >> >> SRC_URI = "git:///home/twoods/local;protocol=file;branch=master" >> >> git://git.yoctoproject.org/matchbox-keyboard;protocol=git;file://smallscreen-fontsize.patch;patch=1 >> >> and on and on. Every single project I have seen references the same >> >> >> SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ >> >> I am at the point of hurling this machine out a window. How could this >> be so cryptic and difficult? >> >> Does anyone have a idea? >> >> DESCRIPTION = "Matchbox virtual keyboard for X11" >> LICENSE = "GPL" >> DEPENDS = "libfakekey expat libxft" >> RCONFLICTS = matchbox-keyboard-inputmethod >> RPROVIDES_${PN} = matchbox-keyboard-inputmethod >> SECTION = "x11" >> PV = "0.0+svnr${SRCPV}" >> PR ="r7" >> >> SRC_URI = "https://git.gitorious.org/cm-t3530/cm-t3530.git;protocol=git \ >> file://smallscreen-fontsize.patch;patch=1 \ >> file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1\ >> file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 \ >> file://4-Add-rendering-debug-logging.patch;patch=1 \ >> file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 \ >> file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \ >> " > > Where do you have these files stored? $OEBASE/sources or /home/twoods/sources > >> S = "${WORKDIR}/${PN}" >> >> inherit autotools pkgconfig gettext >> >> EXTRA_OECONF = "--disable-cairo" >> >> FILES_${PN} = "${bindir}/* \ >> ${datadir}/applications \ >> ${datadir}/pixmaps \ >> ${datadir}/matchbox-keyboard" > > > Thanks, > > Paul > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 3:17 ` David Thomas @ 2011-11-11 7:30 ` Paul Menzel 2011-11-11 11:55 ` Dave Thomas 2011-11-11 12:11 ` David Thomas 0 siblings, 2 replies; 21+ messages in thread From: Paul Menzel @ 2011-11-11 7:30 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 2520 bytes --] Am Donnerstag, den 10.11.2011, 21:17 -0600 schrieb David Thomas: > On Nov 10, 2011, at 5:04 PM, Paul Menzel wrote: > > > Am Donnerstag, den 10.11.2011, 16:11 -0600 schrieb David Thomas: > >> I have tried every possible way, 8 hours so far, to get this file to > >> process these patches. I got the patches, I have set up local > >> repositories, ad nasium and same response, unable to fetch from any > >> source. > >> > >> I have tired every combination, I have tried every possible link, url, > >> > >> SRC_URI = "git:///home/twoods/local;protocol=file;branch=master" > >> > >> git://git.yoctoproject.org/matchbox-keyboard;protocol=git;file://smallscreen-fontsize.patch;patch=1 > >> > >> and on and on. Every single project I have seen references the same > >> > >> > >> SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ > >> > >> I am at the point of hurling this machine out a window. How could this > >> be so cryptic and difficult? > >> > >> Does anyone have a idea? > >> > >> DESCRIPTION = "Matchbox virtual keyboard for X11" > >> LICENSE = "GPL" > >> DEPENDS = "libfakekey expat libxft" > >> RCONFLICTS = matchbox-keyboard-inputmethod > >> RPROVIDES_${PN} = matchbox-keyboard-inputmethod > >> SECTION = "x11" > >> PV = "0.0+svnr${SRCPV}" > >> PR ="r7" > >> > >> SRC_URI = "https://git.gitorious.org/cm-t3530/cm-t3530.git;protocol=git \ > >> file://smallscreen-fontsize.patch;patch=1 \ > >> file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1\ > >> file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 \ > >> file://4-Add-rendering-debug-logging.patch;patch=1 \ > >> file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 \ > >> file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \ > >> " > > > > Where do you have these files stored? > > $OEBASE/sources or /home/twoods/sources You have to put them in the recipe folder under `files`, which is deprecated, or cm-t3530-… like here. recipes/vdr$ ls -r vdr.inc vdr_1.7.16.bb vdr-1.7.16: 0003-uclibc-Add-lintl-to-LIBS.patch 0001-Makefile-Pass-LDFLAGS.patch 0002-tools.h-include-stdarg.h.patch This is even in the manual I think and you have plenty of examples in the repository already. […] Thanks, Paul [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 7:30 ` Paul Menzel @ 2011-11-11 11:55 ` Dave Thomas 2011-11-11 12:11 ` David Thomas 1 sibling, 0 replies; 21+ messages in thread From: Dave Thomas @ 2011-11-11 11:55 UTC (permalink / raw) To: openembedded-devel@lists.openembedded.org Cc: openembedded-devel@lists.openembedded.org Thanks, I am new to oe and this is not entirely intuitive to me yet... I will try this. Dave Thomas MicroBee Systems, Inc 1429 Weatherly Road, Suite G Huntsville, AL 35803 256-489-6671 From my iPad On Nov 11, 2011, at 1:30 AM, Paul Menzel <paulepanter@users.sourceforge.net> wrote: > Am Donnerstag, den 10.11.2011, 21:17 -0600 schrieb David Thomas: >> On Nov 10, 2011, at 5:04 PM, Paul Menzel wrote: >> >>> Am Donnerstag, den 10.11.2011, 16:11 -0600 schrieb David Thomas: >>>> I have tried every possible way, 8 hours so far, to get this file to >>>> process these patches. I got the patches, I have set up local >>>> repositories, ad nasium and same response, unable to fetch from any >>>> source. >>>> >>>> I have tired every combination, I have tried every possible link, url, >>>> >>>> SRC_URI = "git:///home/twoods/local;protocol=file;branch=master" >>>> >>>> git://git.yoctoproject.org/matchbox-keyboard;protocol=git;file://smallscreen-fontsize.patch;patch=1 >>>> >>>> and on and on. Every single project I have seen references the same >>>> >>>> >>>> SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ >>>> >>>> I am at the point of hurling this machine out a window. How could this >>>> be so cryptic and difficult? >>>> >>>> Does anyone have a idea? >>>> >>>> DESCRIPTION = "Matchbox virtual keyboard for X11" >>>> LICENSE = "GPL" >>>> DEPENDS = "libfakekey expat libxft" >>>> RCONFLICTS = matchbox-keyboard-inputmethod >>>> RPROVIDES_${PN} = matchbox-keyboard-inputmethod >>>> SECTION = "x11" >>>> PV = "0.0+svnr${SRCPV}" >>>> PR ="r7" >>>> >>>> SRC_URI = "https://git.gitorious.org/cm-t3530/cm-t3530.git;protocol=git \ >>>> file://smallscreen-fontsize.patch;patch=1 \ >>>> file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1\ >>>> file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 \ >>>> file://4-Add-rendering-debug-logging.patch;patch=1 \ >>>> file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 \ >>>> file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \ >>>> " >>> >>> Where do you have these files stored? >> >> $OEBASE/sources or /home/twoods/sources > > You have to put them in the recipe folder under `files`, which is > deprecated, or cm-t3530-… like here. > > recipes/vdr$ ls -r > vdr.inc > vdr_1.7.16.bb > > vdr-1.7.16: > 0003-uclibc-Add-lintl-to-LIBS.patch 0001-Makefile-Pass-LDFLAGS.patch > 0002-tools.h-include-stdarg.h.patch > > This is even in the manual I think and you have plenty of examples in > the repository already. > > […] > > > Thanks, > > Paul > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 7:30 ` Paul Menzel 2011-11-11 11:55 ` Dave Thomas @ 2011-11-11 12:11 ` David Thomas 2011-11-11 13:05 ` Paul Eggleton 1 sibling, 1 reply; 21+ messages in thread From: David Thomas @ 2011-11-11 12:11 UTC (permalink / raw) To: openembedded-devel 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. ~/openembedded/recipes/matchbox-keyboard$ ls files matchbox-keyboard_svn.bb mboxkbd-layouts-gui_git.bb matchbox-keyboard-inputmethod_svn.bb mboxkbd-layouts-gui twoods@EVA-DEV:~/openembedded/recipes/matchbox-keyboard$ cd files twoods@EVA-DEV:~/openembedded/recipes/matchbox-keyboard/files$ ls 2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch 3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch 4-Add-rendering-debug-logging.patch 5-Add-support-for-loading-multiple-independent-layouts.patch 6-Add-layout-switch-key-to-all-layouts.patch 80matchboxkeyboard fic-gta01-font-size.patch matchbox-keyboard-applet.patch matchbox-keyboard-hide-delay.patch smallscreen-fontsize.patch On Nov 11, 2011, at 1:30 AM, Paul Menzel wrote: > Am Donnerstag, den 10.11.2011, 21:17 -0600 schrieb David Thomas: >> On Nov 10, 2011, at 5:04 PM, Paul Menzel wrote: >> >>> Am Donnerstag, den 10.11.2011, 16:11 -0600 schrieb David Thomas: >>>> I have tried every possible way, 8 hours so far, to get this file to >>>> process these patches. I got the patches, I have set up local >>>> repositories, ad nasium and same response, unable to fetch from any >>>> source. >>>> >>>> I have tired every combination, I have tried every possible link, url, >>>> >>>> SRC_URI = "git:///home/twoods/local;protocol=file;branch=master" >>>> >>>> git://git.yoctoproject.org/matchbox-keyboard;protocol=git;file://smallscreen-fontsize.patch;patch=1 >>>> >>>> and on and on. Every single project I have seen references the same >>>> >>>> >>>> SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ >>>> >>>> I am at the point of hurling this machine out a window. How could this >>>> be so cryptic and difficult? >>>> >>>> Does anyone have a idea? >>>> >>>> DESCRIPTION = "Matchbox virtual keyboard for X11" >>>> LICENSE = "GPL" >>>> DEPENDS = "libfakekey expat libxft" >>>> RCONFLICTS = matchbox-keyboard-inputmethod >>>> RPROVIDES_${PN} = matchbox-keyboard-inputmethod >>>> SECTION = "x11" >>>> PV = "0.0+svnr${SRCPV}" >>>> PR ="r7" >>>> >>>> SRC_URI = "https://git.gitorious.org/cm-t3530/cm-t3530.git;protocol=git \ >>>> file://smallscreen-fontsize.patch;patch=1 \ >>>> file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1\ >>>> file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 \ >>>> file://4-Add-rendering-debug-logging.patch;patch=1 \ >>>> file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 \ >>>> file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \ >>>> " >>> >>> Where do you have these files stored? >> >> $OEBASE/sources or /home/twoods/sources > > You have to put them in the recipe folder under `files`, which is > deprecated, or cm-t3530-… like here. > > recipes/vdr$ ls -r > vdr.inc > vdr_1.7.16.bb > > vdr-1.7.16: > 0003-uclibc-Add-lintl-to-LIBS.patch 0001-Makefile-Pass-LDFLAGS.patch > 0002-tools.h-include-stdarg.h.patch > > This is even in the manual I think and you have plenty of examples in > the repository already. > > […] > > > Thanks, > > Paul > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 12:11 ` David Thomas @ 2011-11-11 13:05 ` Paul Eggleton 2011-11-11 14:51 ` David Thomas 2011-11-11 15:52 ` David Thomas 0 siblings, 2 replies; 21+ messages in thread From: Paul Eggleton @ 2011-11-11 13:05 UTC (permalink / raw) To: David Thomas; +Cc: openembedded-devel 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 ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 13:05 ` Paul Eggleton @ 2011-11-11 14:51 ` David Thomas 2011-11-11 15:14 ` Paul Eggleton 2011-11-11 15:52 ` David Thomas 1 sibling, 1 reply; 21+ messages in thread From: David Thomas @ 2011-11-11 14:51 UTC (permalink / raw) To: Paul Eggleton; +Cc: openembedded-devel Returning the recipe to the original EVA-DEV:~/openembedded/recipes/matchbox-keyboard$ bitbake -e matchbox-keyboard | grep ^SRC_URI SRC_URI="svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http file://smallscreen-fontsize.patch;patch=1 file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1 file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 file://4-Add-rendering-debug-logging.patch;patch=1 file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1" svn: OPTIONS of 'http://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard': could not connect to server (http://svn.o-hand.com) NOTE: package matchbox-keyboard-0.0+svnr1910-r7: task Fetch failed: Unable to fetch URL svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http from any source.: Failed ERROR: Function 'Fetch failed: Unable to fetch URL svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http 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 I am building for the COMPULAB T-CM3530 using the kernel they post online. The build platform is Ubuntu 10 LTS On Fri, Nov 11, 2011 at 7:05 AM, Paul Eggleton <paul.eggleton@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. ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 14:51 ` David Thomas @ 2011-11-11 15:14 ` Paul Eggleton [not found] ` <CALJpqJw_QkVCyD918ymd6=11VaFC1uj6kGy_XVkaL+-WJQ8jgw@mail.gmail.com> 0 siblings, 1 reply; 21+ messages in thread From: Paul Eggleton @ 2011-11-11 15:14 UTC (permalink / raw) To: David Thomas; +Cc: openembedded-devel On Friday 11 November 2011 08:51:15 you wrote: > Returning the recipe to the original Sorry if it wasn't clear but the matchbox svn repositories are gone and won't be coming back - they have been replaced by git repositories on yoctoproject.org; so you do need to at least correct that assuming you aren't using any mirrors (and it sounds like you aren't - I verified this morning that Angstrom has matchbox-keyboard in its source mirror). > I am building for the COMPULAB T-CM3530 using the kernel they post online. > The build platform is Ubuntu 10 LTS What I was after was what DISTRO is set to in your conf/local.conf...? Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <CALJpqJw_QkVCyD918ymd6=11VaFC1uj6kGy_XVkaL+-WJQ8jgw@mail.gmail.com>]
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk [not found] ` <CALJpqJw_QkVCyD918ymd6=11VaFC1uj6kGy_XVkaL+-WJQ8jgw@mail.gmail.com> @ 2011-11-11 15:53 ` Paul Eggleton [not found] ` <CALJpqJwC460+sy7PBVt+q6uVqYKs+XpgqfNombbSZaH8U9SCfw@mail.gmail.com> 0 siblings, 1 reply; 21+ messages in thread From: Paul Eggleton @ 2011-11-11 15:53 UTC (permalink / raw) To: David Thomas; +Cc: openembedded-devel On Friday 11 November 2011 09:20:18 you wrote: > Sorry, new to this system. We mostly design hardware and I go in and > out of Linux development periodically and it is difficult to keep > current for this reason. No problem. I know you've been very patient with the frustrations you have, if you'll just bear with us I'm sure we can sort it out. > DISTRO = "angstrom-2008.1" OK. So it ought to have the approprate file in the mirror. What version of bitbake are you using? Also, could you run the following: bitbake -e matchbox-native | grep ^PREMIRRORS > Will I need to search any bb files using the dead SRC_URI and replace > them with yoctoproject.org? That's one way of fixing it, yes. BTW I would suggest if you are starting a new project and you expect to keep it around for a while you should consider using something based on top of OpenEmbedded-Core, such as the Yocto Project or a newer version of Angstrom. That way issues like these (broken downloads) get taken care of, since OE-core is maintained. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <CALJpqJwC460+sy7PBVt+q6uVqYKs+XpgqfNombbSZaH8U9SCfw@mail.gmail.com>]
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk [not found] ` <CALJpqJwC460+sy7PBVt+q6uVqYKs+XpgqfNombbSZaH8U9SCfw@mail.gmail.com> @ 2011-11-11 16:14 ` Paul Eggleton [not found] ` <CALJpqJw26yq0H4JEMDBaNamxN+_beJHu7sHLkEAWmAD_jKGXVg@mail.gmail.com> 0 siblings, 1 reply; 21+ messages in thread From: Paul Eggleton @ 2011-11-11 16:14 UTC (permalink / raw) To: David Thomas; +Cc: openembedded-devel On Friday 11 November 2011 10:04:11 you wrote: > bitbake -e matchbox-native | grep ^PREMIRRORS > > Returned nothing... Are you using DISTRO = "angstrom-2008.1" with the master branch of OE by any chance? Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <CALJpqJw26yq0H4JEMDBaNamxN+_beJHu7sHLkEAWmAD_jKGXVg@mail.gmail.com>]
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk [not found] ` <CALJpqJw26yq0H4JEMDBaNamxN+_beJHu7sHLkEAWmAD_jKGXVg@mail.gmail.com> @ 2011-11-11 16:30 ` Paul Eggleton [not found] ` <CALJpqJwNOLdF+3UGoYmeMPLbYBm9dvmit-hOjzF2YHHebF385Q@mail.gmail.com> 0 siblings, 1 reply; 21+ messages in thread From: Paul Eggleton @ 2011-11-11 16:30 UTC (permalink / raw) To: David Thomas; +Cc: openembedded-devel On Friday 11 November 2011 10:23:26 you wrote: > * cm-t35-dev Er, so this is a local branch, not sure where that would have been branched from... Let's roll this back. Do you have a conf/distro/angstrom-2008.1.conf file in your OE tree? Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <CALJpqJwNOLdF+3UGoYmeMPLbYBm9dvmit-hOjzF2YHHebF385Q@mail.gmail.com>]
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk [not found] ` <CALJpqJwNOLdF+3UGoYmeMPLbYBm9dvmit-hOjzF2YHHebF385Q@mail.gmail.com> @ 2011-11-11 16:53 ` Paul Eggleton [not found] ` <CALJpqJw6MvmkxxDhJ_amJRFep3yYoTjRogPD4GQ1HG2RpQmvQQ@mail.gmail.com> 0 siblings, 1 reply; 21+ messages in thread From: Paul Eggleton @ 2011-11-11 16:53 UTC (permalink / raw) To: David Thomas; +Cc: openembedded-devel On Friday 11 November 2011 10:34:56 you wrote: > http://www.compulab.co.il/workspace/mediawiki/index.php5/CM-T3530:_Linux:_Bu > ilding_images > > Bad Idea? Well, that's a positively ancient revision of OE (from 2009) and having to put a set of patches on top of it is rather ugly. It's not clear to me why they couldn't just point you to a revision with the appropriate support already in it if they wanted to pick a stable point. It'll be dependent on what the patches do, but I think you'll probably be much better off with the OE 2011.03-maintenance branch or master (in the latter case you'll need to use DISTRO = "angstrom-2010.x" since there is no 2008.1, that's why I was asking previously) - both of which have a cm-t35 machine, but I can't speak to how good the support for it will be. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <CALJpqJw6MvmkxxDhJ_amJRFep3yYoTjRogPD4GQ1HG2RpQmvQQ@mail.gmail.com>]
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk [not found] ` <CALJpqJw6MvmkxxDhJ_amJRFep3yYoTjRogPD4GQ1HG2RpQmvQQ@mail.gmail.com> @ 2011-11-11 17:28 ` Paul Eggleton 2011-11-12 15:22 ` David Thomas 0 siblings, 1 reply; 21+ messages in thread From: Paul Eggleton @ 2011-11-11 17:28 UTC (permalink / raw) To: David Thomas, openembedded-devel On Friday 11 November 2011 11:06:29 you wrote: > Dumb question. Can you point me to this distro with cm-t35 machines > such that I can get clone? I looked at the Angstrom site. Well, the Angstrom-prescribed method is to use the setup scripts - it's documented in the "Developers" section of the website. You don't have to use this method however - just switch over to the master / 2011.3-maintenance branch of OE and you should be able to run your build. > If I have Angstrom build me a kernel does it provide me with the > local.conf, etc? If you use the scripts it does, yes. Otherwise you should be able to keep your current configuration. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 17:28 ` Paul Eggleton @ 2011-11-12 15:22 ` David Thomas 0 siblings, 0 replies; 21+ messages in thread From: David Thomas @ 2011-11-12 15:22 UTC (permalink / raw) To: Paul Eggleton; +Cc: openembedded-devel I got the Angstrom scripts working with a cm-t35.conf file I found on the net. While it remains to bee seen if it runs and functions the same as the current Compulab build it is a big step forward. I am going to do a writeup to Compulab to change their Wiki as it was a painful dead end path... Wish I had tried this approach sooner but I had reservations about the CM-T35 having hardware specific differences... If this works as I now surmize it is a pretty interesting way to build kernels for a number of platforms. Thanks for everything Dave On Nov 11, 2011, at 11:28 AM, Paul Eggleton wrote: > On Friday 11 November 2011 11:06:29 you wrote: >> Dumb question. Can you point me to this distro with cm-t35 machines >> such that I can get clone? I looked at the Angstrom site. > > Well, the Angstrom-prescribed method is to use the setup scripts - it's > documented in the "Developers" section of the website. You don't have to use > this method however - just switch over to the master / 2011.3-maintenance > branch of OE and you should be able to run your build. > >> If I have Angstrom build me a kernel does it provide me with the >> local.conf, etc? > > If you use the scripts it does, yes. Otherwise you should be able to keep your > current configuration. > > Cheers, > Paul > > -- > > Paul Eggleton > Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 13:05 ` Paul Eggleton 2011-11-11 14:51 ` David Thomas @ 2011-11-11 15:52 ` David Thomas 2011-11-11 16:03 ` Martin Jansa 1 sibling, 1 reply; 21+ messages in thread From: David Thomas @ 2011-11-11 15:52 UTC (permalink / raw) To: Paul Eggleton; +Cc: openembedded-devel 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 On Fri, Nov 11, 2011 at 7:05 AM, Paul Eggleton <paul.eggleton@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. ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 15:52 ` David Thomas @ 2011-11-11 16:03 ` Martin Jansa 2011-11-11 16:08 ` David Thomas 0 siblings, 1 reply; 21+ messages in thread From: Martin Jansa @ 2011-11-11 16:03 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 4304 bytes --] 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@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@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk 2011-11-11 16:03 ` Martin Jansa @ 2011-11-11 16:08 ` David Thomas 0 siblings, 0 replies; 21+ messages in thread From: David Thomas @ 2011-11-11 16:08 UTC (permalink / raw) To: openembedded-devel 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@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@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@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > -- > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@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. ^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2011-11-12 15:28 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 22:32 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk David Thomas
2011-11-10 9:58 ` Paul Eggleton
2011-11-10 12:35 ` David Thomas
2011-11-10 22:11 ` David Thomas
2011-11-10 23:04 ` Paul Menzel
2011-11-11 3:17 ` David Thomas
2011-11-11 7:30 ` Paul Menzel
2011-11-11 11:55 ` Dave Thomas
2011-11-11 12:11 ` David Thomas
2011-11-11 13:05 ` Paul Eggleton
2011-11-11 14:51 ` David Thomas
2011-11-11 15:14 ` Paul Eggleton
[not found] ` <CALJpqJw_QkVCyD918ymd6=11VaFC1uj6kGy_XVkaL+-WJQ8jgw@mail.gmail.com>
2011-11-11 15:53 ` Paul Eggleton
[not found] ` <CALJpqJwC460+sy7PBVt+q6uVqYKs+XpgqfNombbSZaH8U9SCfw@mail.gmail.com>
2011-11-11 16:14 ` Paul Eggleton
[not found] ` <CALJpqJw26yq0H4JEMDBaNamxN+_beJHu7sHLkEAWmAD_jKGXVg@mail.gmail.com>
2011-11-11 16:30 ` Paul Eggleton
[not found] ` <CALJpqJwNOLdF+3UGoYmeMPLbYBm9dvmit-hOjzF2YHHebF385Q@mail.gmail.com>
2011-11-11 16:53 ` Paul Eggleton
[not found] ` <CALJpqJw6MvmkxxDhJ_amJRFep3yYoTjRogPD4GQ1HG2RpQmvQQ@mail.gmail.com>
2011-11-11 17:28 ` Paul Eggleton
2011-11-12 15:22 ` David Thomas
2011-11-11 15:52 ` David Thomas
2011-11-11 16:03 ` Martin Jansa
2011-11-11 16:08 ` David Thomas
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.