Monday, 2017-09-25

*** sjolley <sjolley!sjolley@nat/intel/x-dxfqbvxajfpqpxzo> has quit IRC00:18
*** sjolley <sjolley!sjolley@nat/intel/x-bhcdyyxnpfivvzqs> has joined #yocto00:19
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto00:35
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has joined #yocto00:43
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto00:55
*** Guest95612 is now known as Jackie_huang00:57
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-cukdenmqmjpcihbu> has quit IRC01:06
*** wto <wto!~wto@h-136-128.A336.priv.bahnhof.se> has quit IRC01:32
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has quit IRC01:34
*** User12345678 <User12345678!~User@mti-37-145.tm.net.my> has joined #yocto01:35
*** wto <wto!~wto@h-136-128.A336.priv.bahnhof.se> has joined #yocto01:39
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-imphzkrpwmsxvdlj> has joined #yocto01:59
User12345678bitbake kernel/virtual -c menuconfig,  I get nothing provides error02:11
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto02:15
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto02:29
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC02:33
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto03:04
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-qqbhnhrnkdnbmztk> has joined #yocto03:16
*** User12345678 is now known as learningc03:47
bluelightninglearningc: try virtual/kernel instead of kernel/virtual03:52
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC03:53
bluelightningthough you may have figured that out by now perhas03:53
learningcbluelightning, Yes I tried and works now. Is virtual/kernel a path or like I first thought of the backslash as OR ?03:59
bluelightninglearningc: no, "virtual/kernel" is just a name that all kernel recipes provide04:00
bluelightningthe "virtual/" bit is a convention to allow dependencies on certain things that might be selectable without specifying any selection04:01
bluelightningconveniently it also allows you to build the selected item without having to know what the configuration has selected for it04:01
learningcbluelightning, I see. Is there a way to see the name of all those kernel recipes referenced by virtual/kernel? Like on imx6 board, the instruction calls for linux-imx04:02
bluelightninggood question - actually I don't think there is a way currently, other than "git grep virtual/kernel" on each of your layers04:03
bluelightningone way of finding the currently selected one is to run bitbake -e virtual/kernel | grep ^PN= (or ^FILE= to get the path to the recipe file)04:04
learningcbluelightning, Thanks.  Seems to work. I get PN="linux-renesas"04:06
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto04:07
bluelightningright - FYI you can find out where that's been selected by running bitbake -e | less and then searching (with /) for ^PREFERRED_PROVIDER_virtual/kernel04:08
learningcbluelightning, I see. Good to know. Thanks04:10
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-afutygcuthtrgfwv> has quit IRC04:14
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC04:19
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto04:20
*** morphis <morphis!~morphis@pD9ED68B6.dip0.t-ipconnect.de> has joined #yocto04:59
*** hmwel <hmwel!~hmw@zimbra.welvaarts.com> has joined #yocto05:24
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-qqbhnhrnkdnbmztk> has quit IRC05:36
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto05:38
*** hbruce <hbruce!hbruce@nat/intel/x-kycgcnrasujkknze> has quit IRC05:58
*** pohly <pohly!~pohly@p5DE8C88F.dip0.t-ipconnect.de> has joined #yocto06:01
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC06:02
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto06:02
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto06:02
*** agust <agust!~agust@p4FCB648A.dip0.t-ipconnect.de> has joined #yocto06:30
*** Bunio_FH <Bunio_FH!~bunio@213.46.252.136> has joined #yocto06:30
*** colrack <colrack!~colrack@94.126.8.166> has joined #yocto06:34
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto06:38
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC06:38
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto06:42
*** gtristan <gtristan!~tristanva@221.147.85.171> has joined #yocto06:49
*** lpotter <lpotter!~quassel@2001:8003:6470:4900:ba27:ebff:febb:59b> has quit IRC06:55
*** lpotter <lpotter!~quassel@2001:8003:6470:4900:ba27:ebff:febb:59b> has joined #yocto06:55
*** top22 <top22!540ed2b2@gateway/web/freenode/ip.84.14.210.178> has joined #yocto06:57
top22Hello, is there a way to tell yocto to keep only the last image in the tmp/deploy folder ?06:58
*** hnje <hnje!~hnje@193.106.123.182> has joined #yocto06:58
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC07:03
*** ant_work <ant_work!~ant__@host18-113-dynamic.16-79-r.retail.telecomitalia.it> has joined #yocto07:05
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto07:10
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto07:13
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto07:15
*** nayfe <nayfe!d433a784@gateway/web/freenode/ip.212.51.167.132> has joined #yocto07:15
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:16
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has joined #yocto07:20
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has quit IRC07:24
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:24
*** florian_kc is now known as florian07:25
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto07:26
*** vdehors <vdehors!~vdehors@37.172.83.124> has joined #yocto07:27
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto07:32
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has joined #yocto07:34
LetoThe2ndtop22: should be default behaviour anyways since morty, IIRC07:34
top22LetoThe2nd: I'm actually using krogoth :(07:40
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto07:44
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto07:46
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto07:49
pi4Hi, is there any way somehow get the compiled image recipe name during a package/recipe compilation? Concretely I'd like to adjust 'hostname' in 'base-files' recipe according to the name of compiled image. Thanks!07:50
*** pi4 is now known as BBoy07:50
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC07:51
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto07:52
*** BBoy <BBoy!~pi@188-143-87-254.pool.digikabel.hu> has quit IRC07:54
*** pi2 <pi2!~pi@188-143-87-254.pool.digikabel.hu> has joined #yocto07:54
*** pi2 is now known as BBoy07:54
*** BBoy <BBoy!~pi@188-143-87-254.pool.digikabel.hu> has quit IRC07:57
*** BBoy <BBoy!~pi@188-143-87-254.pool.digikabel.hu> has joined #yocto07:57
learningcAfter I generate the .config file for my new kernel, what should I do? Do I rebuild the image with bitbake myimagename ?08:11
*** CoLa|work <CoLa|work!~cordlandw@91.239.177.14> has joined #yocto08:20
BBoylearningc: You have to make a .bbappend file for your kernel with .config -> defconfig name... It is described in the bitbake manual here: https://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#changing-the-configuration08:23
BBoylearningc: Actually it is not bitbake manual it is kernel development help for Yocto Projects, sorry.. :)08:24
BBoylearningc: After this when you will rebuild your image kernel will be recompiled according to your defconfig file.08:25
learningcBBoy, I see. Thanks.08:26
*** quite <quite!quite@unaffiliated/quite> has quit IRC08:28
*** quite <quite!quite@unaffiliated/quite> has joined #yocto08:29
BBoylearningc: You're welcome.08:38
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto08:39
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC08:48
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto08:49
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC08:49
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto08:50
*** yann <yann!~yann@37.172.252.90> has joined #yocto08:54
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC08:54
*** luc4 <luc4!~luca@185.43.148.11> has joined #yocto08:54
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC09:00
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto09:04
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC09:06
*** toscalix <toscalix!~toscalix@28.red-88-18-84.staticip.rima-tde.net> has joined #yocto09:07
JaMaDoes anyone know which boards will be available at Yocto Developer Day Europe 2017? https://www.yoctoproject.org/yocto-project-developer-day-europe-2017 doesn't say09:07
* LetoThe2nd guesses: cardboards.09:07
LetoThe2ndmaybe also whiteboards.09:08
JaMa:)09:08
LetoThe2ndbored boards.09:08
JaMaadd snowboards and I'm in09:08
LetoThe2ndbeardsboards.09:08
bluelightningemory boards09:09
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto09:12
*** m4ho <m4ho!~m4ho@unaffiliated/m4ho> has quit IRC09:13
*** rburton <rburton!~textual@home.burtonini.com> has joined #yocto09:15
JaMahmm the registration form also doesn't show the options09:15
JaMathen not on board :)09:15
LetoThe2ndi'm only there for the coffee.09:17
* LetoThe2nd looks over to stack of boards gathering dust09:17
*** yann <yann!~yann@37.172.252.90> has quit IRC09:18
*** CTtpollard <CTtpollard!~CTtpollar@167.98.27.226> has joined #yocto09:26
*** m4ho <m4ho!~m4ho@unaffiliated/m4ho> has joined #yocto09:29
*** agust <agust!~agust@p4FCB648A.dip0.t-ipconnect.de> has quit IRC09:40
*** agust <agust!~agust@p4FCB648A.dip0.t-ipconnect.de> has joined #yocto09:42
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC09:43
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto09:45
*** CoLa|work <CoLa|work!~cordlandw@91.239.177.14> has quit IRC09:59
*** gtristan <gtristan!~tristanva@221.147.85.171> has quit IRC10:10
*** vdehors <vdehors!~vdehors@37.172.83.124> has quit IRC10:10
*** gtristan <gtristan!~tristanva@221.147.85.171> has joined #yocto10:12
*** Guest47478 <Guest47478!~me@HSI-KBW-046-005-016-094.hsi8.kabel-badenwuerttemberg.de> has quit IRC10:19
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC10:22
*** Bunio_FH <Bunio_FH!~bunio@213.46.252.136> has quit IRC10:22
*** Bunio_FH <Bunio_FH!~bunio@213.46.252.136> has joined #yocto10:23
*** Bunio_FH <Bunio_FH!~bunio@213.46.252.136> has joined #yocto10:24
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC10:25
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC10:38
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC10:41
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto10:42
*** gtristan <gtristan!~tristanva@221.147.85.171> has quit IRC10:52
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto10:57
*** me <me!~me@HSI-KBW-046-005-016-094.hsi8.kabel-badenwuerttemberg.de> has joined #yocto10:57
*** me is now known as Guest6700710:57
*** maxin <maxin!~maxin@134.134.139.73> has joined #yocto10:59
*** Guest67007 <Guest67007!~me@HSI-KBW-046-005-016-094.hsi8.kabel-badenwuerttemberg.de> has quit IRC11:04
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto11:10
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC11:18
*** Artox <Artox!~Artox@79.124.7.87> has quit IRC11:18
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto11:23
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto11:24
*** toscalix <toscalix!~toscalix@28.red-88-18-84.staticip.rima-tde.net> has quit IRC11:25
*** Artox <Artox!~Artox@79.124.7.87> has joined #yocto11:26
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto11:31
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-nhtllqwuaewajowk> has joined #yocto11:45
*** yann <yann!~yann@twenga-100m-os3-176-62.fib.nerim.net> has joined #yocto11:49
*** sjolley1 <sjolley1!sjolley@nat/intel/x-aaypwbmvryntdkpw> has joined #yocto11:49
*** sjolley <sjolley!sjolley@nat/intel/x-bhcdyyxnpfivvzqs> has quit IRC11:49
*** hnje <hnje!~hnje@193.106.123.182> has quit IRC12:02
*** JosePerez1 <JosePerez1!jgperezc@nat/intel/x-whymhemlyjkoiuci> has joined #yocto12:09
*** baali <baali!~baali@45.126.64.155> has joined #yocto12:10
*** toscalix <toscalix!~toscalix@28.red-88-18-84.staticip.rima-tde.net> has joined #yocto12:23
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has joined #yocto12:24
*** vdehors <vdehors!~vdehors@37.169.33.204> has joined #yocto12:26
*** nayfe <nayfe!d433a784@gateway/web/freenode/ip.212.51.167.132> has quit IRC12:29
*** igor <igor!~igor@187.108.42.203> has joined #yocto12:29
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has joined #yocto12:29
ChrysDHi All. Does some people have trouble with the freescale git ? thanks.12:31
*** yann <yann!~yann@twenga-100m-os3-176-62.fib.nerim.net> has quit IRC12:32
*** yann <yann!~yann@twenga-100m-os3-176-62.fib.nerim.net> has joined #yocto12:38
ChrysDThe server was down i think but now it works thanks.12:41
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC12:41
*** bbarr <bbarr!~bbarr@ip70-188-182-91.ri.ri.cox.net> has joined #yocto12:46
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto12:48
*** yann <yann!~yann@twenga-100m-os3-176-62.fib.nerim.net> has quit IRC12:51
*** morphis <morphis!~morphis@pD9ED68B6.dip0.t-ipconnect.de> has quit IRC12:53
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC12:55
*** Argylelabcoat <Argylelabcoat!~textual@rrcs-98-100-169-82.central.biz.rr.com> has joined #yocto12:57
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto12:58
*** yann <yann!~yann@37.172.252.90> has joined #yocto13:03
*** lamego <lamego!~jose@134.134.139.73> has joined #yocto13:03
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has quit IRC13:07
*** yohboy <yohboy!~yohan@bce1.fw1.capo.montpellier-agglo.com> has joined #yocto13:07
*** yohboy <yohboy!~yohan@bce1.fw1.capo.montpellier-agglo.com> has quit IRC13:07
*** morphis <morphis!~morphis@pD9ED68B6.dip0.t-ipconnect.de> has joined #yocto13:08
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto13:12
*** mflow <mflow!~code@unaffiliated/shiningthrough> has joined #yocto13:17
*** armpit <armpit!~armpit@2601:202:4001:9ea0:fc93:feb8:564:a819> has quit IRC13:19
*** yann <yann!~yann@37.172.252.90> has quit IRC13:21
*** armpit <armpit!~armpit@2601:202:4001:9ea0:41ca:f424:3692:4c93> has joined #yocto13:26
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ykfhiaotzeivgela> has joined #yocto13:28
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto13:28
*** yann <yann!~yann@37.172.252.90> has joined #yocto13:29
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has joined #yocto13:39
*** igor <igor!~igor@187.108.42.203> has quit IRC13:39
*** ant_work <ant_work!~ant__@host18-113-dynamic.16-79-r.retail.telecomitalia.it> has quit IRC13:40
*** malinus <malinus!~malinus@unaffiliated/malinus> has joined #yocto13:42
eduardas_mhello, I am trying to build core-image-minimal with Freescale community BSP Pyro release + vendor layer... I get a strange error: https://pastebin.com/MjKpyiC313:43
eduardas_mthe message about update-alternatives bbclass not being able to link something really confuses me13:44
malinusHello. I'm a bit confused about the 'emacs' recipie. It's not on the http://layers.openembedded.org/layerindex/branch/master/recipes/?q=emacs but I can see it in the 'meta-openembedded/meta-oe/recipes-support/emacs' directory.13:45
*** igor <igor!~igor@187.108.42.203> has joined #yocto13:45
eduardas_mcould anyone provide any suggestions as to how I might fix this issue?13:45
malinusRight beside nano, which I have no problem adding13:45
eduardas_mmalinus: seems to be blacklisted in latest release... http://layers.openembedded.org/layerindex/recipe/62443/13:47
crazy_imphi13:51
*** mflow <mflow!~code@unaffiliated/shiningthrough> has quit IRC13:52
malinuseduardas_m: ah I see. Thanks13:53
crazy_impis there a nice way to pass the current git rev for a source repo to the build process? i've got some code using cmake (so it's only using "inherit cmake") and the recipe always gets the latest code (SRCREV = "${AUTOREV}).13:53
eduardas_mmalinus: considering how important emacs is supposed to be to the open source community, that is actually surprising to me13:54
CTtpollardcrazy_imp: what exactly are you trying to pass the sha to?13:56
crazy_impCTtpollard: i want it set as -DGIT_VERSION_INFO=.... or such, so i can use it in the code13:57
crazy_imp(so it would be passed to the compiler)13:57
eduardas_mcrazy_imp: just write the SHA1, like SRCREV = "1ab938fa4bd2a75b6f44f565ac877f3c5b428521"13:57
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto13:58
eduardas_mcrazy_imp: sorry, had to re-read that13:59
CTtpollardcrazy_imp: maybe "EXTRA_OECMAKE += -"-DGIT_VERSION_INFO=$SRCREV""14:00
CTtpollardwithout that rogue -14:01
crazy_impCTtpollard: ok thanks :)14:01
CTtpollardnot sure if that should be before or after the inherit14:01
CTtpollardbefore probably14:01
*** Argylelabcoat <Argylelabcoat!~textual@rrcs-98-100-199-98.central.biz.rr.com> has joined #yocto14:03
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-luofotedhayfqbgs> has joined #yocto14:04
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has quit IRC14:05
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC14:11
crazy_implooks like i found a better version, allowing me to use the same without bitbake around :)14:14
crazy_impexecute_process(COMMAND git describe --dirty --always --long --all --tags OUTPUT_VARIABLE REPO_STATE OUTPUT_STRIP_TRAILING_WHITESPACE)14:14
crazy_impadd_definitions("-DREPO_STATE=\"${REPO_STATE}\"")14:15
crazy_imp(for the CMakeLists.txt)14:15
crazy_impah, wait14:15
crazy_impWORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}  that's missing form the execute_process14:15
malinuseduardas_m: is there any file with the blacklist? Because I've checked out Morty, and it definetly has the file in there. However I still get an error when trying to build it14:16
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC14:16
crazy_imp(the most important part since bitbake doesn't create the build dir inside the sources dir, thus git fails to get the rigth repo)14:16
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has joined #yocto14:16
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC14:17
*** ChrysD <ChrysD!c16cc543@gateway/web/freenode/ip.193.108.197.67> has quit IRC14:20
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has joined #yocto14:21
*** bluelightning <bluelightning!~paul@118.148.126.109> has joined #yocto14:22
*** bluelightning <bluelightning!~paul@118.148.126.109> has quit IRC14:22
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto14:22
*** toscalix <toscalix!~toscalix@28.red-88-18-84.staticip.rima-tde.net> has quit IRC14:22
*** wouterstreamit <wouterstreamit!589f1708@gateway/web/freenode/ip.88.159.23.8> has joined #yocto14:26
wouterstreamitI am using devtool to modify chromium. Building chromium from scratch takes ~5hrs on my machine. Sometimes, when I make changes to the recipe, yocto automatically clears my build directory which triggers a complete rebuild. Is there any way to get a confirmation/warning before this happens? For instance, now I just changed the DEPENDS variable which I think should not trigger a full rebuild but it did14:28
*** nayfe <nayfe!d433a784@gateway/web/freenode/ip.212.51.167.132> has joined #yocto14:31
rburtonof course that causes a full rebuild.  use devshell and yu can run make directly.14:35
wouterstreamitWhy should adding 1 dependency trigger a full rebuild? Also I would not really mind that but I want an option to get a confirm Y/N thing before it throws away my work (so I can do the full rebuild during the night)14:37
*** jcstach_ <jcstach_!~jcstach@104.129.200.74> has joined #yocto14:37
rburtonbecause the contents of the sysroot changed so the input to configure would be different14:38
eduardas_mmalinus: what is the error?14:42
malinuseduardas_m: "ERROR: Nothing RPROVIDES 'emacs-23.4'" I've also tried with 'emacs'. Like I've said, I have it in "meta-openembedded/meta-oe/recipes-support/emacs" right beside "meta-openembedded/meta-oe/recipes-support/nano". And I'm building nano just fine.14:44
JaMamalinus: did you include meta-oe layer in bblayers.conf?14:45
malinusJaMa: yes, I wouldn't be able to build nano otherwise I think.14:46
JaMamalinus: ok and which branch are you using now?14:46
malinusmory14:46
malinus*morty14:46
JaMa./meta-oe/recipes-support/emacs/emacs_23.4.bb:PNBLACKLIST[emacs] ?= "qemu: uncaught target signal 11 (Segmentation fault) - core dumped"14:47
JaMait's blacklisted there14:47
JaMaif you do bitbake emacs it should show you the blacklist reason14:47
malinusthanks a lot!14:47
JaMaand in master it's completely removed, so don't get too used to it14:48
JaMaunless you're willing to step up and fix the issues in it14:48
malinusJaMa: just fix it and submit :P14:48
JaMaI'm not interested in emacs and nobody else sent fix in couple years, that's why I've removed it14:49
malinusemacs-nox + screen. How do people do without?! :P14:50
JaMavim to rule them all14:50
eduardas_mmalinus: with vi :D (personally)14:50
JaMavim still works, which clearly shows that vim users are more capable than emacs users :)14:51
malinusI think people are worried it would replace 99% of the recipes :D14:52
*** wouterstreamit <wouterstreamit!589f1708@gateway/web/freenode/ip.88.159.23.8> has quit IRC14:54
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto14:58
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC14:59
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto15:12
*** hmwel <hmwel!~hmw@zimbra.welvaarts.com> has quit IRC15:12
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has quit IRC15:12
*** yann <yann!~yann@37.172.252.90> has quit IRC15:12
malinusJaMa: ERROR: Task (poky/meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb:do_configure) failed with exit code '115:17
malinusI can see there are some issues, yes.15:17
*** grma <grma!~gruberm@80.93.38.128> has quit IRC15:18
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC15:21
*** yann <yann!~yann@37.172.252.90> has joined #yocto15:22
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC15:27
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC15:35
*** Bunio_FH <Bunio_FH!~bunio@213.46.252.136> has quit IRC15:36
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC15:42
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto15:48
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC15:58
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has quit IRC16:08
*** todor <todor!todor@nat/intel/x-gjpatgntsgqzyfbi> has joined #yocto16:08
*** todor <todor!todor@nat/intel/x-gjpatgntsgqzyfbi> has left #yocto16:08
*** todor <todor!todor@nat/intel/x-klckpmotljswbdsk> has joined #yocto16:09
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto16:09
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC16:12
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto16:12
*** yann <yann!~yann@37.172.252.90> has quit IRC16:13
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC16:13
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has quit IRC16:15
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has joined #yocto16:15
*** morphis_ <morphis_!~morphis@p57ABF005.dip0.t-ipconnect.de> has joined #yocto16:15
*** morphis <morphis!~morphis@pD9ED68B6.dip0.t-ipconnect.de> has quit IRC16:19
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto16:20
*** luc4 <luc4!~luca@185.43.148.11> has quit IRC16:21
*** martinkelly1 <martinkelly1!~martin@75-165-62-129.tukw.qwest.net> has joined #yocto16:23
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto16:24
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC16:27
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC16:32
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has quit IRC16:32
*** yann <yann!~yann@twenga-100m-os3-176-62.fib.nerim.net> has joined #yocto16:33
*** CTtpollard <CTtpollard!~CTtpollar@167.98.27.226> has quit IRC16:33
*** bodangly <bodangly!~bodangly@12.178.87.98> has joined #yocto16:35
*** bodangly_ <bodangly_!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto16:39
*** peacememories <peacememories!~textual@e243-059.eduroam.tuwien.ac.at> has joined #yocto16:39
*** bodangly <bodangly!~bodangly@12.178.87.98> has quit IRC16:41
*** yann <yann!~yann@twenga-100m-os3-176-62.fib.nerim.net> has quit IRC16:41
*** rubdos <rubdos!~rubdos@ptr-1uzevqefjgxdm5wv65h.18120a2.ip6.access.telenet.be> has quit IRC16:43
*** mckoan|away is now known as mckoan16:43
*** mckoan is now known as mckoan|away16:44
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has joined #yocto16:44
*** aehs29 <aehs29!~aehernan@134.134.139.75> has joined #yocto16:46
*** windy_miller <windy_miller!~windy_mil@94-30-98-31.xdsl.murphx.net> has joined #yocto16:47
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-imphzkrpwmsxvdlj> has quit IRC16:48
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC16:57
malinusI keep getting "/lib/ld-linux-armhf.so.3: No such file or directory" while trying to build a recipe I've generated from a git repo with devtool. All just autools. I can see that the library is in my work directory.16:58
*** Jefro <Jefro!~josiermi@134.134.139.76> has joined #yocto17:10
*** m_kim <m_kim!~user@97.9-157-90.telenet.ru> has quit IRC17:10
*** dreyna <dreyna!~dreyna@50-205-36-254-static.hfc.comcastbusiness.net> has joined #yocto17:11
*** sjolley1 <sjolley1!sjolley@nat/intel/x-aaypwbmvryntdkpw> has quit IRC17:11
*** sjolley <sjolley!~sjolley@134.134.139.75> has joined #yocto17:11
bodangly_is there a good example recipe to look at that shows me how to make one that can find the headers for <asm/arch/whatever.h> ?17:13
bodangly_or documentation somewhere?17:13
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC17:14
*** vdehors <vdehors!~vdehors@37.169.33.204> has quit IRC17:14
bodangly_I see the file I am looking for in my tmp/work-shared/<board>/kernel-source directory17:14
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ykfhiaotzeivgela> has quit IRC17:16
aehs29malinus: I believe the issue might have to do with the fact that were cross-compiling, perhaps its looking for it at  /lib/ld-linux-arm... instead of $WORKDIR/lib/ld-linux-arm...17:16
aehs29bodangly_: what are you trying to achieve?17:17
*** igor <igor!~igor@187.108.42.203> has quit IRC17:18
bodangly_I am trying to create a recipe to build a simple C program that includes <asm/arch/mxcfb.h>17:19
bodangly_its a C program to send an ioctl to an i.mx framebuffer17:19
aehs29bodangly_: I think you may want to check the module.bbclass, probaly not inherit it but you can take stuff from it17:22
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto17:23
bodangly_aesh29: thanks I'll check it out17:23
*** colrack <colrack!~colrack@94.126.8.166> has quit IRC17:24
*** sachit <sachit!~sbtkd85@ps3mwgproxy10-dmz.us.dell.com> has quit IRC17:25
*** sachit <sachit!~sbtkd85@ps3mwgproxy10-dmz.us.dell.com> has joined #yocto17:26
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has joined #yocto17:29
*** igor <igor!~igor@187.108.42.203> has joined #yocto17:31
*** jmcruzal <jmcruzal!jmcruzal@nat/intel/x-txbonurcxymbukde> has joined #yocto17:37
*** windy_miller <windy_miller!~windy_mil@94-30-98-31.xdsl.murphx.net> has quit IRC17:47
-YoctoAutoBuilder- build #543 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/54317:50
*** dreyna_ <dreyna_!~dreyna@38.101.239.55> has joined #yocto18:00
*** aehs29 <aehs29!~aehernan@134.134.139.75> has quit IRC18:01
-YoctoAutoBuilder- build #519 of nightly-x86-64 is complete: Failure [failed BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/51918:03
*** dreyna <dreyna!~dreyna@50-205-36-254-static.hfc.comcastbusiness.net> has quit IRC18:03
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC18:06
*** kpo_ <kpo_!~bob@dynamic-78-8-156-50.ssp.dialog.net.pl> has joined #yocto18:12
*** xthunderheartx <xthunderheartx!~x_xthunde@184.75.233.58> has joined #yocto18:13
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has quit IRC18:14
*** jmcruzal <jmcruzal!jmcruzal@nat/intel/x-txbonurcxymbukde> has quit IRC18:18
*** jmcruzal <jmcruzal!jmcruzal@nat/intel/x-gncomqgexresvquq> has joined #yocto18:19
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-luofotedhayfqbgs> has quit IRC18:20
*** aehs29 <aehs29!~aehernan@134.134.139.82> has joined #yocto18:23
*** msvb-lab <msvb-lab!~michael@x55b54400.dyn.telefonica.de> has joined #yocto18:24
*** dreyna_ <dreyna_!~dreyna@38.101.239.55> has quit IRC18:33
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has quit IRC18:41
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto18:42
*** peacememories <peacememories!~textual@e243-059.eduroam.tuwien.ac.at> has quit IRC18:44
*** ayaka <ayaka!~ayaka@r0.home.soulik.info> has quit IRC18:56
*** stefan___ <stefan___!~stefan@ipbcc3cd23.dynamic.kabel-deutschland.de> has joined #yocto18:59
*** bodangly_ <bodangly_!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC19:02
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto19:04
*** majuk <majuk!~majuk@50-233-77-210-static.hfc.comcastbusiness.net> has joined #yocto19:07
*** bodangly_ <bodangly_!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto19:08
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has quit IRC19:09
*** dreyna <dreyna!~dreyna@38.101.239.55> has joined #yocto19:14
*** Guma <Guma!~Guma@c-67-184-64-21.hsd1.il.comcast.net> has joined #yocto19:19
*** dreyna <dreyna!~dreyna@38.101.239.55> has quit IRC19:20
*** bodangly_ is now known as bodangly19:20
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto19:21
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has joined #yocto19:21
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC19:22
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has joined #yocto19:22
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto19:25
bodanglyugh I am a newb... I tried a very simple recipe but I am getting errors even after modifying my includes.19:27
bodangly${CC} -I ${STAGING_KERNEL_DIR}/include/linux ../fbalpha.c -o fbalpha19:27
bodanglythats my do_compile19:27
bodanglystddef.h:4:31: fatal error: uapi/linux/stddef.h: No such file or directory19:27
bodanglythats the error I get now19:27
bodanglyit finds the <arch/asm/mxcfb.h> file19:27
bodanglybut then chokes on an include from another system <> include19:28
bodanglyhttps://pastebin.com/PTnfgKF119:28
*** ayaka <ayaka!~ayaka@r0.home.soulik.info> has joined #yocto19:28
*** Jefro <Jefro!~josiermi@134.134.139.76> has quit IRC19:29
bodanglythe file should be found here: -I ${STAGING_KERNEL_DIR}/include/uapi/linux19:31
bodanglybut I still get the same error19:32
bodanglyeven if I add that dir19:32
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC19:39
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has quit IRC19:39
*** rubdos <rubdos!~rubdos@ptr-1uzevqefjgxdm5wv65h.18120a2.ip6.access.telenet.be> has joined #yocto19:40
kergothbodangly: if the path is include/uapi/linux, then you need -I${STAGING_KERNEL_DIR}/include, not -I${STAGING_KERNEL_DIR}/include/linux19:41
bodanglyI feel like this should be a lot easier than it is, what am I missing?19:41
*** pohly <pohly!~pohly@p5DE8C88F.dip0.t-ipconnect.de> has quit IRC19:42
kergothit looks for the path relative to the specified include paths. so you're having it look for ${STAGING_KERNEL_DIR}/include/linux/uapi/linux/stddef.h19:42
kergothwhich is unlikely to be correct19:42
bodanglyif I jjust do /include not /include/linux then it chokes earlier though: asm/arch/mxcfb.h19:43
kergothasm/arch/ is relative to include, not include/linux. that is, the 'asm' dir lives in the include directory, not linux19:44
bodanglyhttps://pastebin.com/cfKgNygu19:46
bodangly${CC} -I${STAGING_KERNEL_DIR}/include  ../fbalpha.c -o fbalpha is the recipe right now19:46
bodanglyand it still fails to find asm/arch/mxcfb.h :(19:46
*** baali <baali!~baali@45.126.64.155> has quit IRC19:47
bodanglyand in fact, nowhere in my tmp directory is there an mxcfb.h that is in asm/arch, only one is in uapi/linux/mxcfb.h or linux/mxcfb.h19:48
bodanglymaybe I goofed with my include19:48
kergothsounds like it19:50
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC19:52
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has joined #yocto19:54
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-rgbehkubehxswvxz> has joined #yocto19:57
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-ayibolzefmnnvgzz> has joined #yocto20:01
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC20:06
*** Guma <Guma!~Guma@c-67-184-64-21.hsd1.il.comcast.net> has quit IRC20:06
*** scottrif <scottrif!~scottrif@2600-6c55-4600-1e9f-cd64-7ed2-5f10-3ff0.dhcp6.chtrptr.net> has joined #yocto20:20
*** sjolley <sjolley!~sjolley@134.134.139.75> has quit IRC20:25
*** sjolley <sjolley!~sjolley@134.134.139.75> has joined #yocto20:28
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC20:32
-YoctoAutoBuilder- build #156 of nightly-packagemanagers is complete: Failure [failed Running Sanity Tests_1] Build details are at https://autobuilder.yocto.io/builders/nightly-packagemanagers/builds/15620:38
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC20:40
*** Jefro <Jefro!~josiermi@134.134.139.76> has joined #yocto20:44
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has joined #yocto20:59
*** ircsri <ircsri!450585a1@gateway/web/cgi-irc/kiwiirc.com/ip.69.5.133.161> has joined #yocto21:06
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC21:34
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto21:37
-YoctoAutoBuilder- build #520 of nightly-x86-64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/52021:44
*** bodangly <bodangly!~bodangly@c-24-218-194-93.hsd1.ct.comcast.net> has quit IRC21:46
*** juvenal <juvenal!~juvenal@191.193.132.198> has joined #yocto21:48
*** Jefro <Jefro!~josiermi@134.134.139.76> has quit IRC21:49
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC21:50
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto21:50
ircsriAnyone here who has built console-image for raspberry pi3? I'm unable to download bcm2835-bootfiles-20170530-r60 because of checksum error. This seems an upstream issue.21:52
*** stefan___ <stefan___!~stefan@ipbcc3cd23.dynamic.kabel-deutschland.de> has quit IRC21:55
*** rburton <rburton!~textual@home.burtonini.com> has quit IRC21:56
*** lamego <lamego!~jose@134.134.139.73> has quit IRC21:57
*** sjolley <sjolley!~sjolley@134.134.139.75> has quit IRC22:05
*** sjolley <sjolley!sjolley@nat/intel/x-jqrfmqwqoundnjtt> has joined #yocto22:05
*** jmcruzal <jmcruzal!jmcruzal@nat/intel/x-gncomqgexresvquq> has quit IRC22:10
-YoctoAutoBuilder- build #544 of nightly-oe-selftest is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/54422:13
*** Argylelabcoat <Argylelabcoat!~textual@rrcs-98-100-199-98.central.biz.rr.com> has quit IRC22:15
*** Son_Goku <Son_Goku!King_InuYa@fedora/ngompa> has quit IRC22:18
*** zeeblex <zeeblex!~zeeblex@gate-zro.freescale.com> has quit IRC22:21
*** igor <igor!~igor@187.108.42.203> has quit IRC22:25
*** zeeblex <zeeblex!~zeeblex@gate-zro.freescale.com> has joined #yocto22:26
*** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-ayibolzefmnnvgzz> has quit IRC22:30
*** juvenal <juvenal!~juvenal@191.193.132.198> has quit IRC22:33
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-nhtllqwuaewajowk> has quit IRC22:34
*** juvenal <juvenal!~juvenal@191.193.132.198> has joined #yocto22:35
*** alimon- <alimon-!alimon@gateway/shell/linaro/x-rrlhazttilrpvdtx> has joined #yocto22:38
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has joined #yocto22:39
*** jcstach_ <jcstach_!~jcstach@104.129.200.74> has quit IRC22:40
*** juvenal <juvenal!~juvenal@191.193.132.198> has quit IRC22:41
*** juvenal <juvenal!~juvenal@191.193.132.198> has joined #yocto22:44
-YoctoAutoBuilder- build #157 of nightly-packagemanagers is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-packagemanagers/builds/15722:46
*** agust <agust!~agust@p4FCB648A.dip0.t-ipconnect.de> has quit IRC22:54
*** klynn <klynn!~klynn@47.39.44.219> has joined #yocto22:54
*** msvb-lab <msvb-lab!~michael@x55b54400.dyn.telefonica.de> has quit IRC22:57
*** juvenal <juvenal!~juvenal@191.193.132.198> has quit IRC23:02
kergoth.. bitbake just said it started the bitbake server, and then started the pr server, and then reconnected to the bitbake server. reconnected to the server you just started?23:10
kergothah, right, forgot i'm still using old layers23:10
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC23:12
*** Jefro <Jefro!~josiermi@134.134.139.83> has joined #yocto23:26
*** peacememories <peacememories!~textual@84-114-121-230.cable.dynamic.surfer.at> has quit IRC23:37

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