**** BEGIN LOGGING AT Sun Mar 27 02:59:57 2016 Mar 27 03:20:53 hi, i have question, i asked last days ago, i didnt see these message left after i go away(maybe someone left it), i reask it, it is i use IMAGE_INSTALL and CORE_IMAGE_EXTRA_INSTALL to add i2c-tools into core-image-x11 image and after boot i cant enter shell environment, Mar 27 03:21:08 i think to know how to add i2c-tools Mar 27 03:22:29 i'd recommend only using CORE_IMAGE_EXTRA_INSTALL. if you either set IMAGE_INSTALL or fail to use _append with it, you'll break some images Mar 27 03:22:47 to sum up: either use CORE_IMAGE_EXTRA_INSTALL, or use IMAGE_INSTALL_append. if you use IMAGE_INSTALL = or += or .=, you'll break images Mar 27 03:29:15 hi, i tried CORE_IMAGE_EXTRA_INSTALL += "i2c-tools", and IMAGE_INSTALL += "i2c-tools", they break image, but dont try other yet Mar 27 03:33:57 CORE_IMAGE_EXTRA_INSTALL is just fine. as i just said, use that, do *not* use IMAGE_INSTALL += Mar 27 03:38:09 u mean i need to change these orignal IMAGE_INSTALL originally in core-image-x11.bb to CORE_IMAGE_EXTRA_INSTALL too? Mar 27 03:38:56 the bb file has IMAGE_INSTALL to add other feature Mar 27 03:40:09 i didnt use these 2 command at the same time, i tried them one bye one Mar 27 03:49:25 no, CORE_IMAGE_EXTRA_INSTALL is for use in local.conf. IMAGE_INSTALL is fine int he recipe itself Mar 27 03:50:05 ok Mar 27 12:53:42 hi Mar 27 12:54:37 i am in a weird state where bitbake is unable to unpack, the download directories only contains the .lock and the archive is not there. I think i messed up the downloads directory, how can i tell bitbake to redownload everything when needed ? Mar 27 12:54:57 BB_VERSION = "1.24.0" Mar 27 12:56:17 if i download the file manualy and put it in downloads/ it works Mar 27 12:56:34 is there a cache somewhere of downloaded archives ? Mar 27 13:35:43 /join #owncloud Mar 27 13:40:22 mistype, sorry Mar 27 14:25:41 hi i have a quesion, i have capacity touch screen with i2c, int, reset interface, anyone can tell me how to write and port driver into core-image-x11 image? which configure and files need to be modified, looking forword to help. **** ENDING LOGGING AT Mon Mar 28 02:59:57 2016