**** BEGIN LOGGING AT Wed Jan 04 03:00:02 2017 Jan 04 07:53:14 hello Jan 04 07:54:09 isn't there device tree fragments appending method just like kernel fragments configurations? Jan 04 08:12:43 I wonder if there's a way to examine recipe build dependency tree without touching BitBake source code? Jan 04 08:14:23 I would like to do a task which could walk the build dependency tree. The depexp and .dot file export code seem to be well integrated to BB... Jan 04 09:01:15 do u know of some program to test capacitive touch panels on windows-less system? Jan 04 09:01:57 for resistive touch panels there is tslib Jan 04 09:08:44 aV_V: evtest Jan 04 09:09:52 abelloni: thank you Jan 04 09:48:29 abelloni: sry bothering you. Do u have any clue why could be empty /proc/bus/input/devices on my case? Jan 04 09:49:56 nvm Jan 04 09:50:34 I attached a mouse and now it shows the mouse. So my touch panel it isn't being detected Jan 04 10:00:45 aV_V: tslib is shipped with some test programs too Jan 04 10:07:14 is it possibile to put gerrit changeset in recipe ? Jan 04 10:08:00 gerrit uses diffrent path for their refs than refs/heads where standard git command search for hash Jan 04 12:18:13 what's the best way to read arbitrary recipe variables from the command line? Is there an alternative to bitbake -e | grep ? Jan 04 12:19:47 hmm, optimum would be the ability to eval python... something like: bitbake -c eval-python "d.getVar('FOOBAR')" Jan 04 12:20:32 add recipe name to the end of the previous command line. :-) Jan 04 12:52:07 Hello, can someone tell me where I find the script(s) that generate image_ubifs. I've said I want ubifs as output from my image (krogoth) and builds fine its in the final step generating the UBIFS when mkfs.ubifs complains its missing some switches Jan 04 12:55:18 Strike5150: that image type is in meta/classes/image_types.bbclass, look for IMAGE_CMD_ubifs Jan 04 12:56:43 Strike5150: and the variable you are interested in setting up properly is MKUBIFS_ARGS Jan 04 12:57:27 nrossi: I found it and it seems I need to define MKUBIFS_ARGS, should i just do that right in the image recipe? Jan 04 12:58:13 Strike5150_: You can do it anywhere you want, most layers set it within the machine.conf since its normally populated with flash specific (aka BSP specific) args Jan 04 12:58:38 nrossi: Ok great, thanks for the help :D Jan 04 14:40:06 do_patch task fails trying to a apply this patch http://pastebin.com/dZ1rjZbJ Jan 04 14:40:57 "can't find file to patch at input line 5 Jan 04 14:40:57 Perhaps you used the wrong -p or --strip option?" Jan 04 14:43:59 where is the problem? why it cant find the file? Jan 04 14:48:07 aV_V: the kernel you are using is based on source different than what you made the patch with? Jan 04 14:48:50 that file name sure smells like it comes from a freescale specific kernel tree. Jan 04 14:49:22 it doesn't exist in the default yocto 4.8 kernel. Jan 04 14:49:52 paulg: it's a freescale kernel, yes Jan 04 14:50:20 nrossi: that could be, because the patch isn't mine Jan 04 14:50:56 how I fix it? Jan 04 14:52:49 rebase against the source bitbake is trying to patch? Jan 04 14:53:21 either use the freescale kernel wholesale, or export ALL the kernel patches from the freescale tree to be applied to the yocto tree on an appropriate branch. Jan 04 14:53:53 I'm guessing you probably don't want to attempt the latter unless you've had prior experience with patch juggling and forward porting. Jan 04 14:54:53 i.e. somewhere in the freescale tree will be an earlier commit that creates those DTS files. You don't have that commit/patch, and hence the later patch which tries to tweak the files fails. Jan 04 15:00:42 the patch needs to be upstreamed yet, I'm the only one who have it Jan 04 15:00:53 so I guess I will apply it manually Jan 04 15:04:40 ipuustin: if you're not on master, the the 'bb' tool's 'show' command may be of use. it's broken on master atm, though. works on morty Jan 04 15:04:42 * kergoth yawns Jan 04 15:11:34 * paulg hands kergoth a coffee Jan 04 15:11:52 thanks, need that Jan 04 15:12:39 aV_V let's be sure you are using the right kernel source Jan 04 15:13:05 do 'bitbake linux-yocto-dev -c devshell' Jan 04 15:13:16 ok i found the problem Jan 04 15:13:19 replace linux-yocto-dev with the appropriate kernel name Jan 04 15:13:57 I was trying to apply the patch from my extended machine layer Jan 04 15:14:11 doing it on the oficial layer it works Jan 04 15:14:44 Can you show the recipe in your extended layer? Jan 04 15:16:14 CTtpollard: this is what I had initially: http://pastebin.com/g6Y80rP5 Jan 04 15:16:41 thats a bbappend of the kernel recipe Jan 04 15:17:57 aV_V: try SRC_URI_append = instead of SRC_URI += Jan 04 15:18:26 it should be apply the patches from the append after the recipe's own patches Jan 04 15:18:49 appends always apply after the recipe itself, there should be no need to delay the append further with _append Jan 04 16:03:21 joshuagl : I understand you cannot connect to the Toaster call? Jan 04 16:03:40 dreyna: that's right, both the UK dial-in numbers ring forever. Nothing picks up. Jan 04 16:03:53 where forever is ?2mins Jan 04 16:03:54 hmm, no known changes from this end Jan 04 16:04:14 Hi, how do I add a file to the rootfs in a meta-mylayer/recipes-images/images/myinitramfs.bb recipe? Jan 04 16:05:20 dreyna: joining Jan 04 16:25:49 dreyna: FYI rationale for and issues with tinfoil2 is https://wiki.yoctoproject.org/wiki/index.php?title=Tinfoil2 Jan 04 16:26:22 thanks! Jan 04 16:27:32 kalpu: http://www.yoctoproject.org/docs/2.3/dev-manual/dev-manual.html#building-an-initramfs-image Jan 04 16:27:51 dreyna: https://bugzilla.yoctoproject.org/show_bug.cgi?id=10730 seems like a likely candidate for Toaster woe Jan 04 16:27:52 Bug 10730: normal, Medium+, 2.3 M2, paul.eggleton, NEW , bitbake -e shows no history with memres Jan 04 16:28:12 thanks yocti Jan 04 16:29:31 kalpu: than you can add to the image via IMAGE_INSTALL_INITRAMFS_append Jan 04 16:29:42 if I recall correctly Jan 04 16:30:09 all the typical image contruction stuff applies to the initramfs image Jan 04 16:30:58 if you are bundling it with your kernel just keep an eye on size Jan 04 16:31:10 and watch for circular dependencies Jan 04 18:44:30 I am not sure if there is a better channel but I am using the yocto eclipse plugin and am having trouble with setting the correct ar. I am not a cmake expert. It uses the correct compiler but I am trying to build a library and it is using and incorrect ar. I have tried setting CMAKE_AR in the toolchain.cmake file but it is overwritten on each compile. How do I correctly set this? Jan 04 18:45:15 This is for a project built off of the yocto CMake Hello world template Jan 04 23:58:46 martinmeba: you should probbably export AR in environment file Jan 04 23:58:51 that you source **** ENDING LOGGING AT Thu Jan 05 03:00:00 2017