**** BEGIN LOGGING AT Mon Aug 03 02:59:58 2015 Aug 03 04:54:47 HI, I am a hobbyist, and build a core-image-sato for my new Nvidia Jetson TK1. But I can't find any guides on how to flash the board's emmc with it. If anyone here on this chat room, has ever did this on the nividia board, would you please give me a hint as to how you did it? If you used flash.sh script provided by nvidia, did you do a applybinaries.sh? what were the initial steps? Aug 03 04:55:32 Crofton|work: Crofton You knew someone who did the same. Maybe you can guide me in the right direction? Aug 03 05:07:10 khem: I am using your BSP. JUst give me a brief summary of what you do to flash it, and I will take it from there. Aug 03 05:28:57 I will be afk, but will respond to any replys. Aug 03 08:00:48 Hell Aug 03 08:00:50 o Aug 03 08:27:44 ffffff~ Aug 03 08:54:57 . Aug 03 09:01:09 hi guys. Aug 03 09:01:38 I am trying to build an uImage instead of a zImage with Yocto. Aug 03 09:02:29 i try this : KERNEL_IMAGETYPE ?= "uImage" . but i get error Aug 03 09:02:35 who can help me? Aug 03 09:03:24 khalebios: maybe someone if you actually name the error you see. Aug 03 09:04:37 Function failed: do_rootfs (log file is located at /home/ep/rootfs_builder/build-npe-x1000-initrd/tmp/work/npe_x1000_initrd-poky-linux-gnueabi/initramfs-mtdutils-image/1.0-r0/temp/log.do_rootfs.3232) Aug 03 09:05:12 so please push that given file into a pastebin for us to look at. Aug 03 09:12:54 here: http://pastebin.com/DvYXPcC6 Aug 03 09:14:10 khalebios: you just pasted the message. it would be more helpful if you pasted the file you can find at the path given in the error message. Aug 03 09:14:20 for that is the full log. Aug 03 09:15:21 LetoThe2nd <= sorry but it is the same Aug 03 09:15:34 khalebios: i have to admit that i doubt that. Aug 03 09:18:21 :'( Aug 03 10:15:27 hi, it is mostly a Linux question, so pardon me, but is it possible with install in a recipe to preserve symlinks or I need to use cp for that? Aug 03 10:16:20 our software ships a library foo.so.x.y.z and that also creates foo.so, foo.so.x an foo.so.x.y. However, when using install for those, it does not respect the symlinks. It will do a deep copy./ Aug 03 10:16:24 copy.8 Aug 03 10:16:26 copy.* Aug 03 10:36:45 Hello. Trying to compile an image for i.MX6, their fsl-multimedia-full. Got undefined reference to `cap_set_file' on ltp-20150420-r0. Why this can be so? Aug 03 11:20:53 or would this symlink creation better placed in Yocto itself? Aug 03 11:21:19 be* Aug 03 11:28:32 oe_libinstall will take care of that, maybe? Aug 03 11:51:04 i have a bbclass which implements a command, along the lines of bitbake image-name -c gather_data Aug 03 11:51:36 is it possible to add a DEPENDS which affects only that gather_data step? Aug 03 11:52:02 <_valle_> Hi. When I'm trying to build qtmultimedia I get the following error in fido. fatal error: gst/video/videooverlay.h: No such file or directory Aug 03 11:52:25 _valle_: can you build it without Yocto? Aug 03 11:55:21 <_valle_> lpapp: I haven't tried. I am able to build it if I have meta-qt5 layer on the daisy branch. But for dizzy and fido it fails with the same problem Aug 03 11:56:49 _valle_: try to compare the differences Aug 03 12:12:33 in libcap cap_file.c does not compile that results in no cap_set_file in libcap.so what leads to troubles in other packages. how do i configure libcap to include cap_file.c? Aug 03 12:14:44 have you checked its buildsystem? Aug 03 12:16:02 lpapp: makefile says it needs libattr for file support, i've added it to local.conf and tried bitbake libcap -c clean, unpack, patch, configure and compile thus it gives no result Aug 03 12:16:32 no results like in the same result Aug 03 12:40:29 Hi All. I have some packages in PACKAGE_EXCLUDE. All works well for do_rootfs, but when i try to run populate_sdk it complains about not finding the "-dev" packages. how can i fix this ? Aug 03 13:07:58 <_valle_> lpapp: By removing the patch Initial porting effort to GStreamer 1.0, qtmultimedia builds. However when playing a sound from Qt it gives the output: using null output device, none available Aug 03 13:27:00 <_valle_> lpapp: Solved, thanks Aug 03 13:33:18 _valle_: great to read :) Aug 03 15:09:24 hmm, I think 'devtool reset' interacts badly with BBCLASSEXTEND. I did a devtool modify -x on autoconf-native, then a reset autoconf-native, but that did nothing, it only accepted autoconf, but that reset didn't actually do anything either, the append hung around int he workspace Aug 03 15:17:38 Hi! Does yocto build -doc packages by default and is there a feature switch to enabled them? Aug 03 15:27:25 mcfrisk: we're not as consistent in our doc generation handling as we'd like, as of yet. we do split off -doc packages reliably, but we don't always consistently enable/disable doc generation. for docs that aren't generated, generally they're generated by default, but we don't have a nice distro feature to cover all the generation, and some ofthe generation doesnt' even work at this point Aug 03 15:27:29 its a work in progress Aug 03 15:29:31 * kergoth makes a pkgconf recipe to test out Aug 03 15:30:01 I assume you'd take a patch to install documentation for a recipe that doesn't yet? Aug 03 15:31:03 most likely, yeah Aug 03 15:35:49 kergoth: thanks, so I'll just need to try out and maybe send patches back. Aug 03 15:36:08 Is there some magic that avoids executable files in ${docdir}? My install -m 755 comes back with files as 644 :/ Aug 03 17:20:14 aha, i figured trying pkgconf instead of pkg-config would cause a failure somewhere due to reliance on direct flags modifications rather than dependencies Aug 03 17:42:58 Hmm, wonder if PREMIRRORS works properly with file:// URIs Aug 03 17:47:51 ah, had the wrong pattern, seems the answer is yes Aug 03 18:02:03 just wanted to say, I see this config at work daily Aug 03 18:08:32 was using PATH, forgot that PATH is the entirety, not just the portion matched Aug 03 18:19:25 hmm, does DEFAULT_PREFERENCE only work as one would expect between versions, not provides? Aug 03 19:28:36 Hmm, it'd be really nice if externalsrc avoided nostamp and instead kept a closer eye on the externalsrc directory / git repo Aug 03 19:38:21 Hi guys. I'm currently using the docker bbfile (http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/recipes-containers/docker/docker_git.bb?h=master). Is there a way to bundle docker itself and all his dependencies into just one package? Aug 03 19:38:55 no, there's no feature for merging or combining binary packages in general Aug 03 19:39:07 your best bet is likely to make use of a package feed Aug 03 19:44:33 kergoth: thanks for you quick answer. I'm now reading the yocto documentation about Package Feeds. It seems to work like: "place all ipks into the docker deploy dir and them will be packed together"? Aug 03 19:45:06 no, a package feed is a directory containing a set of binary packages and metadata, which you point your package manager to. it's not "packed" in any way Aug 03 19:47:36 kergoth: Hum, got it. So package feed is the place where the generated package is placed? If so, there is a way to merge ipk files, or to especify to merge two or more bbfiles into one package? Aug 03 19:53:32 kergoth: sorry to annoy you with silly questions ;). I'm currently trying to create just one IPK with docker and its dependencies to be more easy to manage from the user perspective. Aug 03 20:27:38 * paulg locally reverts the libgphoto2 and xfce4-notifyd uprevs since they both break the build. Aug 03 20:36:25 woot, finally able to make it to do_rootfs w/o a screen full of red. :-/ Aug 03 20:46:00 marcosps: [12:38:55] no, there's no feature for merging or combining binary packages in general Aug 03 20:46:27 kergoth: Ok, thanks for your time :) Aug 03 22:39:17 * kergoth grumbles **** ENDING LOGGING AT Tue Aug 04 02:59:58 2015