*** junland_ <junland_!~junland@142.93.201.46> has quit IRC | 00:00 | |
*** junland <junland!~junland@142.93.201.46> has joined #yocto | 00:01 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 00:34 | |
*** zeddii <zeddii!~zeddii@CPE98dac440104d-CM64777d5e8820.cpe.net.cable.rogers.com> has quit IRC | 01:17 | |
*** zeddii <zeddii!~zeddii@CPE98dac440104d-CM64777d5e8820.cpe.net.cable.rogers.com> has joined #yocto | 01:19 | |
*** MiskaX_ is now known as MiskaX | 01:55 | |
*** MiskaX <MiskaX!zx3hsbtg6r@rankki.sonarnerd.net> has left #yocto | 01:55 | |
*** MiskaX <MiskaX!zx3hsbtg6r@rankki.sonarnerd.net> has joined #yocto | 01:55 | |
*** agust <agust!~agust@pD95F1BAA.dip0.t-ipconnect.de> has quit IRC | 02:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 03:17 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 03:27 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 04:05 | |
*** dlan <dlan!~dennis@61.170.191.108> has joined #yocto | 05:01 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 05:01 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 05:32 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 06:02 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 07:44 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 07:54 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.170.68.214> has joined #yocto | 08:12 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 08:12 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:20 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 08:28 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 08:46 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.170.70.139> has joined #yocto | 08:47 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 08:47 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto | 08:59 | |
*** locutus_ <locutus_!~LocutusOf@5.170.68.12> has joined #yocto | 09:04 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 09:04 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 09:07 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 09:10 | |
*** locutus__ <locutus__!~LocutusOf@5.170.70.183> has joined #yocto | 09:15 | |
*** locutus_ <locutus_!~LocutusOf@5.170.68.12> has quit IRC | 09:17 | |
*** locutus_ <locutus_!~LocutusOf@5.170.68.226> has joined #yocto | 09:33 | |
*** locutus__ <locutus__!~LocutusOf@5.170.70.183> has quit IRC | 09:36 | |
*** Bunio_FH <Bunio_FH!~bunio@107.parkhotel-praha.cz> has joined #yocto | 09:41 | |
*** Bunio_FH <Bunio_FH!~bunio@107.parkhotel-praha.cz> has quit IRC | 09:42 | |
*** locutus__ <locutus__!~LocutusOf@5.170.69.78> has joined #yocto | 09:46 | |
*** locutus_ <locutus_!~LocutusOf@5.170.68.226> has quit IRC | 09:48 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.30> has quit IRC | 09:57 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.32> has joined #yocto | 09:57 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 10:11 | |
*** gaston64 <gaston64!669c6e97@102.156.110.151> has joined #yocto | 10:28 | |
gaston64 | hello, I am using yocto project to build a Linux image operating system for my embedded board. I need to install some elements to this image which are : g++, gdb, make, rsync, zip . How can I add them to my image please ? | 10:30 |
---|---|---|
marex-cloud | gaston64: add them to IMAGE_INSTALL | 10:35 |
gaston64 | marex-cloud Okey thank you ! | 10:37 |
gaston64 | But can you tell me the difference between IMAGE_INSTALL , IMAGE_INSTALL_append , IMGAE_FEATURES , EXTRA_IMAGE_FEATURES ? please | 10:38 |
marex-cloud | gaston64: search for this _append only , there's wiki article about it | 10:38 |
marex-cloud | I'm on a phone, it's hard to type, sorry | 10:39 |
gaston64 | marex-cloud Okey no problem, I am a little bit confused between them and when I want to add some features to my linux image I don't know where to put it in those variables | 10:40 |
marex-cloud | Into your image recipe or local.conf | 10:41 |
marex-cloud | When in doubt, git grep in meta or oe-core gives plenty of examples | 10:41 |
gaston64 | marex-cloud Okey thanks | 10:43 |
marex-cloud | IMAGE_INSTALL is for adding packages, IMAGE_FEATURES is for well, features of the image, which is 'above' the recipes and recipes can be built differently depending on which features are enabled | 10:43 |
gaston64 | when I want to add something to my image, I need to take a breath and choose if it is a feature or a package | 10:45 |
gaston64 | It's hard to make a difference between them, isn't it ? | 10:46 |
*** locutus__ <locutus__!~LocutusOf@5.170.69.78> has quit IRC | 10:50 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 10:51 | |
marex-cloud | Recipes usually result in packages when they're built, but recipes may check for features to build packages in specific configuration | 10:52 |
gaston64 | I see , this make it more clear for me thanks | 10:55 |
marex-cloud | It's also very simplified view | 11:00 |
marex-cloud | Cfr the mega manual for all the nuances | 11:00 |
yocti | New news from stackoverflow: Yocto Top Level Files <https://stackoverflow.com/questions/60247741/yocto-top-level-files> | 11:00 |
gaston64 | Okey I will search for it | 11:02 |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 11:03 | |
gaston64 | Now, I want to know how can I check if the desired packages are already existing into my image or I must add them manualy ? How can I see what packages are build into my image ? | 11:03 |
gaston64 | I have .manifest file in /tmp/deploy/images/"my_board_name" | 11:04 |
gaston64 | is this the right file to check ? | 11:05 |
marex-cloud | bitbake -e yourimage | grep IMAGE_INSTALL might be helpful, or check the image build dir | 11:09 |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 11:10 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.170.69.78> has joined #yocto | 11:10 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 11:10 | |
*** rubdos <rubdos!~rubdos@2a02:578:859d:700:8b44:5716:382d:a7da> has quit IRC | 11:11 | |
*** agust <agust!~agust@pD95F11D0.dip0.t-ipconnect.de> has joined #yocto | 11:15 | |
*** rubdos <rubdos!~rubdos@77.109.115.120.adsl.dyn.edpnet.net> has joined #yocto | 11:16 | |
*** moustafa <moustafa!c533555d@197.51.85.93> has joined #yocto | 11:28 | |
gaston64 | marex-cloud thank you for your support | 11:29 |
moustafa | hello | 11:30 |
moustafa | how I can deploy my qt app on yocto custom image ? | 11:31 |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 11:33 | |
*** gaston64 <gaston64!669c6e97@102.156.110.151> has quit IRC | 11:41 | |
marex-cloud | Write a recipe for it, add it to your IMAGE_INSTALL in image recipe | 11:56 |
moustafa | when I did it , it gave me=> do_unpack: Unpack failure for URL ............ | 12:00 |
*** bantu <bantu!d9f08f83@pD9F08F83.dip0.t-ipconnect.de> has joined #yocto | 12:11 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 12:55 | |
*** moustafa <moustafa!c533555d@197.51.85.93> has quit IRC | 12:59 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 13:05 | |
*** bantu <bantu!d9f08f83@pD9F08F83.dip0.t-ipconnect.de> has quit IRC | 13:40 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 13:42 | |
*** moustafa <moustafa!c533555d@197.51.85.93> has joined #yocto | 14:16 | |
*** moustafa <moustafa!c533555d@197.51.85.93> has quit IRC | 14:58 | |
*** ferry_t <ferry_t!~quassel@2001:981:6fec:1:e030:9ec2:17c0:9fff> has joined #yocto | 15:31 | |
ferry_t | Hi I am building a initrd (not built-in initramfs). It is built into a hddimg together with bzImage and is working fine. However, my rootfs only has bzImage. I need to manually copy initrd there, then it boots. How do I add initrd there automatically? | 15:36 |
*** gsalazar <gsalazar!~gsalazar@17.229.60.94.rev.vodafone.pt> has joined #yocto | 15:52 | |
yocti | New news from stackoverflow: Yocto: overriding kernel configuration <https://stackoverflow.com/questions/60250078/yocto-overriding-kernel-configuration> | 16:01 |
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has quit IRC | 16:01 | |
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has joined #yocto | 16:02 | |
ferry_t | @yocto I tried to answer the question on SO | 16:35 |
ferry_t | @yocti | 16:36 |
*** gsalazar <gsalazar!~gsalazar@17.229.60.94.rev.vodafone.pt> has quit IRC | 16:44 | |
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-2172-114.w90-127.abo.wanadoo.fr> has quit IRC | 16:49 | |
*** gsalazar <gsalazar!~gsalazar@17.229.60.94.rev.vodafone.pt> has joined #yocto | 16:59 | |
*** Klox <Klox!~Klox@c-24-1-131-19.hsd1.il.comcast.net> has joined #yocto | 17:00 | |
*** gsalazar <gsalazar!~gsalazar@17.229.60.94.rev.vodafone.pt> has quit IRC | 17:05 | |
*** JBook_SE <JBook_SE!a434f282@gateway/web/cgi-irc/kiwiirc.com/ip.164.52.242.130> has quit IRC | 17:05 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 17:08 | |
*** gsalazar <gsalazar!~gsalazar@17.229.60.94.rev.vodafone.pt> has joined #yocto | 17:12 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 17:17 | |
*** gsalazar <gsalazar!~gsalazar@17.229.60.94.rev.vodafone.pt> has quit IRC | 17:27 | |
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-2172-114.w90-127.abo.wanadoo.fr> has joined #yocto | 17:36 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 17:39 | |
*** mehmet <mehmet!~mehmet@2a02:8109:b6bf:f9b5:9166:a9d9:b384:d30c> has joined #yocto | 17:54 | |
*** mehmet <mehmet!~mehmet@2a02:8109:b6bf:f9b5:9166:a9d9:b384:d30c> has quit IRC | 17:56 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:16 | |
*** Klox <Klox!~Klox@c-24-1-131-19.hsd1.il.comcast.net> has quit IRC | 19:21 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.32> has joined #yocto | 19:26 | |
*** Klox <Klox!~Klox@c-24-1-131-19.hsd1.il.comcast.net> has joined #yocto | 19:29 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.32> has quit IRC | 19:43 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 19:43 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 20:21 | |
*** yann <yann!~yann@lstlambert-656-1-138-242.w80-14.abo.wanadoo.fr> has joined #yocto | 20:33 | |
*** ferry_t <ferry_t!~quassel@2001:981:6fec:1:e030:9ec2:17c0:9fff> has quit IRC | 20:34 | |
*** yann <yann!~yann@lstlambert-656-1-138-242.w80-14.abo.wanadoo.fr> has quit IRC | 20:38 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 20:42 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 20:43 | |
*** gsalazar <gsalazar!~gsalazar@2001:818:e633:c100:83a0:92b7:67ab:e154> has joined #yocto | 20:54 | |
*** gsalazar <gsalazar!~gsalazar@2001:818:e633:c100:83a0:92b7:67ab:e154> has quit IRC | 21:00 | |
yocti | New news from stackoverflow: phytec phyBOARD iMX-6 performed poorly when running qt5 opengles application from flash instead of sd card (fps halved) <https://stackoverflow.com/questions/60252992/phytec-phyboard-imx-6-performed-poorly-when-running-qt5-opengles-application-fro> | 21:02 |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 21:04 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC | 21:39 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.170.241.171> has joined #yocto | 21:50 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 21:50 | |
*** locutus_ <locutus_!~LocutusOf@5.170.240.244> has joined #yocto | 21:53 | |
*** locutus__ <locutus__!~LocutusOf@5.171.105.44> has joined #yocto | 21:55 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 21:55 | |
*** locutus_ <locutus_!~LocutusOf@5.170.240.244> has quit IRC | 21:57 | |
*** locutus__ <locutus__!~LocutusOf@5.171.105.44> has quit IRC | 22:31 | |
*** Klox <Klox!~Klox@c-24-1-131-19.hsd1.il.comcast.net> has quit IRC | 23:00 | |
*** zeddii <zeddii!~zeddii@CPE98dac440104d-CM64777d5e8820.cpe.net.cable.rogers.com> has quit IRC | 23:07 | |
*** zeddii <zeddii!~zeddii@CPE98dac440104d-CM64777d5e8820.cpe.net.cable.rogers.com> has joined #yocto | 23:17 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 23:26 | |
*** agust <agust!~agust@pD95F11D0.dip0.t-ipconnect.de> has quit IRC | 23:34 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:594e:3e2b:6a46:7912> has quit IRC | 23:41 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:9144:9b3e:b52:fa29> has joined #yocto | 23:54 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!