[yocto] runqemu looking for qemuboot.conf file...

2018-02-04 Thread Peter Spierenburg
I've written a bsp for the adzs-sc589-ezlite board from analog devices. I am trying to use qemu to emulate the board, but I get the following runqemu - INFO - Can't find qemuboot conf file, DEPLOY_DIR_IMAGE is NULL! runqemu - INFO - Running MACHINE=adzs-sc589-ezlite bitbake -e... runqemu - INFO

Re: [yocto] Yocto Project Technical Team Meeting

2018-02-04 Thread akuster
On 02/03/2018 09:25 PM, Stephano Cetola wrote: > On 2/2/18 11:04 AM, Cetola, Stephano wrote: >> Cetola, Stephano has invited you to Yocto Project Technical Team Meeting >> >> When: >> >> Occurs the first Tuesday of every month effective 2/6/18 from 8:00 AM to >> 8:30 AM. >> >> Organizer: >>

[yocto] [layerindex-web][PATCH] Handle __isnull in API query filtering

2018-02-04 Thread Paul Eggleton
If you query on a boolean field you can use the string "False" to match False in the database; however if you try the same with __isnull then the query will match every record which is obviously undesirable. If __isnull is being used, then convert the value to a boolean so that the query works prop

Re: [yocto] [layerindex-web][PATCH 4/5] update_layer.py: use it as a module

2018-02-04 Thread Paul Eggleton
Hi Robert, On Wednesday, 3 January 2018 6:42:25 PM NZDT Robert Yang wrote: > It had been split to a separate tool and use subprocess to run it to avoid > tinfoil issues (e.g., can't be shutdown correctly in old version), but the > utils.setup_django() cost a lot of time which made it a little slow

Re: [yocto] [layerindex-web][PATCH 0/5] update.py: performance improve and 2 fixes

2018-02-04 Thread Paul Eggleton
Hi Robert On Thursday, 1 February 2018 5:59:42 PM NZDT Robert Yang wrote: > On 01/03/2018 01:42 PM, Robert Yang wrote: > > This email contains two parts: > > - The first 2 are bug fixes > > - The other 3 are performance improvements, I have 124 layers, > >the "update.py -b " needs about 9m20s

Re: [yocto] [layerindex-web] Updating layers?

2018-02-04 Thread Paul Eggleton
Hi Steve On Friday, 12 January 2018 4:52:23 AM NZDT Steve Bedford wrote: > Is the layerindex not running the update script? I see end of September as > last updates, and a bunch of branches in our layer (meta-timesys) were > never picked up. FYI we've fixed this as of a few hours after your emai

Re: [yocto] [layerindex-web][PATCH 4/5] update_layer.py: use it as a module

2018-02-04 Thread Robert Yang
Hi Paul, Thank you very much, and please see my comments inline. On 02/05/2018 07:27 AM, Paul Eggleton wrote: Hi Robert, On Wednesday, 3 January 2018 6:42:25 PM NZDT Robert Yang wrote: It had been split to a separate tool and use subprocess to run it to avoid tinfoil issues (e.g., can't be sh