**** BEGIN LOGGING AT Thu Sep 22 02:59:59 2016 Sep 22 09:00:23 Does DEPENDS_ make sense? Sep 22 09:26:08 is there a preferred way to add a new IMAGE_TYPE? **** BEGIN LOGGING AT Thu Sep 22 10:10:23 2016 Sep 22 10:25:18 mario-goulart: no Sep 22 11:38:28 RP: thanks. Sep 22 14:29:17 RP: does https://github.com/openembedded/bitbake/compare/master...kergoth:cooker-no-init-parsing seem reasonable, conceptually? Sep 22 14:30:18 * kergoth ponders Sep 22 17:26:03 Hello there, I have a question. I am trying to bitbake meta-toolchain-qt5. I can bake it successfully, but when I set up QT Creator, it gives me error that qtserialbus not found. When I do bitbake qtserialbus it bakes succesfully also. How can I append qtserialbus to the sdk that generated using bitbake meta-toolchain-qt5 ? Sep 22 17:26:13 I am using meta-qt5 master branch btw. Sep 22 17:30:39 rubiccube__: Add it to TOOLCHAIN_TARGET_TASK Sep 22 17:32:44 khem: I tried with no luck. It gives me an error says:ERROR: qtserialbus not found in the base feeds (x86_64-nativesdk noarch any all) Sep 22 17:34:06 rubiccube__: you should check deploy area for ipks Sep 22 17:34:11 what are the names Sep 22 17:34:25 khem: I am very newbie Sep 22 17:34:33 thats ok Sep 22 17:34:45 cd into buildarea for qtserialbus Sep 22 17:34:54 in work/ Sep 22 17:35:05 there will be a directory where it is built Sep 22 17:35:30 khem: Yes but I have started from the scratch now :( Sep 22 17:35:45 khem: I will bake again and write to you if its OK for you Sep 22 17:36:08 khem: Should I delete TOOLCHAIN_TARGET_TASK or leave it as it is Sep 22 17:41:53 khem: ? :$ Sep 22 17:52:11 rubiccube__: sounds like you put it in TOOLCHAIN_HOST_TASK instead of TOOLCHAIN_TARGET_TASK, as that error message mentions nativesdk, which is only a valid package arch for host, not target. use TOOLCHAIN_TARGET_TASK, and it'll work, if you need it for the host/nativesdk, then you need to add nativesdk-qtserialbus to TOOLCHAIN_HOST_TASK Sep 22 17:56:01 kergoth: You are right, it was my mistake...I will correct this. Thank you But I have also tried bitbake nativesdk-qtserialbus, it gives me an error that says package not found Sep 22 17:56:36 then the qtserialbus recipe needs BBCLASSEXTEND = "nativesdk" Sep 22 17:58:46 kergoth: I am trying now, thanks so much. Sep 22 17:58:58 thaytan: Thanks to you also. Sep 22 17:59:26 kergoth: Should I run bitbake meta-toolchain-qt5 -c cleanall ? Sep 22 18:00:56 Missing or unbuildable dependency chain was: ['meta-toolchain-qt5', 'nativesdk-qtserialbus', 'nativesdk-qtserialport'] Sep 22 18:07:07 I have added BBCLASSEXTEND = "nativesdk" to the qtserialport receipe also. It seems OK now. **** ENDING LOGGING AT Fri Sep 23 02:59:58 2016