Sunday, 2019-12-22

*** junland <junland!~junland@142.93.201.46> has quit IRC00:00
*** junland <junland!~junland@142.93.201.46> has joined #yocto00:01
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC00:16
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has quit IRC00:30
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto00:49
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC01:05
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto01:19
*** luneff <luneff!~yury@95.174.106.201> has quit IRC01:53
yoctiNew news from stackoverflow: How do I write a yocto/bitbake recipe to copy a directory to the target root file system <https://stackoverflow.com/questions/40722637/how-do-i-write-a-yocto-bitbake-recipe-to-copy-a-directory-to-the-target-root-fil>02:10
yoctiNew news from stackoverflow: Yocto / OE : recipe with CMake install a shared library .so <https://stackoverflow.com/questions/59091938/yocto-oe-recipe-with-cmake-install-a-shared-library-so>03:11
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC03:15
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto03:20
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC03:44
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has quit IRC03:46
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto04:07
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC04:28
*** davisr_ <davisr_!davisr@gateway/vpn/privateinternetaccess/davisr> has joined #yocto04:37
*** davisr <davisr!~davisr@cpe-184-58-235-7.wi.res.rr.com> has quit IRC04:40
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto04:41
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto06:02
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC06:18
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC06:53
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto07:12
*** kaspter <kaspter!~Instantbi@222.67.188.180> has joined #yocto07:37
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC08:07
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto08:10
*** nacknick <nacknick!b9b8f483@185.184.244.131> has joined #yocto08:18
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has joined #yocto08:25
nacknickI have a directory that I want to copy as is into rootfs of the image. I tried many variations to do so under "do_install()", but keep getting errors. The directory resides in the same folder of the recipe. Any help?08:29
nacknickSRC_URI += "file://my_dir"08:30
nacknickTARGET_FOLDER="/opt/python_3.6.8"do_install() {        install -d ${D}${TARGET_FOLDER}08:31
nacknickoops08:31
nacknickSRC_URI += "file://my_dir"TARGET_FOLDER="/target_dir"do_install() {        install -d ${D}${TARGET_FOLDER}        cp -r /my_dir ${D}${TARGET_FOLDER}}FILES_${PN} += "${TARGET_FOLDER}"08:32
nacknickhere is what I've tried08:32
nacknickIf you manage to read it08:32
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto09:15
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto09:16
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC09:29
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has quit IRC09:35
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has joined #yocto10:11
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto10:23
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto10:23
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC10:24
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC10:30
*** asabil <asabil!~asabil@2a01:79d:7375:2ca4:a8c5:19a2:29a2:6815> has joined #yocto10:35
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto10:35
*** davisr__ <davisr__!~davisr@cpe-184-58-235-7.wi.res.rr.com> has joined #yocto10:51
*** asabil <asabil!~asabil@2a01:79d:7375:2ca4:a8c5:19a2:29a2:6815> has quit IRC10:53
*** davisr_ <davisr_!davisr@gateway/vpn/privateinternetaccess/davisr> has quit IRC10:54
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC11:06
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has quit IRC11:13
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto11:23
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC11:28
*** guerinoni <guerinoni!~guerinoni@host241-40-dynamic.52-79-r.retail.telecomitalia.it> has joined #yocto11:31
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC12:08
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto12:09
LetoThe2ndnacknick: https://stackoverflow.com/questions/39980145/how-to-install-recursively-my-directories-and-files-in-bitbake-recipe/47084404#4708440412:18
nacknickFinally it worked. I have no idea why... thanks LetoThe2nd12:18
nacknickAnd yes, I used 'cp -r' from the very beginning of tries12:19
LetoThe2ndno idea what did or where you went wrong. the linked answer is the current best practise. :)12:20
* LetoThe2nd is of again12:22
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto12:29
nacknickAnother question please, Yocto image comes with "BusyBox" that has many basic commands but a lot of their options are missing. Is there any way to install more "extended" version of BusyBox? Or alternatively, install the full binaries instead of BusyBox?12:31
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto12:31
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC12:36
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto12:44
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has joined #yocto12:59
nacknickOne more: if I have missing Perl modules in the image, such this one https://metacpan.org/pod/release/SHAY/perl-5.24.1-RC5/lib/FileHandle.pm (That I can't find a way to download) - How should I install it?13:12
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has quit IRC13:17
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto13:27
*** nacknick <nacknick!b9b8f483@185.184.244.131> has quit IRC13:29
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC13:40
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC13:42
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto13:42
*** nacknick <nacknick!b9b8f483@185.184.244.131> has joined #yocto13:51
nacknickI need to restart the computer. If someone has answers to my question, please wait awhile so I won't miss them14:29
*** nacknick <nacknick!b9b8f483@185.184.244.131> has quit IRC14:29
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC14:33
*** nacknick <nacknick!b9b8f483@185.184.244.131> has joined #yocto14:34
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC14:42
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto15:05
*** tsjsieb <tsjsieb!~quassel@2a06:5b80:1::2be3:ec4> has quit IRC15:21
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has joined #yocto15:41
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-znliqosvoqpbnuzs> has quit IRC15:50
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-pojmtudeavhnnflg> has joined #yocto15:50
*** Piraty <Piraty!~irc@unaffiliated/piraty> has quit IRC16:02
*** Piraty <Piraty!~irc@unaffiliated/piraty> has joined #yocto16:03
*** guerinoni <guerinoni!~guerinoni@host241-40-dynamic.52-79-r.retail.telecomitalia.it> has quit IRC16:09
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC16:12
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has quit IRC16:14
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto16:30
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC17:21
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has quit IRC17:24
*** Piraty <Piraty!~irc@unaffiliated/piraty> has quit IRC17:48
*** Piraty <Piraty!~irc@unaffiliated/piraty> has joined #yocto17:48
*** fury <fury!uid193779@gateway/web/irccloud.com/x-mwrlwsampidhfccx> has quit IRC17:49
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto17:57
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto18:00
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto18:25
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC18:31
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto18:35
*** jwwww <jwwww!~magnet@lfbn-mon-1-581-143.w2-4.abo.wanadoo.fr> has quit IRC18:42
*** nacknick <nacknick!b9b8f483@185.184.244.131> has quit IRC18:45
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has joined #yocto18:57
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has quit IRC19:10
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto19:19
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC19:25
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC19:28
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC19:58
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto20:09
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto20:43
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC20:45
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has quit IRC20:46
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto20:50
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has quit IRC21:12
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto21:44
*** sander44 <sander44!~sander44@89.137.138.137> has joined #yocto21:45
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC21:45
sander44Hi21:47
sander44sorry, but I'll come back tomorrow with a question.21:49
sander44only good to be, peace :)21:50
*** sander44 <sander44!~sander44@89.137.138.137> has quit IRC21:50
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto22:15
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has joined #yocto22:24
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC23:03
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto23:23
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC23:28
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto23:35
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has quit IRC23:47
Crofton|roadWe need to mention reduced service on irc over the horror days ...23:50

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