**** BEGIN LOGGING AT Fri Jun 16 03:00:04 2017 Jun 16 05:51:39 RP: I had to revert couple of your patches on master-next see http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/master Jun 16 06:50:59 Trying to build image & sdk for imx6qsabrsd machine with meta-freescale (pyro branch) and compilation of u-boot-mkimage_2017.01 is faling with 'dereferencing pointer to incomplete type' error. Jun 16 06:52:10 Tried with older versions of both u-boot-mkimage and openssl, still failing. Anybody else getting the same issue ? Jun 16 07:19:00 khem: can you say why you needed to revert those? Jun 16 07:24:28 khem: ah, the mailing list change. Not sure I see the connections :/ Jun 16 07:40:48 Hi, is it possible to add more dtb files to yocto after the build process, best case to add it to a running system? Jun 16 08:02:31 bluelightning: I tried that solution but it didn't work . Jun 16 08:10:45 Hello all! I need yocto to output an image file (partitions, rootfs, uboot, dtb, kernel) that can be flashed to SD card with "dd"... Jun 16 08:11:28 I checked google... and some suggest to implement a custom class that extends image.bbclass Jun 16 08:11:49 is there any tutorial, howto.... on extending image class? Jun 16 08:13:34 wooo: tried wic? http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#create-wic-images-wic Jun 16 08:21:01 i did... Jun 16 08:21:42 But I am getting errors... Error: No boot files defined, IMAGE_BOOT_FILES unset... where do I define this var? Jun 16 08:30:57 wooo: in your machine.conf normall Jun 16 08:31:00 normally* Jun 16 09:05:31 Is there a way to override ${D} directory (without the need to make "copy" of inherited recipe)? Jun 16 09:05:31 For example D=${D}${foo} Jun 16 10:16:56 I have added classes folder to my meta-mylayer.... now I added image_types_my.bbclass to classes folder.... Jun 16 10:17:31 how can I then tell yocto to include image_types_my.bbclass? Jun 16 10:20:00 IMAGE_TYPE += image_types_my (in your machine.conf file) Jun 16 10:25:32 I added IMAGE_FSTYPES += "..... mytype" Jun 16 10:26:06 sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'mytype' - possibly invalid type name or missing support class Jun 16 10:26:37 but I defined IMG_CMD_mytype in image_types_my.bbclass Jun 16 10:27:19 I guess yocto is not including files from classes folder... Jun 16 10:35:44 wooo: you need to add your bbclass to "IMAGE_CLASSES" (e.g. IMAGE_CLASSES += "image_types_my") Jun 16 10:35:46 When i use wic and i use --source rootfs that picks up the current ${image_rootfs}, everything is perfect with the right ownership. However, if I on the other hand use --rootfs-dir and specify a different rootfs, the wrong ownership is picked up Jun 16 10:42:31 nrossi thx... it added my class now... Jun 16 11:20:24 hnje: all rootfs directories accessed by wic must come from the same recipe. Reading directly from some other recipe doesn't work, because wic only sees the files of the other recipe, but doesn't use the right pseudo DB and thus lacks proper file attributes. Jun 16 11:20:53 Tar up in the other recipe and unpack in the one where you want to use the rootfs in a wic recipe. Jun 16 11:22:57 pohly: okay, makes sense. thx Jun 16 12:53:24 Hi all, can anyone tell me how can I debug this issue? I want to have a subpackage created during bitbake 'recipe' and that package doesn't exist after successful build Jun 16 12:53:43 I don't know why it's not there, even though I added such subpackage into PACKAGES list Jun 16 13:21:11 phatina: usually because nothing went into it Jun 16 13:26:07 Hallo. Is there a yocto recipe for apache celix 2.0.0 available? I don't found it at http://layers.openembedded.org. Jun 16 13:28:45 eddi: thats probably a no then Jun 16 13:29:29 ed2: though google for celix bb produces https://issues.apache.org/jira/browse/CELIX-388 Jun 16 13:32:04 That issue I found, too. But I don't found the recipe for that. Jun 16 13:36:31 After that I tried to build the recipe on my own. But I get build errors because of the -Werror CFLAG. Is it possible to disable this Flag in the recipe? I am a novice in yocto. Jun 16 13:36:57 no its their software that is breaking Jun 16 13:37:08 you'll need to see if there's an option you can set, or worst case patch it out Jun 16 13:37:32 this is why defaulting to using -Werror is wrong Jun 16 13:37:53 new compiler release means new warnings, which become errors. user can't build software. Jun 16 13:40:41 Is this CFLAG set by bitbake globally or is it set from the celix cmake? Jun 16 13:42:37 celix Jun 16 13:43:08 we have numerous patches to stop people that do think using -Werror is sensible Jun 16 13:44:32 Ok. Thanks rburton. Jun 16 13:51:44 kanavin: PATCHBOMB Jun 16 13:52:01 rburton: yes, the traditional Alex patchbomb has been dropped Jun 16 13:53:44 seriously upset that there's not a 10 second westwood "drop the bomb" clip on youtube Jun 16 13:58:29 rburton: just so you know, latest icu may well break qt4, and from now on, I suggest we stop caring Jun 16 13:58:41 rburton: that is, remove qt4 from the autobuilder Jun 16 13:59:25 rburton: I will continue to take and merge community patches though for qt4 Jun 16 14:00:03 rburton: thx, somehow I managed to figure out I had no output to package Jun 16 16:00:26 | Running edk2 build for OvmfPkgX64 Jun 16 16:00:27 | Usage: build.exe [options] [all|fds|genc|genmake|clean|cleanall|cleanlib|modules|libraries|run] Jun 16 16:00:27 | build.exe: error: Option -n only allows one instance in command line! Jun 16 16:00:34 hmm Jun 16 17:42:28 Hello - how can I set up two initscripts in one bitbake recipe, inheriting update-rc.d.class? Jun 16 17:44:54 Using poky krogoth Jun 16 17:53:14 Circuitsoft: I think you might need multiple packages Jun 16 21:51:43 halstead: when you're done with admin on the main AB, can you fire a nightly against poky-contrib:ross/mut please? thanks! Jun 16 21:51:58 (or if you're done on that now, i can fire it) Jun 16 21:53:03 rburton, please go ahead now. I'm going to be doing more later tonight. Jun 16 22:01:41 ok thanks **** ENDING LOGGING AT Sat Jun 17 03:00:01 2017