**** BEGIN LOGGING AT Mon Apr 28 02:59:59 2014 Apr 28 06:25:34 Hi all .. Apr 28 06:37:00 Hi all...i am trying to compile kernel 3.6.9 for meta-atmel so cloning this kernel from git and while trying to compile this kernel i am getting error which is pasted on pastebin...please any one help me how to rectify this error.. http://pastebin.com/UFguRaPX Apr 28 06:43:21 elinuxer: didn't you ask the very same thing on firday already? Apr 28 06:44:28 elinuxer: your kernel's cnofig is incorrect, it does not support any boards, hence it fails to compile. and: better use the 3.10 branch from at91, as it is the nowadays supported one. Apr 28 06:47:12 LetoThe2nd: Thankyou for your ans..i will try..that's not me on friday someone else used this same name. Apr 28 07:15:46 good morning Apr 28 07:39:05 hi, anybody meet this issue for eglibc-locale 2.18: ERROR: QA Issue: non debug package contains .debug directory: localedef path /work/core2-poky-linux/eglibc-locale/2.18-r0/packages-split/localedef/usr/lib/gconv/.debug/IBM4909.so Apr 28 08:45:34 morning all Apr 28 18:12:23 hi guys, can somebody tell me why I get this error during boot? Apr 28 18:12:33 [ 4.971667] Freeing init memory: 180K Apr 28 18:12:33 sh: cannot set terminal process group (-1): Inappropriate ioctl for device Apr 28 18:12:33 sh: no job control in this shell Apr 28 18:12:46 I'm using core-image-x11 image Apr 28 18:13:02 on imx6 based board Apr 28 20:13:24 if I want to inherit core-image-x11 and add other package do I have to do: Apr 28 20:13:25 include recipes-graphics/images/core-image-x11.bb Apr 28 20:13:34 or inherit core-image-x11 Apr 28 20:14:03 and then do I have to use IMAGE_INSTALL += or IMAGE_INSTALL_append ? Apr 28 20:15:19 inherit is for bbclasses Apr 28 20:15:45 'inherit core-image-x11' is mostly just the same as 'require classes/core-image-x11.bbclass' Apr 28 20:15:46 which is not what you want Apr 28 20:17:15 so do I have to copy the bb file and add IMAGE_INSTALL += at the end? Apr 28 20:17:45 copy the bb file? Apr 28 20:17:51 just use include the way you just said Apr 28 20:18:00 only use require instead, so it errors if it doens't exist Apr 28 20:19:55 do I have to use require to add other package? Apr 28 20:21:51 Again, I don't understand the question. require includes another bitbake file, that's all Apr 28 20:22:26 use require to include the .bb, then IMAGE_INSTALL += to add your packages, exactly as you said at the beginning, just don't use include or inherit for this Apr 28 20:23:06 ok, I get it thank you... **** ENDING LOGGING AT Tue Apr 29 02:59:58 2014