**** BEGIN LOGGING AT Sat Jan 06 03:00:02 2018 Jan 06 04:30:30 Is there a menuconfig to configure u-boot in yocto? Jan 06 07:00:24 learningc: omly indirectly I think, i.e., you could probably get away with something like `bitbake -c devshell virtual/bootloader` and in the new shell environment run `make menuconfig`. Jan 06 09:38:04 I see. Thanks Jan 06 13:37:16 hi everyone Jan 06 14:14:17 can i set the packageconfig for a recipe in an image recipe? Jan 06 14:14:43 i'm trying to enable python-opencv in the opencv recipe Jan 06 14:30:44 hello guys, I am playing with yocto and remarked that "ofono" package was installed in my image Jan 06 14:31:11 when I plot dependencies with bitbake -g ofono, it tells me that ofono was included because it is required by… ofono Jan 06 14:31:29 hence, I do not understand why I am having this package (that I do not need) in my resulting image Jan 06 14:32:37 question is: how can I find out why I am having this package in my image? Jan 06 14:35:51 hmm, making an opencv_3.3.bbappend and adding `PACKAGECONFIG += "python2"` doesn't do anything... Jan 06 14:52:13 what is BPN? and why is opencv using it to create the python package name instead of PN? Jan 06 15:19:55 turns out packagegroup-install-extended, included by core-image, was bringing in ofono. and this is done by default by core-image (wtf? ofono, really?) Jan 06 15:20:35 removed using CORE_IMAGE_BASE_INSTALL_remove = "packagegroup-install-extended" in order to get rid of wifi, bluetooth and ofono Jan 06 16:06:44 hmm, i'm getting `Error: max_leb_cnt too low (2146 needed)` from do_ubifs. it sounds like my image is too large? Jan 06 16:43:07 hmm, i can't seem to get python-opencv to be found on yocto rocko... :/ Jan 06 21:41:51 New news from stackoverflow: Unable to start bitbake server Jan 07 01:12:33 New news from stackoverflow: Yocto project how to add a library to Eclipse with Yocto Plugin **** ENDING LOGGING AT Sun Jan 07 03:00:01 2018