**** BEGIN LOGGING AT Thu Oct 09 03:00:00 2014 Oct 09 07:43:08 bitbake -u hob :D Oct 09 07:43:11 me liiikeee Oct 09 07:44:52 otavio: Im stuck when trying to use meta-fsl-demo layer I have the issue "Nothing RPROVIDES 'gstreamer1.0-imx' (but /.../poky-daisy/meta-fsl-demos/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0.bb RDEPENDS on or otherwise requires it) Oct 09 07:48:28 In Hob Edit recipes dialog, the window Included recipes (82), what is this ? Oct 09 07:48:41 its many recipes, but they don't go into my image Oct 09 07:48:44 so why do i need them Oct 09 08:33:15 im building a core-minimal image.. why is it trying to fetch and build cdrtools-native ? Oct 09 08:35:57 b00^wk: have a look at the -u depexp functionality of bitbake Oct 09 08:36:36 yea, as soon as its done i guess Oct 09 08:36:56 its stuck on it... bad mirrow looks like Oct 09 08:40:45 morning all Oct 09 08:53:10 I've edited package list, and added ssh, right Oct 09 08:53:21 yet after build it is no where to be find inside the system Oct 09 09:03:14 ok, after it build it, there was another button Edit packages, and this time it did ad it to my image Oct 09 09:03:31 Hi ! Oct 09 09:05:54 I have a local git repository of a linux kernel, and I would like to use it when compiling, without having to commit etc. Oct 09 09:06:09 and I don't want to have .o files inside either Oct 09 09:12:26 jmleo: that's what externalsrc is designed for... one moment Oct 09 09:13:05 jmleo: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#building-software-from-an-external-source Oct 09 09:14:48 bluelightning: ok, I will try it again, but didn't succeed in using it the first time Oct 09 09:15:10 jmleo: ok, let me know what goes wrong if you have problems Oct 09 09:19:42 bluelightning: it has to be EXTERNALSRC_pn-virtual/kernel = "my/path" ? Oct 09 09:20:05 or the name of my custom recipe ? Oct 09 09:20:49 because specifying EXTERNALSRC_pn-virtual/kernel still compiles my linux-custom recipe Oct 09 09:21:08 and if I say EXTERNALSRC_pn-linux-custom = "my/path" Oct 09 09:21:19 I get ExpansionError during parsing /home/jm/work/vodabox/vodabox-v3/Projets/vodabox3/poky/meta-vodalys-bsp/recipes-kernel/linux/linux-vodalys_git.bb: Failure expanding variable WORKDIR: ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: SRCREV was used yet no valid SCM was found in SRC_URI Oct 09 09:21:47 well, this is EXTERNALSRC_pn-linux-vodalys = "my/path" ;-) Oct 09 09:52:28 the target size of my system I've set was 32MB, right, after build Hob said it's made it to 32MB Oct 09 09:52:46 but actual ext3 file generated is 33.6MB Oct 09 09:52:47 wtf Oct 09 09:53:00 and the hddimg is 48MB , wtffff Oct 09 10:09:57 a 6.2M vmlinuz, and 6.4M initrd, geesssuuus Oct 09 10:18:31 can I safely delete all images i've generated , just by rm -f * in the tmp/deploy/images/qemux86 ? Oct 09 10:18:42 there is that scarry DO_NOT delete readme file .. Oct 09 10:23:08 LetoThe2nd, that -u depexp gave "nothing to do .." Oct 09 10:23:34 b00^wk: probably its not the whole command, check the documentation using that buzzword Oct 09 10:24:41 if i select the squashfs as one of my otuputs, why is it not then generating an whole image that actually uses it ? Oct 09 11:09:08 jmleo: ok that's annoying, you may have to force PV to a hardcoded value as well Oct 09 12:09:09 Hi Oct 09 12:10:23 I am trying to change the existing kernel with my own kernel ,Please suggest the changes required Oct 09 12:13:39 rjv16: i'd suggest looking at http://www.yoctoproject.org/docs/1.6.1/dev-manual/dev-manual.html#configuring-the-kernel and the following Oct 09 12:16:49 rjv16: and http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html Oct 09 12:17:14 rjv16: they should have everything you need for either modifying a known kernel recipe or creating your own Oct 09 12:17:30 for the latter, look at the linux-yocto-custom recipes Oct 09 12:40:39 After applying the changes I am getting error: S is not set to linux source directory Oct 09 12:40:49 Please suggest Oct 09 12:41:05 I am new to open embedded core Oct 09 12:43:50 well then check why the S variable is not set :) Oct 09 12:45:48 I copied the bb file from linux_yocto_3.10.bb there also no S variable is set but no such error occurs Oct 09 12:46:19 did you remove some inheritance or such? Oct 09 12:46:32 there's a default value which presumably isn't working for you, and that recipe uses a number of classes which may have set S Oct 09 12:46:49 or modify the SRC_URI in a way that the fetch fails to set S accordingly? Oct 09 12:52:10 I have set S in bb as {WORKDIR}/linux-${PV} Oct 09 12:52:15 where PV =3.11 Oct 09 13:57:25 kbouhara: Uh? Oct 09 13:57:33 kbouhara: what is the issue? Oct 09 13:57:44 kbouhara: and which machine? Oct 09 14:51:51 otavio: I finally found that I used wrong name for the gstreamer fsl packagegroup Oct 09 14:52:03 otavio: :) thanks Oct 09 15:15:03 Hmm, seeing BUILDNAME and TOPDIR in my do_rootfs signature for our image, wonder where that's coming from, thought buildname was excluded Oct 09 15:35:05 Hi all, I'm running into a problem when building a cmake-based recipe and hope you can help me out with it Oct 09 15:36:06 I'm attempting to include a device driver that relies on libusb1.0, however when FindLibUSB.cmake (a somewhat standard cmake script) is finding and attempting to link against my system's libusb1.0.so rather than the cross compiled version Oct 09 15:38:41 I think I can specify the libusb path as an argument to cmake, but my question is where in the build directory should I tell it to link against? Will specifying tmp/work/architecture/libusb1/package/lib/libusb-1.0.so do the trick, or is there a destination path that I should be specifying? Oct 09 15:40:16 are you inheriting cmake in your recipe? Oct 09 15:40:46 the absolute path you're after is STAGING_LIBDIR Oct 09 15:40:57 which is tmp/sysroots/[machine]/usr/lib, generally Oct 09 15:41:23 Ah that makes sense Oct 09 15:42:30 cmake should be doing the right thing with link paths if you're inheriting cmake though Oct 09 15:42:36 maybe findlibusb is broken Oct 09 15:44:22 I am inheriting cmake. Oct 09 15:44:36 Let me give this a try with STAGING_LIBDIR set Oct 09 15:55:05 that's a variable already set, its what you'd tell cmake where to find libusb1.0.so Oct 09 15:58:02 Right, my mistake Oct 09 16:29:54 rburton: I'm at a loss on this. Here's my do_compile log, as you can see at the bottom it's looking at my x86_64 libusb-1.0.so rather than the cross compiled version: http://pastebin.com/NLC3eb9m Oct 09 16:31:01 The build is set up with a do_configure function that has one line: cmake -DENABLE_CMAKE_CROSSCOMPILE=ON -DLIBUSB_INCLUDE_DIRS=${STAGING_LIBDIR} -DLIBUSB_LIBRARIES=${STAGING_LIBDIR} . Oct 09 19:08:16 Hi! I'm tryin to build atmel-xplained-demo-image out of poky but I'm hitting trouble with the global poky meta - the build fails on alsa-utils since its configure script doesn't find libpanelw; the package seems to specify it depends on ncurses, but apparently that doesn't pull in the lib, any advice on how to fix this? Oct 09 19:08:40 I tried manually adding dependencies on libpanelw, libpanelw5, libpanelw5_5.9, ncurses-libpanelw... but it seems these packages just don't exist Oct 09 19:09:06 searching my build root for libpanelw does show some libpanelw ipk files and the libs being generated as part of ncurses build Oct 09 19:09:19 I'm kind of newbie in yocto/poky so apologies if this is obvious. Oct 09 19:13:02 oh I see, the library is present but "file format not recognized" - I guess this is some cross-compiling issues, I'll look into that further, sorry for the noise Oct 09 19:28:54 pasky: you might be seeing native built .so that wont get packaged Oct 09 19:34:44 khem: I dug a tiny bit further and just filed a bugreport: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6821 Oct 09 19:34:46 Bug 6821: normal, Undecided, ---, richard.purdie, NEW , alsa-utils fails to crosscompile Oct 09 21:55:04 RP: I sent the SDK patches Oct 09 21:55:21 JaMa|Off: please also take a look; it affects Qt5 as well Oct 09 22:28:26 otavio: thanks! Oct 09 22:30:50 RP: I hope it works for people; can you ask Paul to look at it? I tried to reduce at minimal the chnages on OE-Core Oct 09 22:33:05 otavio: was just having a look and it seems reasonable to me. I'll ask Paul tomorrow, yes Oct 09 22:33:20 otavio: I appreciate your help with this Oct 09 22:46:53 Have any of you ever seen an RPATH error during do_package? Oct 09 22:47:10 ERROR: QA Issue: package (name) cointains bad RPATH? Oct 09 23:11:18 I have question that I have been trying to figure out. I ma running 3.0.35-4.1.0+yocto+g5809938. What I am trying to do is find out where dhclient is called on boot. I want to make sure that I will block untill I get IP. Remove "-nw" switch Oct 09 23:11:55 Or perhaps there is a better way to make system pause butting startup untill timeout or succestull IP **** BEGIN LOGGING AT Fri Oct 10 00:03:14 2014 Oct 10 01:52:49 I have question that I have been trying to figure out. I ma running 3.0.35-4.1.0+yocto+g5809938. What I am trying to do is find out where dhclient is called on boot. I want to make sure that I will block untill I get IP. Remove "-nw" switch Oct 10 01:52:57 Or perhaps there is a better way to make system pause butting startup untill timeout or succestull IP **** ENDING LOGGING AT Fri Oct 10 02:59:59 2014