Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-27 Thread Alan Levy
g.) 3 seconds using the following command: setenv bootdelay 3 saveenv This assumes that your version of U-Boot has the FGPA load and boot delay functionality built in. If not you'll need to rebuild it with the necessary options enabled. ALAN LEVY, Lead Consultant, Embedde

Re: [yocto] yocto Digest, Vol 91, Issue 105

2018-04-27 Thread Alan Levy
ng that your target has an Ethernet interface you can use DNF/RPM together with a web server such as Apache or IIS to host the package repository; there are also some more lightweight package managers available. ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building

Re: [yocto] Halt problem

2018-01-15 Thread Alan Levy
wo distros because that's the most likely culprit. === ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden, CB10 1NY, UK T: +44 (0) 1799 533200E: alan.l...@plextek.com W: www.plextek.com -Original Mess

Re: [yocto] yocto Digest, Vol 85, Issue 78

2017-10-23 Thread Alan Levy
/sshd_config). Perhaps another .bbappend somewhere in your build is also overwriting this file? > > Best regards, > Andreas Enbacka > Regards Alan ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Wal

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
OK, done that now. Thanks for your assistance Alan ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden, CB10 1NY, UK T: +44 (0) 1799 533200E: alan.l...@plextek.com W: www.plextek.com -Original

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
er-cert log --limit 1 --no-auth-cache ! http://server/path/my_module/ failed with exit code 127, output: /usr/bin/env: 'svn': No such file or directory ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron W

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
Just noticed the typo on my part - it's SRCPV that causes the problem, not SRCREV. Apologies for the confusion; a maze of twisty little variables, all alike ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron W

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
CLOSED" PV = "${SRCPV}" SRCREV = "${AUTOREV}" SRC_URI = "svn://server/path;module=my_module" If you comment out the line referring to SRCPV all is well, if you include it bitbake blows up, even if I just perform cleansstate. ALAN LEVY, Lead Consultant, Embedd

Re: [yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
for me to force an svn executable onto PATH was to add it to HOSTTOOLS but that may not be what is really intended. ALAN LEVY, Lead Consultant, Embedded Systems Plextek Consulting, The Plextek Building, London Road, Great Chesterford, Saffron Walden, CB10 1NY, UK T: +44 (0) 1799 533200E

[yocto] Problem using Subversion in Pyro

2017-05-18 Thread Alan Levy
from the list of host apps defined in HOSTTOOLS in bitbake.conf. If I add an assignment in local.conf to append svn to HOSTTOOLS all is well again. I think that this is almost certainly a bug but I thought I'd raise the question here just in case it's really me doing something wrong.