Wednesday, 2013-09-11

*** Stygia <Stygia!~gmpsaifi@95.209.251.172.bredband.3.dk> has quit IRC00:09
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC00:10
*** behanw <behanw!~behanw@216-58-123-51.cpe.distributel.net> has joined #yocto00:11
fenrigokay so :o00:11
pevDoes anyone have a pointer to any quick crib-sheet on how to use guilt to create patches when working with yocto? It looks like it's the defacto tool but I can't see anything...00:11
tlwoernerpev: quilt?00:12
pevNo, guilt00:12
fenrigI just generated "meta-toolchain-qt" for qemuarm and I have the exact same segfault on qmake :o00:12
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto00:13
pevtlwoerner:  Well, if quilt's supported that'd be just fine too but from what I read it seems to have changed to guilt and also looking at the tree there are all sorts of hooks and guilt gets built locally within yocto as a devtool to use00:13
pevtlwoerner:  so I assume that's what I should be using!00:13
tlwoernerpev: i've used quilt with OE/Yocto to help create patchsets and it works for me :-)00:15
pevDo yo have a quick cut/paste crib of the command sequence you use? I'd tried using quilt previously and had it complain biterly!00:15
tlwoernerpev: does this help? https://collaborate.linaro.org/pages/viewpage.action?pageId=6717644#OE/YoctoSkillsWorkshop-fixingoraddingviaquilt00:19
fenrigI just generated "meta-toolchain-qt" for qemuarm and I have the exact same segfault on qmake :o00:19
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC00:19
pevtlwoerner:  Interesting, I'm pretty sure thats what I was doing before (had lots of experience with quilt working on OpenWRT)... Will give it another go!00:20
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto00:20
tlwoernerpev: both "guilt" and "quilt" are available in meta-poky and openembedded-core meta/recipes-devtools00:23
pevtlwoerner:  Ah, ok that's what it was...! So if I do something like : 1) bitbake -c clean 2) bitbake -c devshell 3) ls -l patches : it looks like the build system has already set up quilt.00:24
tlwoernerand both have "-native" recipes00:24
pevtlwoerner:  In fact if you have something (like my kernel) that has several patches you can "quilt pop -a" and it looks like it's doing the right thing (hoorah) - however, a simple "quilt series" borks. Then if you do a "quilt push <patchname>" it looks like it moves to the right patch and does the right thing, but then a "quilt files" seems to think theres nothing there again00:25
pevtlwoerner:  So kind of working but kind of not... I think I was a bit concerned to use it in case there was some broken magic internally somewhere00:25
pevtlwoerner:  doing a "which quilt" looks like it's found one built by Yocto so that's right...00:26
*** Jefro <Jefro!~jefro@205.154.60.183> has joined #yocto00:27
reallifefenrig: cause qt stinks like a butt00:32
reallifeand qmake never friggin works00:32
fenrigreallife: ironically I had it working a month ago on the emtrion I.MX53 :p00:32
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto00:33
reallifefenrig: man ive been trying for weeks to get qt5 working on my imx6 wandboard00:36
fenrigreallife: Oh yeah but qt5 is still in development in yocto ;)00:36
reallifefenrig: tell that to my BOSSSSSSSSSSSSS00:36
fenrigreallife: oh too bad :/00:36
fenrigreallife: do u need Qt5 for technical reasons?00:37
reallifefenrig: honestly, i think ill have better luck using Arch and trying to load the imx6 gpu blobs on there00:37
fenrigreallife: :o yeah yocto isn't perfect00:38
reallifefenrig: yeah, the software devs have already built an application using its features. i think downgrading is possible but i have yet to figure out how to convince them00:38
fenrigreallife: hhhmmm much luck with that :/00:39
reallifefenrig: thank you00:39
fenrigreallife: but I spoke to the maintainer of meta-qt5 a month ago00:39
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC00:39
fenrigreallife: you can find this person in this channel under the name "bluelightning"00:40
fenrigreallife: he told me that sdk generation is not supported at this moment00:40
fenrigreallife: and it doesn't have priority :/00:40
pevtlwoerner:  This looks like a bug... http://www.yoctoproject.org/docs/1.0/poky-ref-manual/poky-ref-manual.html#structure-build-tmp-work   "Within this directory, the source is unpacked to linux-2.6.20 and then patched by quilt (see Section 3.5.1). Within the linux-2.6.20 directory, standard quilt directories linux-2.6.20/patches and linux-2.6.20/.pc are created, and standard quilt commands can be used."00:41
reallifefenrig: yeah i tried messaging blue but no luck.  i'm pretty noobie so i dont really know how to go about using the meta-qt5 patches and such00:41
pevwhich is a shame as that would be damn handy... (well, unless it's something broken with the distro I'm using which isn't beyond the realms of possibility)00:41
*** agust <agust!~agust@pD9E2FD28.dip0.t-ipconnect.de> has quit IRC00:43
tlwoernerpev: i assume you're doing something like "bitbake -c devshell linux-yocto"?00:57
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC00:58
pevtlwoerner:  Yep00:59
pevtlwoerner:  Just checking quilt related files to see if the distro I've got has deviated significantly from 10.4 as I haven't got a 'clean' 10.4 built I can check against to see if it works (fails!) the same way...00:59
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto01:03
*** Jefro <Jefro!~jefro@205.154.60.183> has quit IRC01:07
pevtlwoerner:  Just had a quick test and it's broken the same way in 9.0.2...01:23
tlwoernerpev: so you're working on master, and when you do a "bitbake -c devshell linux-yocto" you end up with directories "patches" and ".pc" at the location in which the devshell dumps you?01:25
pevYep01:25
pevtlwoerner:  Which look correct but a simple "quilt series" or "quilt files" seems to not work01:26
pevOh crap01:26
pevI just realised01:26
tlwoernerthat's strange because when i perform that command i don't even get either of those directories i just see the linux sources01:26
tlwoernerkernel sources01:27
pevtlwoerner:  Its the ****ing   "PSEUDO_UNLOAD=1 bash" thing01:27
pevtlwoerner:  Is that because your kernel doesn't have any patches applied?01:27
pevtlwoerner:  What a ***** waste of an hour .....01:27
tlwoerneri guess not... i haven't looked into it, just the basic qemu stuff01:28
pevworks fine after setting that...01:28
pevyeah, i could replicate that with a stock 9.0.2 build by creating a couple of patches (with some content!) via quilt and then doing a quilt series to check01:28
pevlooks like it should actually work really well - the files under "patches" are symlinks to the original location so going back with a quilt pop and an edit and a refesh should modify the original patch in its normal location...01:29
pevthat'll save a lot of swearing...01:29
tlwoerneri'm not familiar with the pseudo unload thing. that's used when you don't want pseudo (aka fakeroot) in your devshell?01:30
pevyeah. I don't fully understand its usage but I know that's what's buggering up quilt...01:30
pevs01:31
*** pev <pev!~pev@2.31.88.113> has left #yocto01:31
*** pev <pev!~pev@2.31.88.113> has joined #yocto01:31
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto01:32
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC01:32
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC01:32
*** reallife <reallife!~reallife@108-91-142-36.lightspeed.wlfrct.sbcglobal.net> has quit IRC01:33
-YoctoAutoBuilder- build #295 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x32/builds/29501:36
*** fenrig <fenrig!5ee22386@gateway/web/freenode/ip.94.226.35.134> has quit IRC01:39
pevtlwoerner:  Ok - nearly great ; when you do a quilt refresh it overwrites the symlink with the new file but that's only really a single manual copy you can do at the end of editing so no big deal01:39
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto01:45
tlwoernerpev: so is the manual correct? or is there a bug that needs to be filed?01:45
pevThe manual is correct to an extent - however if you're doing more operations than the add / refresh that it shows as examples I'd change it to note that you need to do the PSEUDO_UNLOAD in order to see the output of other quilt actions... That's crucial...!01:46
pevAlthough the manual I linked to is quite an old one no? I think the newer ones might not even have that much info in about quilt from memory01:47
pevwhich is a shame - i've just spotted a nice patch https://github.com/mrchapp/arago-oe-dev/blob/master/recipes/quilt/quilt-0.48/no_rm_symlinks.patch from earlier OE that fixes the symlink issue as well which I might port up01:48
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC01:49
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC01:51
tlwoerneryes, the documentation link you provided is ancient01:52
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto01:52
tlwoernerthe latest would be: http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#using-a-quilt-workflow01:53
tlwoerneror http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#structure-build-tmp-work01:54
pevtlwoerner:  Yeah, it would be great to update that to nod to full quilt docs but ESPECIALLY the ability to edit existing patches in place ; IMHO thats one of the most powerful things about it and mayboe one of the more frustrating things for other developers too...?01:55
tlwoernerpev: i agree. i would open a bug, and/or post a message to the yocto mailing list and perhaps CC the documentation maintainer01:57
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto02:01
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC02:02
-YoctoAutoBuilder- build #284 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-multilib/builds/28402:03
pevtlwoerner:  Ah, I hadn't noticed the xml for the docs were in the build - is there a friendly way to edit those? I'll see if I can update and submit a patch...02:08
*** musdem <musdem!~Zack@135.0.51.40> has joined #yocto02:10
-YoctoAutoBuilder- build #262 of nightly-oecore is complete: Failure [failed Building Images Running Sanity Tests Building Toolchain Images Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-oecore/builds/26202:11
*** pev <pev!~pev@2.31.88.113> has left #yocto02:14
*** pev <pev!~pev@2.31.88.113> has joined #yocto02:14
-YoctoAutoBuilder- build #287 of nightly-mips is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips/builds/28702:30
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto03:04
tlwoernerpev: i have submitted documentation patches against git://git.yoctoproject.org/yocto-docs in the past03:05
tlwoernersuccessfully :-)03:06
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto03:43
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto03:48
*** amarsman_ <amarsman_!~marsman@90-145-17-249.wxdsl.nl> has joined #yocto03:48
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC03:49
*** amarsman <amarsman!~marsman@90-145-17-249.wxdsl.nl> has quit IRC03:49
*** amarsman_ is now known as amarsman03:49
*** itwasntme <itwasntme!~itwasntme@unaffiliated/itwasntme> has joined #yocto03:54
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC03:54
itwasntmejefro tull03:54
*** itwasntme <itwasntme!~itwasntme@unaffiliated/itwasntme> has left #yocto03:55
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC03:55
*** alex_kag <alex_kag!~alex_kag@93.84.108.155> has quit IRC04:02
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto04:07
-YoctoAutoBuilder- build #287 of nightly-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86/builds/28704:17
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto04:20
*** nitink <nitink!nitink@nat/intel/x-btcwibbduqsdfnnh> has quit IRC04:40
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC04:41
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto04:46
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC04:47
*** alex_kag <alex_kag!~alex_kag@178.124.23.78> has joined #yocto05:01
*** silviof1 is now known as silviof05:10
*** davest <davest!Adium@nat/intel/x-jnmnabwwtoyrctld> has joined #yocto05:12
*** kbart <kbart!~KBart@213.197.143.19> has joined #yocto05:26
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has joined #yocto05:53
*** c00kiemon5ter <c00kiemon5ter!~c00kiemon@foss-aueb/coder/c00kiemon5ter> has quit IRC06:02
*** scot <scot!~scot@130.164.62.183> has joined #yocto06:04
*** mbelisko <mbelisko!~mbelisko@81.89.61.168.vnet.sk> has joined #yocto06:07
*** scot <scot!~scot@130.164.62.183> has quit IRC06:10
*** zeeblex <zeeblex!apalalax@nat/intel/x-ikwytbgzywqzwher> has joined #yocto06:26
*** agust <agust!~agust@p4FDE6233.dip0.t-ipconnect.de> has joined #yocto06:33
*** blitz00 <blitz00!stefans@unaffiliated/blitz00> has joined #yocto06:47
melonipoika_Good morning06:52
melonipoika_JaMa, do you have a second? I am having some problems writting a bbappend file to add some extra configs flags to qtbase_5.1....06:53
melonipoika_i have created a file called qtbase_5.1.0.bbappend in my own layer06:54
melonipoika_the file just contains one line: EXTRA_OECONF += "-qt-xcb -opengl"06:54
melonipoika_however this doesn't seem to make it to the actual configure line when building qtbase06:55
erbomelonipoika_: I think you want to look at the PACKAGECONFIG options in qtbase.inc06:56
melonipoika_thanks erbo06:57
erbomelonipoika_: remember that since qtbase.inc uses ??= when assigning PACKAGECONFIG you can't just do PACKAGECONFIG += "foo" in your bbappend06:57
erboso you might want to copy the default PACKAGECONFIG setup from qtbase.inc, change ??= to just = and add your own options06:58
melonipoika_ok, thanks. Will try that06:59
*** Zagor <Zagor!~bjst@sestofw01.enea.se> has joined #yocto06:59
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto06:59
melonipoika_where can i find the do_configure log to see whether my options were taken?07:06
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has joined #yocto07:07
erbomelonipoika_: tmp/work/*/qtbase/*/temp/log.do_configure07:09
melonipoika_hmm, i don't seem to have a do_configure log there07:11
melonipoika_i have log.do_package_setscne, package write, populate_sysroot...07:11
melonipoika_i did bitbake -c clean qtbase after modifying my bbappend07:12
melonipoika_and before bilding again07:12
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC07:12
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:13
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto07:13
*** slaine <slaine!~slaine@84.203.137.218> has joined #yocto07:14
*** LetoThe2nd <LetoThe2nd!~jd@unaffiliated/letothe2nd> has quit IRC07:20
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto07:22
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto07:26
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto07:33
melonipoika_my bad... i had the .bbappend in the wrong directory :-(07:34
*** swex <swex!~swex@178.17.199.104> has quit IRC07:35
*** fpaut_ is now known as fpaut07:36
*** swex <swex!~swex@2001:0:53aa:64c:2cd8:3e84:4dee:3897> has joined #yocto07:36
melonipoika_now I got a new error, but this time bitbake was able to find my append file :-)07:36
*** mbelisko <mbelisko!~mbelisko@81.89.61.168.vnet.sk> has quit IRC07:36
*** dany <dany!~Thunderbi@sestofw01.enea.se> has quit IRC07:37
erbomelonipoika_: you might know about this already, but I'll mention it anyway. "bitbake-layers show-appends" will show all found bbappend, so one can just grep that output to make sure a newly created bbappend is found07:37
*** dany <dany!~Thunderbi@c-4f66eb65-74736162.cust.telenor.se> has joined #yocto07:40
melonipoika_thanks erbo for the tip :-) I didn't know it07:41
melonipoika_i am quite new to yocto07:41
melonipoika_i actually believe that manually adding -opengl to my configure options is a hack, it should be added automatically since I have "gl" in my DISTRO options07:42
melonipoika_but it doesn't seem to work, so I decided to move on and fix this properly when I understand better what I am doing *:D07:43
erbo:)07:45
melonipoika_I don't really know how to read this line07:46
melonipoika_PACKAGECONFIG_GL ?= "${@base_contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)}"07:46
erbomelonipoika_: that sets PACKAGECONFIG_GL to "gl" if opengl is found in DISTRO_FEATURE, if not PACKAGECONFIG_GL is set to ""07:47
melonipoika_thanks07:47
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto07:48
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto07:56
melonipoika_what about the line PACKAGECONFIG[gl] = "-opengl desktop -no-eglfs,,virtual/libgl"07:56
melonipoika_?07:56
erbomelonipoika_: that adds a PACKAGECONFIG option. so if PACKAGECONFIG contains "gl" at buildtime it will add "-opengl desktop" to configure flags and "virtual/libgl" do DEPENDS, else "".07:59
melonipoika_cool!08:00
melonipoika_many thanks :-)08:00
erbothere's probably a nice document somewhere describing PACKAGECONFIG, it's really quite neat08:01
erbomelonipoika_: http://www.yoctoproject.org/docs/1.4/poky-ref-manual/poky-ref-manual.html, search for PACKAGECONFIG08:02
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto08:22
*** swex <swex!~swex@2001:0:53aa:64c:2cd8:3e84:4dee:3897> has quit IRC08:27
*** swex <swex!~swex@178.17.199.104> has joined #yocto08:27
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC08:28
*** honschu <honschu!~honschu@p549E8679.dip0.t-ipconnect.de> has joined #yocto08:33
*** honschu <honschu!~honschu@shackspace/j4fun> has joined #yocto08:33
*** honschu_ <honschu_!~honschu@shackspace/j4fun> has quit IRC08:36
*** fp <fp!~Chaudhary@59.97.56.68> has joined #yocto08:37
*** dany <dany!~Thunderbi@c-4f66eb65-74736162.cust.telenor.se> has quit IRC08:39
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto08:41
*** mbelisko <mbelisko!~mbelisko@81.89.61.168.vnet.sk> has joined #yocto08:42
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto08:45
*** c00kiemon5ter <c00kiemon5ter!~c00kiemon@foss-aueb/coder/c00kiemon5ter> has joined #yocto08:48
JaMamelonipoika_: also use bitbake -e to see what is or isn't in EXTRA_OECONF, PACKAGECONFIG_append should work correctly08:50
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto08:51
bluelightningmorning all08:53
*** belen <belen!~Adium@134.134.137.73> has joined #yocto08:58
*** eren <eren!~eren@unaffiliated/eren> has joined #yocto09:04
erenlayers.openembedded.org is just awesome09:11
erenthanks!09:11
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC09:13
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto09:16
melonipoika_thanks JaMa!09:22
melonipoika_Now it seems to work fine, I am building my image from scratch to be sure :-)09:23
melonipoika_btw, is there already an option to add -qt-xcb? Or should I do that on my bbpapend?09:23
*** fp <fp!~Chaudhary@59.97.56.68> has quit IRC09:26
*** fp <fp!~Chaudhary@59.97.56.68> has joined #yocto09:27
bluelightningeren: you're welcome :)09:27
bluelightningeren: if you have any suggestions for improvements I'd be happy to hear them09:27
erenbluelightning: well, some css change would be ok. I would love to see my cursor directly into the search input when the page is loaded09:28
erens/css/javascript09:28
n01bluelightning: all the layers in layers.openembedded.org are fully yocto-compliant?09:28
bluelightningn01: in terms of the Yocto Project Compatible status, no09:29
n01and in terms of "just working" ? :)09:30
bluelightningyou shouldn't have any problems, and if you do, contact the maintainer :)09:30
n01:D ok09:30
bluelightningeren: right, we do that on other pages; the reason I haven't on the layers page is it comes up with a scrollable list to begin with and I assume people want to be able to scroll the list initially rather than type, but that might be a faulty assumption09:31
*** uvan <uvan!~uvan@118.69.219.197> has joined #yocto09:35
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC09:36
*** roxell <roxell!~roxell@c-853670d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto09:36
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto09:36
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto09:40
*** uvan <uvan!~uvan@118.69.219.197> has quit IRC09:46
*** uvan <uvan!7645dbc5@gateway/web/freenode/ip.118.69.219.197> has joined #yocto09:47
*** uvan <uvan!7645dbc5@gateway/web/freenode/ip.118.69.219.197> has left #yocto09:48
*** uvan_ <uvan_!7645dbc5@gateway/web/freenode/ip.118.69.219.197> has joined #yocto09:49
*** uvan_ <uvan_!7645dbc5@gateway/web/freenode/ip.118.69.219.197> has quit IRC09:49
*** wfailla <wfailla!~wfailla@2001:6f8:12d9:13:4919:678f:2399:528a> has joined #yocto10:12
wfaillagood morning, is there a way to set a preffered version in the RDEPENDS variable? because i am trying to setup a packagegroup with packages that have to have a preferred version10:14
wfaillamaybe that is the wrong way to do so ... i am open to suggestions10:14
*** winsarrocena <winsarrocena!~winsarroc@cm152.delta9.maxonline.com.sg> has joined #yocto10:15
ndecwfailla: i have seen something like this in some of our recipes:10:31
ndecRDEPENDS_${PN} = "foobar (= ${EXTENDPKGV})10:31
ndecthat 'stuff' gets added in the package , include the version. i suspect you can use any 'string' for the version.10:31
bluelightningyep, as long as the package manager can enforce the version requirement (and we do some basic checks on the string provided before that) it will work10:36
wfaillaso some thing like this should work RDEPENDS_${PN} = "test_pkg (= 0.1.1)"10:38
wfaillathe question is rather opkg has this feature10:40
wfaillano it dose not work10:41
wfaillai guess to use this i need to use .deb or .rpm10:43
ndecwhat 'does not work'?10:44
wfaillait will still build the newer version instead of the specified version10:44
ndecwell, that's different then.10:45
ndecRDEPENDS is for runtime installation of pkgs.10:45
bluelightningwfailla: if you haven't already you should also specify PREFERRED_VERSION_test_pkg = "0.1.1"10:46
ndecif you want a build time dependency, you can set PREFERED_VERSION_pn-test_pkg in a conf file. but that would apply for all the build. you can't have 2 version for the same recipe10:46
ndecoops, there is no _pn indeed.10:47
n01I wanted to give a try to meta-micro, but I keep getting "Your version of bblayers.conf was generated from an older/newer ...." but this is not true10:47
bluelightningndec: right, PREFERRED_VERSION_test-pkg (assuming it was called test-pkg, since test_pkg would not be a legal package name)10:47
n01everything seems ok, distro, bblayers.conf, etc...10:47
ndecbtw bluelightning, we faced an 'interesting' build issue which i summarized on the ML ;-)10:47
bluelightningn01: have you removed meta-yocto? if so you'll need to change LCONF_VERSION from 6 to 5 in your bblayers.conf10:48
wfaillait is called opencapwap and we have opencapwap_1.1.4.bb  opencapwap_1.1.5.bb  opencapwap_1.1.6.bb  and in the package group i want to install opencapwap 1.1.4 and in a other package group i want to install opencapwap 1.1.510:49
n01bluelightning: that's new to me ... why should I remove meta-yocto? sorry if it is a silly question10:49
bluelightningn01: not that you should, just if you have10:49
n01I didn't10:50
bluelightningn01: ah, right; I've realised, changing DISTRO is what will trigger this10:50
bluelightningn01: so if you've changed DISTRO = "poky" to something else you'll need to change LCONF_VERSION as I mentioned above10:50
n01bluelightning: ok :( which is the rationale?10:51
bluelightningn01: there's no good rationale I'm afraid; the problem is we had to bump LAYER_CONF_VERSION (which is compared to LCONF_VERSION) when the meta-yocto-bsp layer was split out of meta-yocto and poky's template bblayers.conf was changed as a result10:52
bluelightningn01: thus OE-Core and poky are out of step with LAYER_CONF_VERSION10:52
bluelightningperhaps we should just make a case for bumping OE-Core's version to avoid this pain10:52
wfaillabluelightning the idear is to have a packagegroup-lng_1.0 and a packagegroup-lng_2.0 bolth aving the same pkges in the rdepends but with different versions10:53
n01and a more explicit error message :)10:53
ndecwfailla: well, you can't really do that in fact.10:54
ndecyou have to build 1 version of a recipe, not more.10:54
bluelightningwfailla: you cannot do that with versions alone; because versioned files go into the sysroot, if you want to maintain multiple versions side-by-side you'll have to include the version in PN rather than just in PV (we do this with the "clutter" recipe and related recipes if you want to look at an example)10:54
wfaillaok10:55
wfaillai thoght so10:55
wfaillathx10:55
*** fp <fp!~Chaudhary@59.97.56.68> has quit IRC11:00
*** RP <RP!~richard@dan.rpsys.net> has quit IRC11:00
*** fp <fp!~Chaudhary@59.97.56.68> has joined #yocto11:01
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto11:02
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto11:11
*** RP <RP!~richard@dan.rpsys.net> has joined #yocto11:15
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has joined #yocto11:25
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC11:35
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC11:41
*** Anusko <Anusko!~anusko@62.159.77.165> has joined #yocto11:47
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has joined #yocto11:51
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has quit IRC12:00
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has joined #yocto12:02
*** qt-x <qt-x!~ionel@217.10.196.2> has joined #yocto12:02
wfaillabluelightning: how should i deploy a group of packages with a specific version if that option is not given ?12:02
bluelightningwfailla: you can just do the same thing with the packagegroups as you do with the individual recipes, i.e. have the version in the name12:11
*** fenrig <fenrig!5ee22386@gateway/web/freenode/ip.94.226.35.134> has joined #yocto12:11
Guest42914Hi I am trying to use linux-lib-headers.inc in my new layer. but it doesnt find it12:16
Guest42914I include it as follows12:17
Guest42914require ${COREBASE}/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc12:17
Guest42914why doesnt it find it?12:17
bluelightningGuest42914: use require meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc12:21
Guest42914bluelightning : that doesn't work either12:21
bluelightningGuest42914: er, that is strange, it should...12:22
Guest42914yep , I donno12:22
erennshould I install SYSV init script manually?12:23
erenI've defined INITSCRIPT_NAME and INITSCRIPT_PARAMS and inherited update-rc.d12:24
erenbut I cannot see the initscript in the package12:24
bluelightningGuest42914: ah, sorry, try require recipes-kernel/linux-libc-headers/linux-libc-headers.inc12:24
kbartHow can I make .bb recipe to download sources from local repository (located on the same filesystem)? The result should look something like 'git clone --no-hardlinks  /path/to/my/other/project'.12:24
bluelightningeren: you do also need to install the file within do_install if that's not already being done12:24
erenbluelightning: okkie12:25
erenso what's INITSCRIPT_NAME is used for?12:25
bluelightningkbart: if you want to build a local source tree you should probably be using externalsrc.bbclass12:25
bluelightningkbart: are you using master, the dylan branch, or some other branch/release?12:26
bluelightningeren: that's the name that will be passed to update-rc.d in order to enable startup for the script12:26
kbartbluelightning, I'm using danny (f00028caf257e386c0f3ae46bd4b3ba53dd0729d). Is it very bad?12:29
bluelightningkbart: ok, should still work there I think12:29
Guest42914bluelightning : ok I made silly mistake...12:29
Guest42914thx12:30
bluelightningkbart: http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#building-software-from-an-external-source12:30
kbartI also found an example SRC_URI = "git:///path/to/local/repo;protocol=file;branch=master" on http://yoush.homelinux.org:8079/tech/using-local-git-repository-with-openembedded. Is it a bad practice?12:30
*** scot <scot!~scot@130.164.62.183> has joined #yocto12:30
bluelightningkbart: well, the only thing I can think of is that if you're trying to build from some local source tree, wouldn't you want to be building the work-in-progress uncommitted source as opposed to the last commit?12:31
erenbluelightning: thanks12:31
bluelightningkbart: I guess it depends on why you're building from there12:31
kbartbluelightning, hm, that's interesting solution, but I guess it should do as I don't use other revision than HEAD much..12:31
kbart*revisions12:31
bluelightningkbart: right, but assuming you're using this for live development, do you expect to commit every time before building?12:32
*** flynn378 <flynn378!80db310e@gateway/web/freenode/ip.128.219.49.14> has joined #yocto12:32
kbartbluelightning, the motivation is that I want to maintain U-Boot and kernel as a separate projects and use oe to build complete filesystem (image)12:32
bluelightningeren: np12:32
*** c00kiemon5ter <c00kiemon5ter!~c00kiemon@foss-aueb/coder/c00kiemon5ter> has quit IRC12:33
bluelightningkbart: so if cloning is really what you want to do for that use case, that URL should work12:35
bluelightningkbart: (the example you pasted above)12:35
*** scot <scot!~scot@130.164.62.183> has quit IRC12:35
kbartbluelightning, the process usually goes like this: I do some changes in U-Boot and/or kernel (i.e. adding new kernel modules), commit changes to their repositories then use oe to rebuild everything. Which way would you recommend for such scenario?12:38
bluelightningkbart: if you're prepared to make a commit every time before building, you can use the git:///path/to/local/repo approach12:39
bluelightningkbart: and that sounds like your workflow, so I'd say go with that12:40
kbartbluelightning, ok, thank you (again).12:40
bluelightningnp12:40
*** scot <scot!~scot@130.164.62.183> has joined #yocto12:44
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC12:51
*** gmacario <gmacario!~gmacario@maxlab.polito.it> has joined #yocto12:51
*** swex_ <swex_!~swex@88.210.32.29> has joined #yocto12:54
*** swex <swex!~swex@178.17.199.104> has quit IRC12:57
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has joined #yocto13:03
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has quit IRC13:03
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto13:03
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:03
*** c00kiemon5ter <c00kiemon5ter!~c00kiemon@foss-aueb/coder/c00kiemon5ter> has joined #yocto13:10
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC13:12
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto13:12
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC13:29
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:31
*** padge_ <padge_!~quassel@83-64-248-68.inzersdorf.xdsl-line.inode.at> has joined #yocto13:32
elbc_rburton:  hi ! I'm trying to upgrade weston_1.1.0 to weston_1.2.0 but at build I got the following error :  configure: error: Package requirements (wayland-server >= 1.1.90 pixman-1 egl >= 7.10 glesv2 xkbcommon) were not met: |  | Requested 'wayland-server >= 1.1.90' but version of Wayland Server is 1.1.013:33
elbc_rburton: do you know how to fix this easily ?13:34
rburtonelbc_: you need to upgrade wayland too13:34
rburtonweston 1.2 needs wayland 1.213:34
rburtonplease sent the patches when they're tested, i've been meaning to do that for *ages*13:35
elbc_rburton:  ok !13:35
*** swex_ <swex_!~swex@88.210.32.29> has quit IRC13:40
*** swex_ <swex_!~swex@88.210.32.29> has joined #yocto13:40
*** sroy <sroy!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has joined #yocto13:41
*** walters <walters!walters@nat/redhat/x-gbvafvjthhbhmltk> has joined #yocto13:42
erenhas anyone used stty?13:43
erenI need to send an ESCAPE key to serial modem13:43
erenI can read the output perfectly with "cat"13:43
erenhowever, I cannot send escape character via "echo .... > /dev/ttyUSB0"13:44
erenany ideas?13:44
jeroeren isnt it C-v C-] ?13:48
*** kbart <kbart!~KBart@213.197.143.19> has quit IRC13:48
jeroor C-v C-[13:49
erenwell I actually found it13:53
erenecho -en "\033@K\r" > /dev/ttYUSB013:54
*** belen <belen!~Adium@134.134.137.73> has quit IRC13:54
erenthen \033 is an escape sequence for this modem13:54
jero\033 is what you get with C-v C-[13:55
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has joined #yocto13:55
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has quit IRC13:55
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto13:55
jeroafaik13:55
jerohexdump agrees :)13:56
*** swex_ <swex_!~swex@88.210.32.29> has quit IRC13:57
*** swex <swex!~swex@88.210.32.29> has joined #yocto13:57
*** belen2 <belen2!~Adium@134.134.137.71> has joined #yocto13:57
erenjero: yeah, thanks but I needed the character code so that my machine initializes the modem :)13:57
n01is there any known problem in compiling uclibc with /cortexa9hf-vfp-neon?14:00
*** alex_kag <alex_kag!~alex_kag@178.124.23.78> has quit IRC14:02
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC14:03
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has joined #yocto14:05
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto14:05
*** mbelisko <mbelisko!~mbelisko@81.89.61.168.vnet.sk> has quit IRC14:07
*** qt-x <qt-x!~ionel@217.10.196.2> has quit IRC14:13
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC14:15
*** bluelightning1 <bluelightning1!~paul@83.217.123.106> has joined #yocto14:40
*** belen2 <belen2!~Adium@134.134.137.71> has quit IRC14:41
*** belen <belen!Adium@nat/intel/x-fcqjgsuuwjqlddje> has joined #yocto14:43
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC14:44
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has quit IRC14:46
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto14:47
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC14:47
*** bluelightning1 is now known as bluelightning14:54
*** kmscherer <kmscherer!~kscherer@128.224.252.2> has joined #yocto14:55
RPhalstead: around?14:59
*** zeeblex <zeeblex!apalalax@nat/intel/x-ikwytbgzywqzwher> has left #yocto15:01
*** nitink <nitink!nitink@nat/intel/x-viboaxylzsbrcabf> has joined #yocto15:02
*** hollisb <hollisb!~hollisb@c-67-169-221-181.hsd1.or.comcast.net> has joined #yocto15:08
*** B4gder <B4gder!~daniel@sestofw01.enea.se> has quit IRC15:08
halsteadRP, Yes. At the datacentre at the moment.15:14
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto15:14
RPhalstead: I sent email15:15
halsteadRP, I see it. I'm responding.15:16
*** Anusko <Anusko!~anusko@62.159.77.165> has quit IRC15:16
*** Anusko <Anusko!~anusko@62.159.77.165> has joined #yocto15:17
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto15:23
RPhalstead: thanks15:24
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has joined #yocto15:26
*** fpaut <fpaut!~fpaut@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has left #yocto15:28
wfaillahi again, is there a way to have bitbake set different package names when using autorev and when not using autorev15:28
wfailla?15:28
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has joined #yocto15:36
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has quit IRC15:36
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto15:36
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC15:39
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC15:40
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto15:41
*** zenlinux_ <zenlinux_!~sgarman@c-24-20-145-95.hsd1.or.comcast.net> has joined #yocto15:46
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has quit IRC15:46
*** flynn378 <flynn378!80db310e@gateway/web/freenode/ip.128.219.49.14> has quit IRC15:52
*** slaine <slaine!~slaine@84.203.137.218> has quit IRC15:54
*** fenrig <fenrig!5ee22386@gateway/web/freenode/ip.94.226.35.134> has quit IRC15:55
*** fenrig <fenrig!5ee22386@gateway/web/freenode/ip.94.226.35.134> has joined #yocto15:56
*** belen <belen!Adium@nat/intel/x-fcqjgsuuwjqlddje> has quit IRC15:58
*** belen2 <belen2!~Adium@134.134.137.71> has joined #yocto16:01
*** wfailla <wfailla!~wfailla@2001:6f8:12d9:13:4919:678f:2399:528a> has quit IRC16:04
*** winsarrocena <winsarrocena!~winsarroc@cm152.delta9.maxonline.com.sg> has quit IRC16:06
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has quit IRC16:07
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has joined #yocto16:13
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto16:13
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC16:13
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC16:14
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has quit IRC16:17
*** fp <fp!~Chaudhary@59.97.56.68> has quit IRC16:18
*** fp_ <fp_!~Chaudhary@59.97.56.68> has joined #yocto16:18
*** Anusko <Anusko!~anusko@62.159.77.165> has quit IRC16:19
*** Anusko <Anusko!~anusko@62.159.77.165> has joined #yocto16:20
*** fp_ <fp_!~Chaudhary@59.97.56.68> has quit IRC16:28
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto16:29
*** alex_kag <alex_kag!~alex_kag@93.84.108.155> has joined #yocto16:32
*** belen2 <belen2!~Adium@134.134.137.71> has quit IRC16:35
*** zenlinux_ <zenlinux_!~sgarman@c-24-20-145-95.hsd1.or.comcast.net> has quit IRC16:38
*** gmacario <gmacario!~gmacario@maxlab.polito.it> has quit IRC16:38
*** belen <belen!~Adium@134.134.137.73> has joined #yocto16:39
*** eren <eren!~eren@unaffiliated/eren> has quit IRC16:41
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC16:49
*** abelloni <abelloni!~piout@128-79-216-144.hfc.dyn.abo.bbox.fr> has quit IRC16:50
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC16:50
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto16:50
*** abelloni <abelloni!~piout@128-79-216-144.hfc.dyn.abo.bbox.fr> has joined #yocto16:59
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC17:03
*** Anusko <Anusko!~anusko@62.159.77.165> has quit IRC17:03
*** Anusko <Anusko!~anusko@62.159.77.165> has joined #yocto17:04
*** bluelightning1 <bluelightning1!~paul@83.217.123.106> has joined #yocto17:06
*** bluelightning1 is now known as bluelightning17:06
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC17:06
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto17:08
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC17:17
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto17:28
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC17:34
*** eren <eren!~eren@unaffiliated/eren> has joined #yocto17:35
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC17:51
*** blitz00 <blitz00!stefans@unaffiliated/blitz00> has quit IRC17:51
*** belen <belen!~Adium@134.134.137.73> has quit IRC17:52
*** mr_science <mr_science!~sarnold@net-cf9a4e91.cst.impulse.net> has joined #yocto17:55
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto17:55
*** davest <davest!Adium@nat/intel/x-jnmnabwwtoyrctld> has quit IRC17:57
kmschererpidge: I have a problem with populate-lic sstate files not being generated using a packagegroup of native packages18:05
*** tonghuix <tonghuix!~tonghuix@114.245.218.22> has joined #yocto18:05
kmschererIf I just run bitbake acl-native, the populate-lic sstate is created. But a package group with DEPENDS="acl-native" does not create them.18:06
*** Anusko <Anusko!~anusko@62.159.77.165> has quit IRC18:11
*** Anusko <Anusko!~anusko@62.159.77.165> has joined #yocto18:12
*** bzb <bzb!~bzb@192-0-226-240.cpe.teksavvy.com> has joined #yocto18:24
*** bzb <bzb!~bzb@192-0-226-240.cpe.teksavvy.com> has quit IRC18:25
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC18:26
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto18:28
*** mr_science <mr_science!~sarnold@net-cf9a4e91.cst.impulse.net> has joined #yocto18:29
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto18:29
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC18:43
*** imphil <imphil!~philipp@2001:a60:234b:6801:344e:e228:ed02:fff3> has joined #yocto18:46
*** mihai <mihai!~mihai@188.27.93.206> has joined #yocto18:48
*** davest <davest!~Adium@134.134.137.71> has joined #yocto18:54
*** Anusko <Anusko!~anusko@62.159.77.165> has quit IRC19:08
*** Anusko <Anusko!~anusko@62.159.77.165> has joined #yocto19:09
*** davest <davest!~Adium@134.134.137.71> has quit IRC19:20
*** fitzsim <fitzsim!~user@nat/cisco/x-zheksqqbfjtlivvj> has quit IRC19:21
*** mihai <mihai!~mihai@188.27.93.206> has quit IRC19:23
*** davest <davest!Adium@nat/intel/x-hitedfonkcyyhddj> has joined #yocto19:27
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC19:28
*** musdem <musdem!~Zack@135.0.51.40> has quit IRC19:44
*** musdem <musdem!~Zack@135.0.51.40> has joined #yocto19:49
*** ds2 <ds2!noinf@netblock-66-245-251-24.dslextreme.com> has joined #yocto20:03
ds2Hi... anyone know off hand what would cause bitbake to hang on a pipe() very early on?20:03
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC20:06
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC20:07
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto20:10
*** mr_science <mr_science!~sarnold@net-cf9a4e91.cst.impulse.net> has joined #yocto20:17
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto20:17
JaMads2: isn't it fixed by recent fixes for bitbake - PR service interaction20:17
JaMa?20:18
JaMaI haven't seen single hang since they were merged20:18
*** amarsman <amarsman!~marsman@90-145-17-249.wxdsl.nl> has quit IRC20:18
*** amarsman <amarsman!~marsman@90-145-17-249.wxdsl.nl> has joined #yocto20:19
*** ant_home <ant_home!~andrea@host103-46-dynamic.252-95-r.retail.telecomitalia.it> has joined #yocto20:19
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC20:21
*** jkridner <jkridner!~jkridner@207.191.249.29> has joined #yocto20:23
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto20:23
*** jkridner|work <jkridner|work!~jkridner@207.191.249.29> has joined #yocto20:26
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC20:29
*** davest <davest!Adium@nat/intel/x-hitedfonkcyyhddj> has quit IRC20:30
*** jkridner|work <jkridner|work!~jkridner@207.191.249.29> has quit IRC20:33
*** gjohnson <gjohnson!4542f923@gateway/web/freenode/ip.69.66.249.35> has joined #yocto20:33
gjohnsonJaMa: Do you know if someone is working on creating a nativesdk for meta-qt5?20:35
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto20:35
*** sroy <sroy!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has quit IRC20:40
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC20:47
*** jkridner <jkridner!~jkridner@207.191.249.29> has joined #yocto20:48
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto20:48
*** max__main <max__main!~max911@184.70.21.10> has joined #yocto20:53
JaMagjohnson: few people said that maybe they will, but nobody send anything20:54
max__mainHello. Does anyone know how to specify a source directory with SRC_URI? I've successfully used the git and tgz protocols, but no luck with directories.20:54
gjohnsonJaMa: I am new to yocto, if I wanted to try getting that done what would be the best way to start?  Copy the native files and then change them to nativesdk?20:55
*** ant_home <ant_home!~andrea@host103-46-dynamic.252-95-r.retail.telecomitalia.it> has quit IRC20:57
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC21:00
*** jkridner <jkridner!~jkridner@207.191.249.29> has joined #yocto21:03
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto21:03
*** tonghuix <tonghuix!~tonghuix@114.245.218.22> has quit IRC21:03
*** ant_home <ant_home!~andrea@host103-46-dynamic.252-95-r.retail.telecomitalia.it> has joined #yocto21:05
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has quit IRC21:08
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@autobuilder.yoctoproject.org> has joined #yocto21:08
JaMagjohnson: target recipes are closer, because native contain only the tools nothing else21:13
JaMagjohnson: and qt5 isn't best task for newbie to be honest21:14
gjohnsonJama: I know qt5 isn't for newbies but I really want to get it figured out so my company can start development with a nice SDK package.21:14
*** joaohf <joaohf!~joaohf@apolo.padtec.com.br> has quit IRC21:18
*** joaohf <joaohf!~joaohf@apolo.padtec.com.br> has joined #yocto21:18
JaMaok, fair enough21:18
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has quit IRC21:19
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto21:22
*** zarul <zarul!~zarul@ubuntu/member/zarul> has joined #yocto21:22
*** Jay7 <Jay7!~jay@2.93.117.75> has quit IRC21:25
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC21:27
*** jkridner <jkridner!~jkridner@207.191.249.29> has joined #yocto21:28
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto21:28
*** Jay7 <Jay7!jay@2.93.117.75> has joined #yocto21:29
*** agust <agust!~agust@p4FDE6233.dip0.t-ipconnect.de> has quit IRC21:31
*** amarsman <amarsman!~marsman@90-145-17-249.wxdsl.nl> has quit IRC21:32
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC21:33
*** scot <scot!~scot@130.164.62.183> has quit IRC21:37
*** scot <scot!~scot@130.164.62.183> has joined #yocto21:41
*** amarsman <amarsman!~marsman@52489B71.cm-4-1c.dynamic.ziggo.nl> has joined #yocto21:48
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC21:56
*** davest <davest!Adium@nat/intel/x-nwkkxghergwpncnd> has joined #yocto22:03
*** walters <walters!walters@nat/redhat/x-gbvafvjthhbhmltk> has quit IRC22:05
*** Jay7 <Jay7!jay@2.93.117.75> has quit IRC22:15
*** ant_home <ant_home!~andrea@host103-46-dynamic.252-95-r.retail.telecomitalia.it> has quit IRC22:17
*** sameo <sameo!~samuel@192.55.54.36> has joined #yocto22:18
*** Jay7 <Jay7!~jay@2.93.117.75> has joined #yocto22:20
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has quit IRC22:23
*** joaohf <joaohf!~joaohf@apolo.padtec.com.br> has quit IRC22:34
*** davest <davest!Adium@nat/intel/x-nwkkxghergwpncnd> has quit IRC22:46
*** joaohf <joaohf!~joaohf@apolo.padtec.com.br> has joined #yocto22:47
*** zarul <zarul!~zarul@ubuntu/member/zarul> has quit IRC22:50
*** zarul <zarul!~zarul@ubuntu/member/zarul> has joined #yocto22:53
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC23:02
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto23:02
*** hollisb <hollisb!~hollisb@c-67-169-221-181.hsd1.or.comcast.net> has quit IRC23:16
*** reallife <reallife!~reallife@108-91-142-36.lightspeed.wlfrct.sbcglobal.net> has joined #yocto23:17
*** max__main <max__main!~max911@184.70.21.10> has quit IRC23:25
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has quit IRC23:26
*** imphil <imphil!~philipp@2001:a60:234b:6801:344e:e228:ed02:fff3> has quit IRC23:29
*** sameo <sameo!~samuel@192.55.54.36> has quit IRC23:32
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC23:40
*** musdem <musdem!~Zack@135.0.51.40> has quit IRC23:42
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto23:46
*** musdem <musdem!~Zack@135.0.51.40> has joined #yocto23:51

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!