**** BEGIN LOGGING AT Sat Jan 12 02:59:57 2019 Jan 12 10:54:34 hmm I thought bitbake in server mode would monitor .bb files and reparse them automatically ? Jan 12 11:45:02 I see there is inotify code in bitbake.. Jan 12 12:14:23 oh i guess that is for disk usage monitoring Jan 12 16:33:44 after doing "BB_SERVER_TIMEOUT=-1 bitbake --server-only", sometimes "bitbake -m" doesn't seem enough to kill the server Jan 12 16:55:06 Hi I have an Intel Galileo Gen 2. Was looking on Intel site for the microSD image of Yocto for the Gen 2. It appears to no longer be on the download page. Jan 12 16:55:20 Does anyone know where to find the microSD image? Thanks! Jan 12 17:13:57 Galileo died in 1640s Jan 12 17:32:23 RP: I am thinking on encoding PV inside recipes for glibc/binutils since we fetch them from git, it will ease my work of upgrading them Jan 12 17:32:28 opinion ? Jan 12 17:33:00 I have scripts now to automate my updates for trunk testing and this will be great for that Jan 12 21:04:00 when i want to submit new recipes. what is the right mailinglist? i'm not even sure what the right layer is. as example, i'm currently working on recipes for: libguestfs, easy-rsa, regina-rexx Jan 12 21:05:09 derRichard: hugetlbfs is on meta-oe others seem access related may be meta-security is better, always look at layers.openembedded.org for pre existing recipes Jan 12 21:05:32 hugetlbfs? Jan 12 21:05:43 i'm working on libguestfs Jan 12 21:05:55 i checked already layers.openembedded.org Jan 12 21:06:01 none of these exist Jan 12 21:14:33 I'm trying to build a basic yocto image for a raspberry pi - bitbake rpi-basic-image - however I get ERROR: Nothing RPROVIDES 'psplash-raspberrypi' Jan 12 21:14:51 how can this be resolved? Jan 12 21:17:09 saraf__: well, where do you have rpi-basic-image from? Jan 12 21:17:14 maybe the recipe is broken Jan 12 21:17:29 random layers/recipes from the internet are often buggy Jan 12 21:18:25 okay - from ls meta-raspberrypi/recipes-core/images/*.bb Jan 12 21:20:43 we have - meta-raspberrypi/recipes-core/images/rpi-basic-image.bb meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb meta-raspberrypi/recipes-core/images/rpi-test-image.bb Jan 12 21:21:09 report to the guy that maintains this layer Jan 12 21:21:13 it is most likely broken Jan 12 21:21:23 got that from - git clone git://git.yoctoproject.org/meta-raspberrypi Jan 12 21:21:25 in the meanwhile, try to disable the splash Jan 12 21:21:51 IOW set DISABLE_SPLASH = "1" Jan 12 21:22:19 just to make sure, are you using the right versions? Jan 12 21:22:27 not that the layer is too new or such Jan 12 21:24:08 hmmm. I checked out the thud branch in both poky as well as meta-raspberrypi. Jan 12 21:24:34 (newbie here. first time trying to bitbake an image for a pi) Jan 12 21:24:39 http://paste.debian.net/1059988/ Jan 12 21:25:06 i did a rpi build with this layer a few weeks ago for sumo, it worked fine Jan 12 21:25:21 (contents of rpi-basic-image.bb) Jan 12 21:27:08 can you give sumo a try? Jan 12 21:27:38 okie Jan 12 21:34:22 is this workflow correct? check out sumo branch in poky directory. check out the sumo branch in the meta-raspberrypi folder. run - source oe-init-build-env rpi-build. edit the bblayers.conf inside the conf in the rpi-build folder - append the path of the meta-raspberrypi folder to it. from inside the rpi-build folder run: bitbake rpi-basic-image Jan 12 21:35:00 even with sumo - it gives the same error. which leads me to think that something is wrong with this sequence. Jan 12 21:37:12 yes, if the layer dependencies are met. Jan 12 21:37:26 just checked, i built my own image, without splash Jan 12 21:37:40 it was based on recipes-core/images/core-image-base.bb Jan 12 21:37:49 i guess this is why it worked Jan 12 21:38:46 what does this mean - "Nothing RPROVIDES 'psplash-raspberrypi'" - there is a psplash folder in /poky/meta-raspberrypi/recipes-core Jan 12 21:39:14 there is no recipe for something named "psplash-raspberrypi" Jan 12 21:40:11 aah I see - so a recipe is always in a .bb file? Jan 12 21:41:06 yes Jan 12 21:41:25 .bb is a bitbake recipe Jan 12 21:42:19 er ... so rpi-basic-image.bb should really not be referring to a psplash-raspberrypi if there is no .bb file for that Jan 12 21:43:05 it says .... SPLASH = "psplash-raspberrypi" Jan 12 21:44:57 to be fair - it does say - bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead") Jan 12 21:45:53 okie - now I'm trying bitbake core-image-base and it seems to be running along just fine ... Jan 12 21:49:15 ah, now i remember why i choose core-image-base as base :D Jan 12 21:50:14 :-D Jan 12 21:50:52 perhaps - rpi-basic-image.bb should be removed if it cannot be built anymore ... ? Jan 12 21:51:31 or somewhere in the git flow ... psplash-raspberrypi.bb was lost Jan 12 21:51:34 report this to the maintainer of this layer Jan 12 21:51:42 and it should be brought back again Jan 12 21:51:55 okie - will do Jan 12 21:55:20 I see that gerrit is being used for hosting the git repos - http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/?h=thud but where do they track issues? Jan 12 21:55:58 i guess the layer has a readme file which will tell Jan 12 21:56:10 but usually the mailinglists are a got place to rant Jan 12 21:56:13 found it. Jan 12 21:56:22 https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html **** ENDING LOGGING AT Sun Jan 13 02:59:57 2019