Paul's suggestion regarding 'git fetch contrib' solves the original errors that David and I were seeing a few weeks ago, but does not expose the new app 'advui' that Alex introduced in the last toaster meeting. The cgit references to advui that are shown in the webex recording appear empty now.
Was 'advui' renamed back to toastergui? If not, did I miss something in the clone, remote add, fetch, checkout sequence below? Thanks, Dave Lerner git> git clone git://git.yoctoproject.org/poky.git Cloning into 'poky'... ... Resolving deltas: 100% (157405/157405), done. git> cd poky poky> git remote add contrib http://git.yoctoproject.org/git/poky-contrib poky> git fetch contrib remote: Counting objects: 944521, done. ... * [new branch] zedd/yocto-1.4-fixes -> contrib/zedd/yocto-1.4-fixes poky> git checkout contrib/toaster/master -b toaster-master Branch toaster-master set up to track remote branch toaster/master from contrib. Switched to a new branch 'toaster-master' toaster> git branch | grep \* * toaster-master poky> ls bitbake/lib/toaster bldviewer __init__.py manage.py orm toastergui toastermain # where is advui? poky> find -L . -name "*adv*" ./bitbake/lib/bb/ui/crumbs/hig/advancedsettingsdialog.py ./documentation/kernel-dev/kernel-dev-advanced.xml ./meta/recipes-core/systemd/systemd/0001-uClibc-doesn-t-implement-pwritev-preadv.patch ./meta/recipes-core/uclibc/uclibc-git/0001-add-posix_fadvise-for-arm.patch # nowhere -Dave _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
