**** BEGIN LOGGING AT Mon Mar 09 02:59:58 2015 Mar 09 03:53:28 nm, link was buried in announcement email Mar 09 04:38:04 hi, how to build 'sg3-utils' into target? can't find recipe insude dizzy environment Mar 09 06:03:40 EddyLai: sg3-utils? Mar 09 06:03:58 yes, build tgt need that Mar 09 06:04:10 which target? Mar 09 06:04:29 which target? Mar 09 06:05:25 I want to use iscsi, so include meta-cloud-services Mar 09 06:05:44 not sure what layer it would be in... Mar 09 06:06:31 find, grep and google might help Mar 09 06:06:47 meta-oe has a sg3-utils http://layers.openembedded.org/layerindex/recipe/1061/ Mar 09 06:07:12 or the layer index... Mar 09 06:07:41 layer index pretty much always has the answer :D Mar 09 06:08:50 does meta-cloud-services have an informative readme? Mar 09 06:16:00 yes, I tried download from meta-oe Mar 09 06:16:50 that works Mar 09 06:17:53 thank you very much! Mar 09 06:20:03 another question, yocto build target system hostname with machine name , how can I cahnge it? Mar 09 06:20:21 so that done need to use 'hostname xxx" to change the hostname from target Mar 09 06:22:13 * nerdboy busy in beagle-gsoc waiting for night shift guy Mar 09 06:24:06 EddyLai: look at this comment in the base-files recipe https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-core/base-files/base-files_3.0.14.bb#L66 Mar 09 06:24:38 ok Mar 09 06:31:18 is it possible I set the hostname_pn-base-files in local.conf? Mar 09 06:31:43 EddyLai: yep, just 'hostname_pn-base-files = "foobar"' Mar 09 06:39:02 nice, been there a whole two weeks Mar 09 06:39:52 nerdboy: i watch the list ;) Mar 09 06:40:30 * nerdboy hands nrossi a cookie Mar 09 06:41:37 nerdbody: :), thank you Mar 09 08:08:01 good morning Mar 09 09:06:36 Hi all. I am bit new to udisks and udev. I would like to know if umount command when executed on the target unmounts the device and remove the mount point ( the folder to which it was mounted) Mar 09 11:20:13 hi, does anyone know how to add modules to a Yocto autotools project in Eclipse ? Mar 09 11:42:12 hi, I'm using poky 1.16 and added to one recipe RDEPENDS_${PN} += "update-rc.d" but when checked final rootfs it's not installed Mar 09 11:47:58 sorry yocto 1.6 version Mar 09 15:32:11 Hi Mar 09 17:02:03 'er.. V8 Mar 09 18:36:40 khem_: I hear you are having trouble registering for YPDD? Mar 09 18:37:10 khem_: let me know if I can help Mar 09 18:41:01 yes Mar 09 18:41:12 darknighte: the link doesnt work Mar 09 18:45:02 i have.. SYSTEMD_AUTO_ENABLE = "enable" .. inside my recipe and also 'inherit systemd' ... i've written a service file, and install it to '${D}${systemd_unitdir}/system' ... my image will still not enable it.. Mar 09 18:45:31 if i log in and do 'systemctl enable app' it works fine ('app' being my app.service file) on the next boot Mar 09 18:45:43 am i missing something to have it enabled in my image? Mar 09 18:46:40 i'm not sure where to look to see why its not enabled Mar 09 18:47:15 dgm816: show us the service unit file Mar 09 18:47:29 dgm816: mostl probably it doesnt have a install sectin Mar 09 18:49:27 ok.. here's a paste bin of the app.service file Mar 09 18:49:33 http://pastebin.com/4J3k2mQj Mar 09 18:49:46 i am installing /usr/bin/test_app myself.. and it is there.. Mar 09 19:07:27 Is there any differences between "SRC_URI +=" and SRC_URI_append ? Mar 09 19:07:43 += is immediate, and includes a space separator Mar 09 19:07:52 _append is lazy and provides no separator (occurs at the end of parsing) Mar 09 19:08:15 also _append is the only syntax which can do a conditional append based on an override (e.g. FOO_append_qemuarm) Mar 09 19:08:33 see also the bitbake documentation and presumably the yocto docs cover it too somewhere Mar 09 19:11:43 dgm816: is test_app a forked daemon ? Mar 09 19:12:09 dgm816: you need to add RemainAfterExit=yes under [service] Mar 09 19:12:17 unless its a one shot service Mar 09 19:12:41 systemctl status Mar 09 19:12:46 shoudl tell you about it Mar 09 19:22:26 kergoth, thanks Mar 09 19:24:33 its a one shot service Mar 09 19:24:35 no forking Mar 09 19:41:13 khem_, just so im clear.. if i log in and issue 'servicectl enable app' once i've installed my image.. it works fine Mar 09 19:41:22 w Mar 09 19:41:28 khem_, i dont think there is a issue with systemd or with the unit file.. Mar 09 19:42:00 khem_, my question had to do with when i 'bitbake image', its not enabled by default.. i have to login, and manually enable it.. Mar 09 19:55:47 dgm816, you only create one package in your recipe I assume? Mar 09 19:56:49 yes Mar 09 19:57:06 only 1 ipk created, if thats what you mean Mar 09 19:57:11 Yes Mar 09 19:57:37 need a 2nd one for systemd unit to be installed? Mar 09 19:57:52 The enabling should happen as part of the rootfs stage for the image so I would look at that log and see if there are any issues Mar 09 19:58:04 ok.. thanks Mar 09 20:21:52 I'm attempting to add an older version of u-boot (2009.08) to a layer that I'm creating for a board not currently supported by freescale. For now, I'm compiling it and the kernel separately in a linaro toolchain and building the image manually. I've gotten it to mostly compile, but the yocto toolchain doesn't build all of the required files, so the link fails Mar 09 20:23:45 I have to use the older version, because the newer u-boot doesn't have support for my board, and the way you add support for a new board in u-boot is different nnow Mar 10 01:55:31 how do I append to PATH variable in my recipe? Mar 10 02:11:33 don't. Mar 10 02:11:37 what exactly is your goal? Mar 10 02:42:11 kergoth: I wanted to have some binaries being able to run during the bitbaking process Mar 10 02:42:31 why appending to PATH is discouraged? **** ENDING LOGGING AT Tue Mar 10 02:59:58 2015