**** BEGIN LOGGING AT Fri Dec 06 02:59:58 2013 Dec 06 05:58:19 hi i am trying to build a package without dependecny. May i know the command to build my package without dependency Dec 06 06:22:46 Hi , I wanted to know meaning of EXTENDPRAUTO_append what exactly it will do? Dec 06 06:40:07 santu: bitbake -b -c Dec 06 07:02:53 ndec : Thank you Dec 06 07:06:03 'morning Dec 06 08:52:20 Hi i am trying to build some SAMPLEPACKAGE which gives the error saying is lightweight tag, please use annotated tag in next submission. How do i overcome this ? Dec 06 08:55:05 XorA or broonie, I had pulseaudio- two sound cards and drift related question yesterday. I need to clarify one more point about my question. Please let me know if you are there and available. Dec 06 08:58:12 XorA, could you please tell me if you still remember my case otherwise I will simply go over it with two sentences? Dec 06 09:02:16 dol: I will be out most of the morning Dec 06 09:03:13 XorA, ok, I will talk to you in the afternoon Dec 06 10:52:21 feature request for bitbake: https://github.com/ajalt/fuckitpy Dec 06 10:53:48 Crofton|work: oh how that works is evil but genius Dec 06 10:54:51 my python is not good enough :) Dec 06 10:55:07 but it seems like it could be useful Dec 06 10:55:21 evaluates the code, deleting lines that cause errors, until it compiles Dec 06 10:55:33 awesome Dec 06 10:55:55 extend it to email lines to RP and kergoth Dec 06 10:56:06 an improvement would be to catch problems on lines that change scope and fix conditionals Dec 06 10:56:29 ie "if some_unknown_variable:" became "if false:" Dec 06 10:59:08 hi all Dec 06 11:28:34 bluelightning_: ping Dec 06 12:55:30 ooops Dec 06 12:55:39 sdk leaked into host includes: http://pastebin.com/UvWS8Pei Dec 06 12:57:00 hello. Dec 06 13:04:43 hmm, looks like bum ebv Dec 06 13:16:21 hello! Dec 06 13:17:37 i have a little problem with .bbappend Dec 06 13:18:11 package alpha.bb has file alpha.bbappend all good Dec 06 13:18:38 there is also another package other-alpha.bb Dec 06 13:19:01 and since latest updates of OE other-alpha.bb tries to load alpha.bbappend! Dec 06 13:19:38 and of course this should not happen Dec 06 13:19:48 any idea how to solve it? Dec 06 13:27:06 athoik: I think there was a patch merged to fix that already Dec 06 13:27:20 athoik: assuming you're on master, just update to the latest Dec 06 13:27:53 thans bluelightning_ Dec 06 13:29:01 do you have the commit (i dont control the use in OpenPLi, an STB image) in order to show this on admins :) Dec 06 13:29:04 thanks once again Dec 06 13:40:25 i think i have found the commit : http://git.openembedded.org/bitbake/commit/?id=991cbeedbde8bd25ce08c669b1bfac8b99e33149 Dec 06 13:40:30 ;) Dec 06 15:52:13 hi to all. i have problems at least with building the smartphone aurora and shr images with open embedded. it breaks the building allways with the same error message that somethign with the libsamsung-ipc is wrong. a pastebin of the full error build log can be found here => http://pastebin.ca/2492872 Dec 06 15:52:15 i have looked at the samsung recipe meta-smartphone/meta-fso/recipes-freesmartphone/samsung-ipc/libsamsung-ipc_git.bb but could not find any versions incompatible problems like a person said allready. can somebody tell me how to fix this non working builds? Dec 06 16:18:19 should we talk about dropping oprofile from tools-profile? Dec 06 16:18:27 bitbake perf Dec 06 17:16:32 Hi Dec 06 17:17:32 can you tell me where are files in directory oe-core/build/tmp-eglibc/work/odroid_xu-oe-linux-gnueabi/linux-hardkernel-odroidxu/3.4.70+gitrAUTOINC+385d2e105f-r0/package/usr/src/kernel comming from? Dec 06 17:18:23 i have SRC_URI with parameter branch= Dec 06 17:19:20 but in work dir there is a file which shouldn't exist there according to git hash 385d2e105f Dec 06 17:20:28 I checked oe-core/build/downloads/git2 and it looks ok Dec 06 17:20:37 it's up to date Dec 06 17:24:15 removing whole tmp-eglibc doesn't help. it looks like it's still using some old commit Dec 06 17:26:08 is it OE or rather bitbake related? Dec 06 17:26:23 I'm a noob, sorry ;) Dec 06 19:10:03 meehow: show the SRC_URI line full Dec 06 19:19:16 hmmm Dec 06 19:19:31 FOO_override ?? = "true" in DISTRO.conf Dec 06 19:19:39 FOO = "false" in recipe Dec 06 19:19:50 bitbake -e recipe: FOO = true Dec 06 19:19:58 when overrides are applied, flags aren't carried Dec 06 19:20:02 pythoon, etc Dec 06 19:20:05 and ?? uses a flag internally Dec 06 19:20:07 'defaultval' Dec 06 19:20:18 so i'm guessing htat use case just isnt' supported yet Dec 06 19:20:27 i'd say open a bug in the bugzilla Dec 06 19:22:37 https://bugzilla.yoctoproject.org/show_bug.cgi?id=5643 Dec 06 19:23:22 * koen reworks distro config to give the expected result Dec 06 19:24:00 which means that FOO_override ?? and FOO = get replaced with a lot more FOO_overrides :( Dec 06 19:24:12 we don't have a general answre to flags application for overrides, but i expect special case / internal flags like that could be handled Dec 06 19:24:25 heh, sometimes i find myself wanting to do FOO ??+= bar ;) Dec 06 19:25:25 my case is ARM_INSTRUCTION_SET_armv7a = "thumb" Dec 06 19:25:31 but that hits a similar problem Dec 06 19:25:45 ARM_INSTRUCTION_SET = "arm" in recipes doesn't get through Dec 06 19:26:00 mine was wanting to alter the default PACKAGECONFIG without hosing existing users, fro ma bbappend Dec 06 19:26:01 on a related note: a lot of ARM_INSTRUCTION_SET = "arm" aren't needed anymore Dec 06 19:26:03 ah, right :\ Dec 06 19:26:21 webkit still breaks with thumb, though Dec 06 23:09:00 koen: you mean Thumb2 right ? Dec 06 23:09:13 koen: it should be fixed actually for t2 that will be nice Dec 06 23:34:52 hi there khem Dec 07 01:05:01 hey guys, anyone have any experience with network manager nmcli command and keyfiles? Dec 07 01:26:06 what did I say? **** ENDING LOGGING AT Sat Dec 07 02:59:58 2013