**** BEGIN LOGGING AT Tue Mar 01 02:59:58 2016 Mar 01 09:17:22 Hello everyone Mar 01 09:20:16 Do you know, where I can replace the default shell of root ? I would replace sh by bash Mar 01 09:21:17 I think simply installing bash should already do it Mar 01 09:24:15 I have install bash, but the default shell of root is always sh :( Mar 01 09:25:43 make one of those scripts/commands that fiddles with the rootfs before it's packed up? Mar 01 09:26:49 running a "sed -i s/\/bin\/sh/\/bin\/bash/ /etc/passwd" should be enough (not tested, and not fully awake) Mar 01 09:29:21 Thanks you tbr, I will test to modify /etc/passwd. I thought there would be a feature to it in bbclass. Mar 01 09:29:50 no idea, there might be Mar 01 09:44:16 have you checked that installing bash doesn't change /bin/sh to point at bash? Mar 01 10:42:37 I'm getting fetcher failer while bitbake meta-tool-chain-qt5 , Function failed: Fetcher failure for URL: 'git://code.qt.io/qt/qtwebkit.git;branch=5.4' Mar 01 10:42:52 where can i change "git" to http? Mar 01 10:43:11 its behind the firewall of the company Mar 01 10:43:39 see 3e2058f2e735bbfd15723ce9de27ad8df78a5500 Mar 01 10:43:48 you probably don't have that one with qt 5.4 yet Mar 01 10:44:35 ok Mar 01 10:46:01 how can i disable that, I removed it in IMAGE_INSTALL_append, but bitbake meta-toolchain-qt is giving webkits error Mar 01 10:46:07 how can i disable that Mar 01 10:52:20 do i need to alter meta-qt/local.conf....please spare, i'm newbee Mar 01 11:32:19 any expert here? Mar 01 12:03:02 Shouldn't bitbake be saving .done files in DL_DIR using something like the recipe name as prefix? As far as I understand, we can have some name clashes in DL_DIR in case more than one recipe happen to have the same filename in SRC_URI. Mar 01 12:07:48 I see qttools_git with PACKAGECONFIG[qtwebkit] = ",,qtwebkit" .... how to disable qtwebkits here Mar 01 12:13:10 which log file is to record the precedure of build image in yocto Mar 01 12:13:54 in oe Mar 01 12:25:15 Nilesh: set "PACKAGECONFIG_remove_pn-qttools="qtwebkit" in your local.conf Mar 01 12:27:29 in meta-qt's config or in build local.config? Mar 01 12:27:50 Nilesh: local.conf in build directory Mar 01 12:29:52 hi, after bitbake, i dont find the 1.bmp file in /home/root, but recipe bitbake work well so how to know what error happen if no error hint Mar 01 12:34:00 my recipes is to copy 1.bmp to /home/root folder Mar 01 12:35:51 maxin: i Tried bit its still attempts fetch qtwebkit Mar 01 12:37:01 Nilesh: it might be a dependency in some other place , then.. Mar 01 12:38:38 ok Mar 01 12:39:53 maxin:the as JaMa said its not there for 5.4, and the biggest problem is I dont know how to disable it Mar 01 12:40:03 *qt Mar 01 12:40:24 and I'm getting fetcher error for qtwebkit Mar 01 12:45:38 Nilesh: why don't you cherry-pick it? Mar 01 12:46:01 JaMa:from? Mar 01 12:46:13 Nilesh: and use bitbake -g to see what is pulling qtwebkit Mar 01 12:46:29 Nilesh: ? Mar 01 12:47:45 spare me I've just started using yocto.....can you please tell me how to do that Mar 01 12:47:51 JaMa Mar 01 12:49:26 spare me and RTFM (about git and bitbake -g at least) Mar 01 13:09:36 successufl Mar 01 13:41:40 I got the depedency for webkit https://paste.kde.org/pdqgs3ggk#line-1479 Mar 01 13:43:14 *package-depends.dot Mar 01 13:46:50 Nilesh: PACKAGECONFIG_remove_pn-qtquick1="qtwebkit" Mar 01 14:06:44 JaMa:seems like its still fetching webkit tried with PACKAGECONFIG_remove_pn-qttools= "qtwebkit" PACKAGECONFIG_remove_pn-qtquick1= "qtwebkit" Mar 01 14:08:39 check bitbake -e qtquick1 if it's really disabled Mar 01 14:09:56 JaMa:it displayed python scripts Mar 01 14:10:27 maybe the branch of meta-qt5 you're using doesn't even have the PACKAGECONFIG for qtwebkit in qtquick1 Mar 01 14:10:48 I use fido Mar 01 14:10:59 you didn't say which branch you're using but from 5.4 version I guess fido Mar 01 14:11:14 ok..:) Mar 01 14:11:51 so you need to cherry-pick 40b7a93a3c6cf05136c606824c1cea848b75bcb6 as well Mar 01 14:12:01 ok Mar 01 14:29:55 JaMa: hi Mar 01 14:30:15 hopefully today Bruce will spend time on linux-yocto vs. shared-workdir Mar 01 14:30:56 ant_work: cool, looking forward for successfull linux-yocto build after months Mar 01 14:31:02 afais building two kernels in a run w/o issues is pure luck :/ Mar 01 14:35:02 at least the error in your autobuilder is fixed (damn..we totally lack documentation about INITRAMFS_ vars) Mar 01 17:51:24 Hello I have a quick question. After building an image with the meta-oe layer, is the sound supposed to work out of the box, or do I have to add a recipe to the image? Maybe it depends on the machine, or distro ? Mar 01 17:55:03 what do you mean by out of th ebox. Usuaully the bsp has to know how to make something you can use with the hardware Mar 01 17:55:10 not all bsps are good at that Mar 01 17:55:24 that is what I though Mar 01 17:55:41 it is an area we need to improve :) Mar 01 17:56:34 I did test on an odroidxu3 with it's bsp "meta-mali", and on a Zybo with it's bsp (meta-zybo), but no sound card detected in both case Mar 01 17:58:57 So I thought I was missing something, but if you tell me the BSP is supposed to take care of it, it's gonna be more complicated than I thought hehe Mar 01 18:16:01 Thank you Crofton for your answer :) I will dig into the BSPs and learn more about the machine/distro variables. I will probably find some hints there. Mar 01 18:29:04 zeechs, this is an area we need to improve in Mar 01 18:30:40 but you guys are not developping BSPs for every board are you ? Mar 01 18:31:15 no Mar 01 18:31:34 but we need to do a better job of saying this is a good bsp Mar 01 18:54:21 zeechs: sound on SoCs is kinda dicey... Mar 01 18:55:20 depends on which output you want as default, maybe an alsa state/mixer config, or maybe the dtb is not complete and/or buggy Mar 01 18:55:51 if you're using the vendor kernel/other stuff then it's probably mixer config or output device Mar 01 18:56:49 you can try stealing the alsa config/state file from the upstream ubuntu image or whatever they provide... Mar 01 19:01:37 nerdboy: I actually didn't go that far. I installed all the Alsa related packages but "aplay -l" returns "no sound card", and the /proc/asound folder is inexistant. alsactl say "no sound card" also in the boot log Mar 01 19:02:11 I suspected the dtb to mess it up though. I didn't peek there yet Mar 01 19:02:51 did you install the kernel modules? Mar 01 19:03:19 you might need to add that to image recipe or local.conf Mar 01 19:03:38 check your image and see what module packages are installed Mar 01 19:04:46 something like rpi also has a "secret" mixer switch for hdmi vs. analog out Mar 01 19:05:02 not sure about odroid... Mar 01 19:06:22 odroid is not really important, I really have too make the ZyBo work Mar 01 19:06:49 but I feel like problem is the same on both Mar 01 19:07:45 and you are right that I don't have the module installed, lsmod doesn't return anything Mar 01 19:08:14 I spent some time already trying to find out which recipe I have to install Mar 01 23:37:46 zeechs: you can add this to your local.conf: Mar 01 23:38:36 CORE_IMAGE_EXTRA_INSTALL += "kernel-modules" Mar 01 23:38:57 if your image is based on core-image that should work... Mar 02 01:11:46 I've got a "QA Issue: non debug package contains .debug directory", but I can't target the precise .debug path in $FILES_{PN}-dbg as it is dynamic (it's the result of a build process)... how can I ignore this directory? Mar 02 01:13:28 lerela: can't you wildcard it? Mar 02 01:14:11 */.debug doesn't work so I probably would have to get more specific about the directory structure and that is not very future proof... Mar 02 01:15:14 we fixed this in master and the upcoming release to automatically package any .debug directory Mar 02 01:16:01 for now you can work around it either by adding the directory possibly using wildcards, delete it, or disable the warning Mar 02 01:16:44 alright I'll do that, thank you bluelightning Mar 02 01:36:02 if I remove them from the install directory with find ${D} | grep .debug | xargs rm -rf in do_install, Bitbake still complains because they are still in packages-split.. The doc says that "The do_package and do_packagedata tasks combine to analyze the files found in the D directory and split them into subsets based on available packages and files.", so I don't get how they can end up in packages-split if they're not in $D (I'v Mar 02 01:36:02 e checked, the find deletes them) Mar 02 01:53:44 lerela: something is going wrong there because any change at do_install *will* propagate to packaging Mar 02 02:17:30 well, I could only make it work by ignoring the warning, the recipe looks like this: http://dpaste.com/0NG1KX8 and without the warning skip, the .debug files are not in image/ when it fails but they are in packages/ and packages-split/, which triggers the warning Mar 02 02:17:44 the end of the bitbake log is here: http://dpaste.com/1JV15DY Mar 02 02:18:04 I'm probably missing something Mar 02 02:22:17 hi, all! Mar 02 02:22:30 hi Mar 02 02:24:06 how I should build kernel modules now with separate kernel builddir? I created https://gist.github.com/3a5685423a1a73c48da0 but it doesn't build properly - MODPOST is not happy about missing Module.symvers Mar 02 02:25:00 the complaints - https://gist.github.com/7044cc7bfb9c752e65d8 Mar 02 02:25:26 what am I doing wrong? Mar 02 02:49:31 lerela: ah, I think I figured out what might be happening Mar 02 02:49:49 lerela: those files get split out as part of do_package Mar 02 02:50:11 (or at least, the ones that are still there after your removals do) Mar 02 02:55:15 you could disable debug package splitting entirely if that's what you really want Mar 02 02:55:42 INHIBIT_PACKAGE_DEBUG_SPLIT = "1" within the recipe will do that **** ENDING LOGGING AT Wed Mar 02 02:59:58 2016