**** BEGIN LOGGING AT Fri Aug 29 02:59:58 2014 **** BEGIN LOGGING AT Fri Aug 29 05:50:55 2014 Aug 29 07:20:09 good morning Aug 29 07:21:53 anyone there? Aug 29 07:57:29 hi guys...I would like to checkout Yocto 1.6 release using repo init Aug 29 07:58:09 is this the correct way to checkout 1.6 tag: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b refs/tags/1.6 -m default.xml Aug 29 09:39:02 greetings :) i'm first time here, starting with yocto. I read QS and dev-manual. I managed to bitbake my first image and now in qemu i would like to add some packages while running the image in qemu, like sftp server to sftp a package into the image. how can i do that? Aug 29 09:39:27 is it possible at all? or only via local.conf? Aug 29 09:44:53 simon: the buzzword is the IMAGE_INSTALL variable. you can += things ad-hoc in the local.conf, and for reproductibility, create a custom image recipe that adds whatever you desire Aug 29 09:46:17 LetoThe2nd: yes that is right, but this means i have to bitbake the image again right? Aug 29 09:46:33 simon: of course. Aug 29 09:47:04 simon: but the new build would use the already compiled artifacts, so you don't have to wait the same time again. Aug 29 09:47:27 LetoThe2nd: ok, so it is not possible to install a package while running qemu(?) Aug 29 09:49:50 simon: not in the way you're probably thinking of, like a standard distributions package management Aug 29 09:51:49 LetoThe2nd: ok:) got it. Thanks, one more thing. Is there a list of packages available for yocto? so i can verify in the first place that the package is really available, or is it just implicitly via bitbake. Aug 29 09:52:41 simon: look into the recipes folders. whats there roughly equivalates the available packages. Aug 29 09:53:29 LetoThe2nd: of course! stupid me. thank you. Aug 29 09:53:39 yw **** BEGIN LOGGING AT Fri Aug 29 11:05:06 2014 **** BEGIN LOGGING AT Fri Aug 29 11:19:08 2014 Aug 29 11:50:02 when i install any kernel-module package, it also pulls in the kernel-image package, containing a copy of the uimage that's already on the separate fat partition. can anyone explain this? why would i need two copies of the same kernel? Aug 29 14:01:44 anyone know what the largest disk that should be creatable? I just upped free space request to 20GB for an hddimg I was trying to create (I have a 32GB disk), and it just hangs on the last step for making the disks. Seems to hang on build hddimg. Aug 29 15:52:47 hi Aug 29 15:53:33 how can I teach my build to compile the kernel with iwlwifi module (for wifi support)? Aug 29 15:56:11 or in general, how can I select a particular kernel module to be installed and loaded by default? Aug 29 15:59:13 tmpsantos: yo Aug 29 16:05:58 ok, I think I found Aug 29 16:05:58 http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-MACHINE_EXTRA_RRECOMMENDS Aug 29 17:45:33 Hello guys. Aug 29 17:45:41 I have one tiny question Aug 29 17:45:54 I'm trying weston on a qemux86 machine Aug 29 17:46:41 Do you know of any qemu limitation related to egl because weston-simple-egl doesn't seem to work ? Aug 29 17:47:07 log: someting with asert == 1 at initegl Aug 29 17:47:43 And this is because "ret = eglInitialize(display->egl.dpy, &major, &minor);" fails. Aug 29 18:06:03 Anybody around? Aug 29 18:49:59 gahh Aug 29 18:50:16 i made a change to a qtbase append, and it's rebuilding python-native and everything else in the universe Aug 29 18:50:19 *really*? Aug 29 18:50:27 if i look at it funny it starts building everything from scratch :( Aug 29 19:14:16 bitbake core-image-base; rm -rf tmp; bitbake core-image-base -> both builds go from scratch Aug 29 19:14:18 * kergoth twitches Aug 29 21:16:57 ah. if you use an override on SSTATE_MIRRORS, bad things happen. must be something using non-finalized metadata. Aug 29 21:17:21 also getting the gdk-pixbuf-native jpeg failure every time even with pure poky upstream Aug 29 22:09:13 lovely, getting a hang at runqueue generation Aug 29 22:09:22 Anyone else seen that behavior before? Aug 29 22:09:24 * kergoth cranks up debugging Aug 29 22:09:38 and still hitting periodic problems with ^C behaviorp Aug 29 22:12:31 so sick of having to pkill -f bitbake Aug 29 22:27:09 something seems wrong with latest bitbake commits from today Aug 29 22:27:10 bitbake/lib/bb/data.py", line 293, in write_func if not body.startswith("def"): Aug 29 22:27:11 AttributeError: 'NoneType' object has no attribute 'startswith' Aug 29 22:29:52 02667e048c3e632f857c87177c0022eaf5481802 presumably Aug 29 22:30:08 yes Aug 30 02:12:31 RP: why were SSTATE{PRE,POST}INSTFUNCS changed from a ?= to = in sstate.bbclass when the new hooks were added? **** ENDING LOGGING AT Sat Aug 30 02:59:59 2014