*** junland <junland!~junland@142.93.201.46> has quit IRC | 00:00 | |
*** junland <junland!~junland@142.93.201.46> has joined #yocto | 00:01 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 00:16 | |
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 00:30 | |
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 00:49 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 01:05 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto | 01:19 | |
*** luneff <luneff!~yury@95.174.106.201> has quit IRC | 01:53 | |
yocti | New 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 |
---|---|---|
yocti | New 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 IRC | 03:15 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 03:20 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 03:44 | |
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has quit IRC | 03:46 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 04:07 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 04:28 | |
*** davisr_ <davisr_!davisr@gateway/vpn/privateinternetaccess/davisr> has joined #yocto | 04:37 | |
*** davisr <davisr!~davisr@cpe-184-58-235-7.wi.res.rr.com> has quit IRC | 04:40 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto | 04:41 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 06:02 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 06:18 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC | 06:53 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 07:12 | |
*** kaspter <kaspter!~Instantbi@222.67.188.180> has joined #yocto | 07:37 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 08:07 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 08:10 | |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has joined #yocto | 08:18 | |
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has joined #yocto | 08:25 | |
nacknick | I 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 |
nacknick | SRC_URI += "file://my_dir" | 08:30 |
nacknick | TARGET_FOLDER="/opt/python_3.6.8"do_install() { install -d ${D}${TARGET_FOLDER} | 08:31 |
nacknick | oops | 08:31 |
nacknick | SRC_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 |
nacknick | here is what I've tried | 08:32 |
nacknick | If you manage to read it | 08:32 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 09:15 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto | 09:16 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 09:29 | |
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has quit IRC | 09:35 | |
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has joined #yocto | 10:11 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 10:23 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:23 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 10:24 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 10:30 | |
*** asabil <asabil!~asabil@2a01:79d:7375:2ca4:a8c5:19a2:29a2:6815> has joined #yocto | 10:35 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 10:35 | |
*** davisr__ <davisr__!~davisr@cpe-184-58-235-7.wi.res.rr.com> has joined #yocto | 10:51 | |
*** asabil <asabil!~asabil@2a01:79d:7375:2ca4:a8c5:19a2:29a2:6815> has quit IRC | 10:53 | |
*** davisr_ <davisr_!davisr@gateway/vpn/privateinternetaccess/davisr> has quit IRC | 10:54 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 11:06 | |
*** AndersD <AndersD!~AndersD@h83-209-191-235.cust.a3fiber.se> has quit IRC | 11:13 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 11:23 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 11:28 | |
*** guerinoni <guerinoni!~guerinoni@host241-40-dynamic.52-79-r.retail.telecomitalia.it> has joined #yocto | 11:31 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:08 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 12:09 | |
LetoThe2nd | nacknick: https://stackoverflow.com/questions/39980145/how-to-install-recursively-my-directories-and-files-in-bitbake-recipe/47084404#47084404 | 12:18 |
nacknick | Finally it worked. I have no idea why... thanks LetoThe2nd | 12:18 |
nacknick | And yes, I used 'cp -r' from the very beginning of tries | 12:19 |
LetoThe2nd | no idea what did or where you went wrong. the linked answer is the current best practise. :) | 12:20 |
* LetoThe2nd is of again | 12:22 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 12:29 | |
nacknick | Another 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 #yocto | 12:31 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 12:36 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 12:44 | |
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has joined #yocto | 12:59 | |
nacknick | One 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 IRC | 13:17 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 13:27 | |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has quit IRC | 13:29 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 13:40 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 13:42 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 13:42 | |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has joined #yocto | 13:51 | |
nacknick | I need to restart the computer. If someone has answers to my question, please wait awhile so I won't miss them | 14:29 |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has quit IRC | 14:29 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 14:33 | |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has joined #yocto | 14:34 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 14:42 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto | 15:05 | |
*** tsjsieb <tsjsieb!~quassel@2a06:5b80:1::2be3:ec4> has quit IRC | 15:21 | |
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has joined #yocto | 15:41 | |
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-znliqosvoqpbnuzs> has quit IRC | 15:50 | |
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-pojmtudeavhnnflg> has joined #yocto | 15:50 | |
*** Piraty <Piraty!~irc@unaffiliated/piraty> has quit IRC | 16:02 | |
*** Piraty <Piraty!~irc@unaffiliated/piraty> has joined #yocto | 16:03 | |
*** guerinoni <guerinoni!~guerinoni@host241-40-dynamic.52-79-r.retail.telecomitalia.it> has quit IRC | 16:09 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC | 16:12 | |
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 16:14 | |
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 16:30 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 17:21 | |
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has quit IRC | 17:24 | |
*** Piraty <Piraty!~irc@unaffiliated/piraty> has quit IRC | 17:48 | |
*** Piraty <Piraty!~irc@unaffiliated/piraty> has joined #yocto | 17:48 | |
*** fury <fury!uid193779@gateway/web/irccloud.com/x-mwrlwsampidhfccx> has quit IRC | 17:49 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 17:57 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto | 18:00 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 18:25 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 18:31 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 18:35 | |
*** jwwww <jwwww!~magnet@lfbn-mon-1-581-143.w2-4.abo.wanadoo.fr> has quit IRC | 18:42 | |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has quit IRC | 18:45 | |
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has joined #yocto | 18:57 | |
*** GrimSleepless <GrimSleepless!~GrimSleep@bras-base-qubcpq0634w-grc-04-70-30-123-105.dsl.bell.ca> has quit IRC | 19:10 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:19 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 19:25 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC | 19:28 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC | 19:58 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto | 20:09 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 20:43 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC | 20:45 | |
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 20:46 | |
*** comptroller <comptroller!~comptroll@47-213-227-107.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 20:50 | |
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has quit IRC | 21:12 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:44 | |
*** sander44 <sander44!~sander44@89.137.138.137> has joined #yocto | 21:45 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 21:45 | |
sander44 | Hi | 21:47 |
sander44 | sorry, but I'll come back tomorrow with a question. | 21:49 |
sander44 | only good to be, peace :) | 21:50 |
*** sander44 <sander44!~sander44@89.137.138.137> has quit IRC | 21:50 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto | 22:15 | |
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has joined #yocto | 22:24 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has quit IRC | 23:03 | |
*** jcal93 <jcal93!~Thunderbi@c-68-34-138-249.hsd1.al.comcast.net> has joined #yocto | 23:23 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:28 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 23:35 | |
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has quit IRC | 23:47 | |
Crofton|road | We need to mention reduced service on irc over the horror days ... | 23:50 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!