**** BEGIN LOGGING AT Mon Oct 26 02:59:59 2015 Oct 26 08:09:44 morning all Oct 26 08:43:10 good morning Oct 26 08:44:44 hi mckoan Oct 26 09:55:14 morning folks Oct 26 10:01:56 hi all, trying to deploy with the 'syslinux/install' label a x86/preempt_rt dizzy image. I noticed that the disk identified as target is the usb pendrive instead of the SSD disk in the target unit. I've placed trace echos in the init-live.sh and init-install.sh scripts and i can see the devices are swapped (sda/SSD and sdb/Pendrive). If i use the normal preempt kernel things are the same. Disk is a swissdisk. Clues ?? Oct 26 12:10:22 Hi all, is there easy wait to remove printing '"Please wait: booting..."' to LCD display after boot? I found it's in banner.sh in /etc/init.d from sysvinit script Oct 26 12:12:24 I can comment it but I'm not sure if it's right way to do Oct 26 12:17:47 marek__: you could bbappend the initscripts recipe and supply your own banner.sh without the echos in it Oct 26 12:18:19 bluelightning: OK thanks Oct 26 13:31:00 halstead_: any update with oe-commits hook in git repo? It's broken for a month it seems http://lists.openembedded.org/pipermail/openembedded-commits/ Oct 26 14:04:39 I asked this friday, and looked through logs for an answer. I didn't see one. See next line: Oct 26 14:04:43 What is the best way to have yocto write a /etc/resolv.conf file during bitbake? Is there script that handles this easily? Oct 26 14:17:42 How do people address custom changes to the final OS that don't necessarily get handled in a any source package? Tweaking? Oct 26 14:20:36 mrk377: you could do it through a function called from ROOTFS_POSTPROCESS_COMMAND for the image Oct 26 14:21:09 mrk377: the question is in your image what is in control of /etc/resolv.conf ? do you use connman or networkmanager or something similar which wants to manage that file itself? Oct 26 14:27:02 <[Sno]> JaMa: as we talked about issues with perl at weekend: http://nopaste.linux-dev.org/?785761 Oct 26 14:27:31 <[Sno]> rrdtool seems to have a problem (don't know why it doesn't happen in test builds) Oct 26 14:30:45 <[Sno]> JaMa: see https://github.com/rehsack/meta-openembedded/commit/98bacbf73009338bc686cd969529f33f56128ab4 for a possible patch Oct 26 14:32:11 [Sno]: there are 4 pending patches for rrdtool in master-next, does your local build used in nopaster include them? Oct 26 14:32:30 I don't use connman or networkmanager right now. They are not installed. I will look into ROOTFS_POSTPROCESS_COMMAND. Oct 26 14:49:07 <[Sno]> JaMa: no, I check them Oct 26 14:52:37 <[Sno]> JaMa: I count 5 including my patch for native support, but none of them fixes that problem Oct 26 14:52:49 <[Sno]> they all deal with base-package or python only Oct 26 15:11:44 how to install a CPAN module in yocto? i need the DBD::SQLite module btw Oct 26 15:13:31 Hoping for some hints on directing the kernel log messages over USB, where the board acts as an ACM gadget. I've tried setting console=ttyGS0;115200, but I don't get any log output at all. Oct 26 15:14:25 Getty does eventually spawn a login prompt, so the serial connection does work. Is there some gotcha I'm unaware of here? Oct 26 15:27:15 simonl: options like baud rate are preceded by a comma, not semicolon (so it should be console=ttyGS0,115200) Oct 26 15:28:26 ntl: Oh! IRC typo (flashed command line uses ,) Oct 26 15:42:06 guys, how can I place uImage and the ubi image to one .img file with Oct 26 15:42:07 md5sum files inside? Oct 26 16:11:27 Hi. I have a question regarding recipes. I want to create a recipe for a application that uses mysql database. However the application needs some databases and tables created. How can I do this using recipes? Oct 26 17:27:21 Hi. Is it possible to create from recipes database and databases tables? Oct 26 17:35:56 hanthings_: sure... you'd probably do that from a postinstall script I would guess Oct 26 17:36:31 hanthings_: this may help: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-post-installation-scripts Oct 26 17:36:36 bbl Oct 26 18:23:47 bluelightning, Thanks I will have a look Oct 26 19:38:14 I have a fujitsu compact flash card (cyl: 16383, head: 16, sec: 63) on a x86 board. I used dd to write hddimg to /dev/hda. It boots but hangs on 'waiting for removable media'. Do I use the procedure in README.hardware for USB to make CF boot?? Oct 26 19:38:50 Or is it done another way? Oct 26 19:39:35 waiting for removable media usually indicates you are missing a device driver of some kind.. (not always though) Oct 26 19:46:59 zeddii, awake? Oct 26 19:48:30 fischerm, has a patch in linux-yocto-something that patches in an executable python script he needs to run from the recipe, but the exec bits are not set Oct 26 20:03:23 Crofton: after the patch it should just be part of the all: part in the Makefile Oct 26 20:03:38 Crofton: if I add the commits on top of git, without patches it works Oct 26 20:36:28 FRAY: should we be using *.hddimg or *.hdddirect file for dd'ing to the compact flash (/dev/device)?? I saw this example: https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_Yocto_on_a_hard_drive.3F Oct 26 20:37:12 BUT, I don't have grub in my image (core-image-base). Oct 26 20:37:15 very much depends on the board and configuration Oct 26 20:37:38 I mean (core-image-minimal-dev) Oct 26 20:39:21 FRAY: It hasn't been obvious, and I am a newbie trying to fast track this idea for a demonstration. Oct 26 20:40:08 on a typical PC like system (with a standard bios).. your CF is usually just treated as an IDE device.. so you need to have IDE enabled in the kernel.. Oct 26 20:40:22 then you load it up like you would a disk.. fdisk it.. put hte image into a partition and put a bootloader on the disk Oct 26 20:40:42 when you start to get into UEFI and non-intel architectures things start changing pretty dramitically.. Oct 26 20:41:06 board README files USUALLY have deployment information in them.... if they don't I'd certainly ask whomever wrote the board layer to add information on deployment Oct 26 20:41:31 It is an Intel Pentium. So I am good. So the IDE module isn't enabled in kernel by default. Correct?? Oct 26 21:02:04 thats what it sounds like to me.. Oct 26 21:02:10 you need to enable the right set of modules.. Oct 26 21:02:19 or more to the point, compiled in drivers.. Oct 26 21:02:26 since loadable modules can't be until the filesystem comes up Oct 26 21:09:41 FRAY: Thanks for guidance. I am putting grub in image, and looking at lspci for IDE controller. It is an Intel 82801DB IDE Controller. Oct 26 21:14:49 without having your board I can only guess.. but most CF I've worked with have just been wired directly to the IDE controller.. so it's PROBABLY what you want Oct 26 21:18:02 Thanks for info fray! Oct 26 22:07:55 hey. i want to have wwwcurl support, which is a cpan module but it can't find curl.h altough i added DEPENDS += " curl \ Oct 26 22:08:42 | *** Module name OUT: /home/linux/QorIQ-SDK-V1.8-20150619-yocto/build_t4240rdb-64b_release/tmp/sysroots/x86_64-linux/usr/lib/perl-native/perl/5.14.3/List/Util.pm Oct 26 22:08:45 | Locating required external dependency bin:curl-config... found at /home/linux/QorIQ-SDK-V1.8-20150619-yocto/build_t4240rdb-64b_release/tmp/sysroots/t4240rdb-64b/usr/bin/crossscripts/curl-config. Oct 26 22:08:49 | The version is libcurl 7.35.0 Oct 26 22:08:52 | Cannot find curl.h - cannot build constants files - see Makefile.PL at Makefile.PL line 96. Oct 26 22:10:30 export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" Oct 26 22:10:42 this is what i also added but then it can't find curl.h either Oct 26 22:10:55 i wonder what that "${STAGING_BINDIR_CROSS}/curl-config" actually is Oct 27 00:14:04 *help* Oct 27 01:52:23 what does EXTRA_OECONF_BASE, EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE mean in gcc-4.9.inc inside the meta layer? Oct 27 01:52:42 parrot2: github link to the file maybe? Oct 27 01:59:03 qknight: sure...wait Oct 27 02:00:19 qknight: here you go http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-devtools/gcc/gcc-4.9.inc Oct 27 02:02:43 http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=325ee9b5fcebe902dfea78750502d8f6667d0a97 Oct 27 02:02:51 parrot2: For some platforms its useful to be able to configure LTO so provide a variable Oct 27 02:02:54 to allow this to happen. Oct 27 02:03:19 parrot2: a global switch for some very important compiler settings? Oct 27 02:04:00 LTO? Oct 27 02:04:20 parrot2: http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-devtools/gcc/gcc-configure-common.inc seems it is set from here Oct 27 02:05:00 parrot2: and it is initially "" but you can pass it different values using something like this, i suppose: Oct 27 02:05:03 PACKAGECONFIG_append_pn-qtbase = " tools icu examples accessibility gl udev openssl widgets developer sql-sqlite sql-mysql sql-psql sm" Oct 27 02:05:16 just a guess though Oct 27 02:05:38 parrot2: https://gcc.gnu.org/wiki/LinkTimeOptimization LTO Oct 27 02:11:40 hello all, I keep getting warnings/errors saying WARNING: missing /lib/modules/4.2.3-armv7-x2 does anyone know how I can get that module installed? Oct 27 02:11:55 qknight: ok...thanks for the heads up Oct 27 02:12:31 turbo-joe: where and why do you get the warnings Oct 27 02:12:58 when installing through apt-get Oct 27 02:14:05 turbo-joe: did you install ~/QorIQ-SDK-V1.8-20150619-yocto/build_t4240rdb-64b_release$ ls tmp/deploy/images/t4240rdb-64b/modules-t4240rdb-64b.tgz Oct 27 02:14:13 turbo-joe: your paths are obviously different than mine Oct 27 02:14:30 I just got ubuntu loaded on emmc and I am trying to get it setup with lxde and a few other pieces of software Oct 27 02:15:37 turbo-joe: which boadr are ya using? Oct 27 02:15:38 BBB-eMMC-flasher-ubuntu-14.04.3-console-armhf-2015-10-09-2gb.img Oct 27 02:19:11 https://www.raspberrypi.org/forums/viewtopic.php?f=71&t=17666 <- does this help Oct 27 02:22:51 honestly I am kind of clueless on what that module is or does. this is my first time with ubuntu on the beaglebone black Oct 27 02:23:28 turbo-joe: might be the kernel modules, do you have anything in /lib/modules? Oct 27 02:23:40 turbo-joe: go there, type: du -a /lib/modules and paste me the output Oct 27 02:24:28 4.1.10-ti-r21 Oct 27 02:24:33 thats it Oct 27 02:24:45 turbo-joe: then you don't have any kernel modules... ok Oct 27 02:24:51 turbo-joe: might be ok though Oct 27 02:25:40 turbo-joe: zcat /proc/config.gz | grep -i '=m$' Oct 27 02:25:46 turbo-joe: check that output Oct 27 02:26:20 turbo-joe: a better way is to use paste.ubuntu.com Oct 27 02:26:50 'uname -a' says? Oct 27 02:33:16 turbo-joe: you are on my ban list rihgt now because you are literally spamming me **** ENDING LOGGING AT Tue Oct 27 02:59:59 2015