**** BEGIN LOGGING AT Wed Jan 30 02:59:59 2013 Jan 30 03:21:40 eddy2win any package that can be built can be put there. So basically look at all the .bb files. Jan 30 03:21:55 ok, thanks Jan 30 03:22:39 most bb files produce a ${PN}, ${PN}-dev, ${PN}-dbg set of packages, along with a few others. Some split up more, like openssh has openssh-sftp Jan 30 04:56:50 can anyone point me to some resources for doing profiling on a target system? Jan 30 05:00:02 have you read this? https://wiki.yoctoproject.org/wiki/Tracing_and_Profiling Jan 30 05:15:45 hehe Jan 30 05:16:27 I knew I had seen it somewhere eddy, couldn't find it when I wanted it again. Jan 30 05:18:28 and where did you find a link to that?!? Jan 30 05:18:39 (the rest of the wiki doesn't seem to reference it) Jan 30 05:19:59 found it Jan 30 05:27:55 I saw that link from a lists daily mail Jan 30 05:34:27 very useful 2 "hidden maunals" I know currently, kernel development manual ( http://www.yoctoproject.org/docs/1.4/kernel-dev/kernel-dev.html ) and the tracing and profiling manual Jan 30 06:30:37 hello all, does anybody know a LEGIT nodejs recipe ? seems like its impossible to find an actually working one Jan 30 06:33:42 anyone ? Jan 30 08:19:02 good morning Jan 30 08:56:06 Hello all Jan 30 08:56:37 i'v question regarding debug symbol striping ? Jan 30 08:58:43 why does bitbake puts the ".debug" directory in the working directory of the package ? this caused me some problems as always when i have an executable on a package bitbake generates a ".debug" dir and goes on QA errors "QA Issue: non debug package contains .debug directory:" Jan 30 09:08:15 b737800: considering most packages don't do that, do you have any ideas what you may be doing differently than normal? Did you perhaps re-order the package list so the debug package doesn't take the debug symbols before the main package gets them? Jan 30 09:12:02 here is my bb file http://pastebin.com/d0r02se7 Jan 30 09:12:37 it is just a simple bb for testing the problem of .debug Jan 30 09:18:43 my problem is that bitbake generates a directory and files (.debug) which are not part of my package and then trigger an error on those files Jan 30 09:30:31 just one .debug? Jan 30 09:32:25 in this example bb file it generates two .debug Jan 30 09:32:48 why does your do_install have a mkdir -p ${D}/opt/dir1/.debug? Jan 30 09:33:15 this is just for testing Jan 30 09:33:49 that is probably what is triggering the error. Jan 30 09:34:24 no i a have the error on /opt/dir1/dir55/.debug Jan 30 09:37:24 and /opt/dir1/dir55 contains a binary? Jan 30 09:37:50 yes it does ==> cp practice_package ${D}/opt/dir1/dir55/ Jan 30 09:44:05 so the reason for your problem is you are putting binaries in an unusual location. Binaries are split. You added the /opt/dir1/* to ${PN}, but didn't add /opt/dir1/dir55/.debug to ${PN}-dbg Jan 30 09:48:56 blloyd, I have add "CORE_IMAGE_EXTRA_INSTALL += "linux-yocto-dev"" in my loca.conf, but still no /usr/src/.. source inside target image Jan 30 09:53:27 ok thanks , but may be the result of stripping could be put on a separate directory Jan 30 09:53:30 ?? Jan 30 09:56:56 eddy, try kernel-dev. And you may want to read linux-yocto_VER.bb and the included bbclass to understand what is going on. Jan 30 09:57:10 ok, thx Jan 30 09:57:37 There are other options for stripping b737800. When doing per directory (the .debug folders), they are supposed to be found under where the binary is. Jan 30 09:58:20 ah ok , thanks vry much Jan 30 09:58:23 That's where the debugger will look for them in that case. Jan 30 13:04:42 RP: that patch for deploy-ipk works fine in 2nd test, thanks! Jan 30 13:05:09 JaMa: np, I've just revised it for all three package formats. Will post it out soon Jan 30 13:57:56 hi all! Jan 30 13:58:34 i'v the error "oe_runconf: command not found" on do_configure of libxdamage what does this mean ? Jan 30 14:28:26 Hi all. A summary of the feedback received on the first Web Hob designs is now in the wiki: https://wiki.yoctoproject.org/wiki/images/9/9d/User_Test_1_Findings-INT-002.pdf Jan 30 14:29:13 questions, comments and general wonderments welcome Jan 30 14:53:59 belen: latest HOB features look amazing! Jan 30 15:12:23 mckoan: like which ones? It would be great to know what caught your eye or what you found particularly interesting / useful Jan 30 15:18:48 belen: I'm not a HOB user I prefer the command line, so I like the features you can't get in such environment, basically all the package informations Jan 30 15:19:33 great to know, thanks! Any information missing that we should add? Jan 30 15:19:48 belen: it's almost as if the design plan is sensible! :) Jan 30 15:20:12 belen: I coild say more after a test run ;-) Jan 30 15:20:34 s/coild/could Jan 30 15:20:44 ross: come on, we all know sensible design plans are an urban legend ;) Jan 30 15:21:31 mckoan: as soon as it's ready. Right now is just drawings I'm afraid. But we had to start somewhere :) Jan 30 15:26:32 belen: also a key / value Jan 30 15:26:56 belen: also a key / value paits list at a glance would be a must Jan 30 15:27:14 belen: evaoiding to dig into the config files Jan 30 15:27:26 s/evaoiding/avoiding Jan 30 15:27:55 a searchable/filterable representation of the complete environment was something we talked about in the design meeting Jan 30 15:29:27 belen: but my favourite feature is to have an integrated 'make menuconfig' for kernel (and busybox) Jan 30 15:30:28 belen: like I used when I worked with projects before OE age Jan 30 15:31:10 belen: uClinux, PTXdist, etc... Jan 30 16:31:57 mckoan, rburton: we have given the key / value pairs their own page. The idea is to show the key, the value (of course), which config file they are coming from and if they are being overriden by something else Jan 30 16:32:19 You get a summary in your build dashboard. The summary you can customise to your liking to show whatever info is useful to you Jan 30 16:33:26 mckoan: I am keeping a list of feature requests, so I'll add the kernel one Jan 30 16:44:25 belen: great, thx Jan 30 17:06:13 any reason two sqlite3 header package would be included in one arch sdk build but not another arch? Jan 30 17:06:24 same image and etc Jan 30 17:18:53 JaMa: does shr or angstrom use telepathy at all? Jan 30 17:25:41 rburton: shr has it in feed because someone requested it, but not in our apps (but there was plan to migrate to it later), dunno about angstrom Jan 30 18:20:15 Hello, in December 2012 the Qt version that Yocto supported was 4.8.1 and 4.8.3 . Has that changed? Jan 30 18:27:11 cfg83, find is your friend: Jan 30 18:27:13 dvhart@envy:~/source/poky/meta [master] Jan 30 18:27:13 $ find . -name "qt4-embedded*bb" Jan 30 18:27:13 ./recipes-qt/qt4/qt4-embedded_4.8.4.bb Jan 30 18:32:41 dvhart: Thanks, but I don't have any Yocto anything installed, so I don't have the ./recipies folder in hand. I am researching Yocto at this time. When I use the "search" function on www.yoctoproject.org I don't get Qt hits. Jan 30 18:35:02 cfg83: git.yoctoproject.org will let you browse around the repositories Jan 30 18:35:34 rburton: Thanks! Jan 30 18:37:22 where can I find more information about the RDEPENDS variable? Jan 30 18:37:57 because I'm using it and I tought it would install that packages to the image Jan 30 18:38:30 RDEPENDS_ Jan 30 18:38:45 if whatever has the RDEPENDS in it is installed, then it will cause the item being depended on to also be intalled into the image.. Jan 30 18:38:52 im doing this: image (CORE_IMAGE_EXTRA_INSTALL) -> recipe.bb (RDEPENDS) -> package Jan 30 18:38:58 but just setting 'RDEPENDS' won't do anything.. Jan 30 18:39:21 fray: ok, that make sense Jan 30 18:39:39 so I need to specify the package that RDEPENDS other package Jan 30 18:39:42 then it will install? Jan 30 18:42:06 what I do.. Jan 30 18:42:27 (local.conf) IMAGE_INSTALL_append = " my-package" Jan 30 18:42:32 my-recipe.bb: Jan 30 18:42:39 PACKAGES += "my-package" Jan 30 18:42:50 RDEPENDS_my-package = "foo" Jan 30 18:42:58 that will cause "my-package" and eventually foo to be installed Jan 30 18:44:26 fray: ok, thanks Jan 30 20:02:20 how to I rebuild from scratch? can I just remove build/tmp/work? Jan 30 20:43:24 does anyone knows how to use smart pm with a remote rpm repository? Jan 30 20:43:50 i see that yocto creates a solvdb indexes in deploy/rpm Jan 30 21:21:28 hey, does anyone know why the gdb package might not install gcore? I thought that was a part of gdb 7.5. Jan 30 21:36:39 halstead, poke - are there any plans to upgrade the ABs kernel version? Jan 30 21:46:02 dvhart: which an? Jan 30 21:46:06 dvhart: errr.. AB Jan 30 21:46:10 4,5,6 Jan 30 21:46:19 2.6.37 currently Jan 30 21:46:47 I have a suspicion there is some bugging paravirt code wreaking havoc with our qemu test suite Jan 30 21:46:53 haven't verified yet Jan 30 21:49:31 dvhart: I'm happy to plan to upgrade. Those are sort of our know stable builders at the moment. In fact they do need an upgrade since they are near eol. Jan 30 21:50:02 OK, don't do anything on my account as I'm just collecting info at this point Jan 30 21:50:13 need to undestand these paravirt bits first Jan 30 22:36:26 anyone here used yocto to bootstrap ubuntu/debian for a new arch Jan 30 22:37:23 it's always a magic to bootstrap debian due to its circular dependencies Jan 30 22:52:22 xxiao: It has been done in the past for arm eabi for example Jan 30 22:54:37 and aarch64? Jan 30 23:08:43 are there any apps that can be installed for basic testing of X11 rendering speed on a device? Jan 30 23:12:11 RP: yeah i wish there are some doc on that Jan 30 23:21:32 hi, I copy the hello-mod directory from "poky/meta-skeleton/recipes-kernel" into my bsp recipes-kernel folder, then "bitbake hello-mod" Jan 30 23:21:36 but ERROR: Nothing PROVIDES 'hello-mod' Jan 30 23:21:37 Summary: There was 1 ERROR message shown, returning a non-zero exit code. Jan 30 23:22:05 eddylai, you need the .bb file too Jan 30 23:23:11 yes, the .bb file in the "hello-mod" folder Jan 30 23:23:47 hello-mod_0.1.bb Jan 30 23:24:19 or I need another .bb to tell yocto build this module? Jan 30 23:24:53 I suspect you have a BBFILES problem Jan 30 23:25:12 is this in your own layer? Jan 30 23:25:22 if so, what is BBFILES set to in conf/layer.conf? Jan 30 23:25:22 I use meta-jasperforest Jan 30 23:25:56 without add this, I can successfully build the core-image-basic-jasperforest.hddimg Jan 30 23:26:26 the BBFILES for jasperforest should be adequate from what I can see Jan 30 23:26:32 I'll try it myself in a bit Jan 30 23:26:35 I'm afk for a while Jan 30 23:26:38 but will try when I get back Jan 30 23:26:45 thx Jan 30 23:29:33 eddy, can you post your build/conf/local.conf and the layer.conf files somewhere to be checked? Jan 30 23:31:05 ok Jan 30 23:33:39 someone with yocto wiki R/W access? please modify https://wiki.yoctoproject.org/wiki/index.php?title=PR_Service to say that "bitbake-prserv-tool migrate_localcount" needs to be executed for each MACHINE Jan 31 00:03:39 eddylai, it is working for me. Are you working from the master branches? Jan 31 00:07:49 master branches? I just git clone everything from the yoctoproject site last week Jan 31 00:08:12 according to developer manual Jan 31 00:09:58 $ bitbake hello-mod Jan 31 00:09:58 Loading cache: 100% |###########################################| ETA: 00:00:00 Jan 31 00:09:58 Loaded 1141 entries from dependency cache. Jan 31 00:09:58 Parsing recipes: 100% |####################################################################| Time: 00:00:07 Jan 31 00:09:58 Parsing of 834 .bb files complete (832 cached, 2 parsed). 1142 targets, 34 skipped, 0 masked, 0 errors. Jan 31 00:09:58 Build Configuration: Jan 31 00:10:00 BB_VERSION = "1.17.0" Jan 31 00:10:02 BUILD_SYS = "x86_64-linux" Jan 31 00:10:04 NATIVELSBSTRING = "CentOS-6.3" Jan 31 00:10:06 TARGET_SYS = "x86_64-poky-linux" Jan 31 00:10:08 MACHINE = "jasperforest" Jan 31 00:10:10 DISTRO = "poky" Jan 31 00:10:12 DISTRO_VERSION = "1.3+snapshot-20130131" Jan 31 00:10:15 TUNE_FEATURES = "m64" Jan 31 00:10:16 TARGET_FPU = "" Jan 31 00:10:19 meta Jan 31 00:10:20 meta-yocto Jan 31 00:10:24 meta-yocto-bsp = "master:f0e02dc132c301c0a33a3a8cecddc867b1f0a70e" Jan 31 00:10:26 meta-intel Jan 31 00:10:28 meta-jasperforest = "master:4f676959c35cbd0ed9ac6a1817993d38611859e1" Jan 31 00:10:30 ERROR: Nothing PROVIDES 'hello-mod' Jan 31 00:10:32 Summary: There was 1 ERROR message shown, returning a non-zero exit code. Jan 31 00:12:25 brb Jan 31 00:32:34 eddylai, can you send me the output of: $ bitbake hello-mod -e | grep BBFILES Jan 31 00:32:51 eddylai, as well as tree -L 3 in your meta-jasperforest dir Jan 31 00:32:56 also, your bblayers.conf Jan 31 00:33:04 eddylai, the above just doesn't make sense Jan 31 00:34:34 whoa pastebin? :) Jan 31 00:34:56 erm yeah, by "can you send" I meant via email - in case that wasn't clear Jan 31 01:10:19 dvhart , nothing output "$ bitbake hello-mod -e | grep BBFILES" **** ENDING LOGGING AT Thu Jan 31 02:59:58 2013