*** lpax <lpax!~lpax@unaffiliated/lpax> has quit IRC | 00:13 | |
*** khem` is now known as onoffon | 00:14 | |
*** Aethenelle <Aethenelle!~Aethenell@166.175.63.36> has quit IRC | 00:19 | |
*** onoffon is now known as khem` | 00:19 | |
*** stwcx <stwcx!~stwcx@32.97.110.52> has quit IRC | 00:27 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 00:58 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 00:59 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 01:01 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 01:04 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 01:05 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 01:34 | |
*** stwcx <stwcx!~stwcx@108-215-4-10.lightspeed.austtx.sbcglobal.net> has joined #yocto | 01:35 | |
-YoctoAutoBuilder- build #514 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/514 | 01:35 | |
-YoctoAutoBuilder- build #508 of build-appliance is complete: Failure [failed BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/508 | 01:35 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 01:38 | |
*** Aethenelle <Aethenelle!~Aethenell@107.138.98.226> has joined #yocto | 01:39 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 01:41 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 01:50 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 01:53 | |
Cardoe | Hi. I’m wondering what the appropriate way to cause the populate function to be rerun for an image. Specifically efi_hddimg_populate() http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/grub-efi.bbclass?h=fido#n58 | 01:58 |
---|---|---|
Cardoe | I’m using the meta-virtualization layer to build xen-image-minimal and I’m finding that xen.gz is not being installed into the EFI partition like I would expect per http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/recipes-extended/images/xen-image-minimal.bb?h=fido#n33 | 01:59 |
qknight | Cardoe: if you change something in the configuration it will be executed again, if you just reevaluate your conf/local.conf without any change it won't rerun | 01:59 |
Cardoe | I’ve renamed grubefi_populate_append to efi_hddimg_populate_append and efi_populate_append with no effect. | 02:00 |
Cardoe | qknight: so I’ve done bitbake -c cleansstate xen-image-minimal ; bitbake xen-image-minimal | 02:00 |
Cardoe | between the renames thinking that was enough but now I’m wondering if its not enough. | 02:01 |
qknight | Cardoe: check the archives modification date | 02:01 |
kergoth | that's fine. you don't even need cleansstate, there's no sstate in images | 02:01 |
kergoth | either clean and rebuild, or bitbake -c rootfs -f xen-image-minimal | 02:01 |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 02:03 | |
Cardoe | So then I guess neither of those renames work. | 02:04 |
Cardoe | I tried to match what syslinux is doing in that xen-image-minimal | 02:05 |
*** Cardoe_ <Cardoe_!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 02:07 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 02:09 | |
*** Cardoe_ is now known as Cardoe | 02:09 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:9078:da85:e355:e04f> has quit IRC | 02:11 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 02:16 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 02:16 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 02:18 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has joined #yocto | 02:20 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 02:24 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 02:31 | |
*** bananadev <bananadev!~dev@117.6.99.240> has joined #yocto | 02:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 02:36 | |
*** sameo <sameo!~samuel@192.55.55.37> has quit IRC | 02:43 | |
qknight | how to enable amd driver in yocto? i have a pcie amd card and i've added meta-amd/common and recompiled everything. still no sign of a radeon driver in the system | 02:44 |
qknight | and i want to try the open source driver first (not the catalyst driver) | 02:47 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 02:47 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 02:53 | |
-YoctoAutoBuilder- build #529 of nightly-x86-64 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/529 | 02:53 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 02:56 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 02:58 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 03:04 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 03:05 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 03:08 | |
-YoctoAutoBuilder- build #529 of nightly-x86 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/529 | 03:12 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:17 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has quit IRC | 03:21 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 03:33 | |
*** redengin <redengin!~redengin@2601:600:9200:7ab0:3176:2469:db6c:595f> has joined #yocto | 03:47 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 03:49 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 03:50 | |
*** pohly <pohly!~pohly@p5DE8EC66.dip0.t-ipconnect.de> has joined #yocto | 03:55 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 03:57 | |
*** pohly1 <pohly1!~pohly@p57A56C7D.dip0.t-ipconnect.de> has joined #yocto | 04:00 | |
*** pohly <pohly!~pohly@p5DE8EC66.dip0.t-ipconnect.de> has quit IRC | 04:02 | |
*** Klox <Klox!~Jacob@c-24-15-54-56.hsd1.il.comcast.net> has joined #yocto | 04:05 | |
*** pohly1 <pohly1!~pohly@p57A56C7D.dip0.t-ipconnect.de> has quit IRC | 04:07 | |
*** pohly <pohly!~pohly@p57A56C7D.dip0.t-ipconnect.de> has joined #yocto | 04:08 | |
-YoctoAutoBuilder- build #529 of nightly-arm is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/529 | 04:12 | |
*** sameo <sameo!samuel@nat/intel/x-zgveykfznktamimc> has joined #yocto | 04:15 | |
*** AndersD <AndersD!~anders@h83-209-191-235.dynamic.se.alltele.net> has joined #yocto | 04:17 | |
*** stwcx <stwcx!~stwcx@108-215-4-10.lightspeed.austtx.sbcglobal.net> has quit IRC | 04:22 | |
-YoctoAutoBuilder- build #509 of nightly-fsl-ppc is complete: Failure [failed Building Toolchain Images Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/509 | 04:24 | |
*** Aethenelle <Aethenelle!~Aethenell@107.138.98.226> has quit IRC | 04:27 | |
*** aehs29 <aehs29!~aehernan@134.134.137.75> has joined #yocto | 04:28 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 04:51 | |
-YoctoAutoBuilder- build #168 of nightly-mips64 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/168 | 04:53 | |
-YoctoAutoBuilder- build #522 of nightly-mips is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/522 | 04:59 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 04:59 | |
*** khem` is now known as onoffon | 05:00 | |
*** onoffon is now known as khem` | 05:00 | |
*** khem` is now known as onoffon | 05:00 | |
*** onoffon is now known as khem` | 05:01 | |
*** khem` is now known as onoffon | 05:01 | |
*** onoffon is now known as khem` | 05:01 | |
*** joshuagl <joshuagl!~joshuagl@host86-186-235-107.range86-186.btcentralplus.com> has quit IRC | 05:06 | |
*** joshuagl <joshuagl!~joshuagl@host109-153-186-13.range109-153.btcentralplus.com> has joined #yocto | 05:08 | |
-YoctoAutoBuilder- build #521 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/521 | 05:17 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 05:28 | |
-YoctoAutoBuilder- build #169 of nightly-arm64 is complete: Failure [failed Building Toolchain Images Running SDK Sanity Tests Building Toolchain Images_1 Running SDK Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/169 | 05:33 | |
-YoctoAutoBuilder- build #520 of nightly-x86-lsb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/520 | 05:40 | |
*** aehs29 <aehs29!~aehernan@134.134.137.75> has left #yocto | 05:40 | |
*** sujith_h <sujith_h!~toaster@139.181.35.34> has joined #yocto | 05:51 | |
*** sujith_h <sujith_h!~toaster@139.181.35.34> has quit IRC | 05:52 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto | 05:52 | |
*** frsc <frsc!~frsc@80.149.173.68> has joined #yocto | 05:57 | |
*** frsc <frsc!~frsc@80.149.173.68> has quit IRC | 05:58 | |
*** frsc <frsc!~frsc@80.149.173.68> has joined #yocto | 05:59 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has joined #yocto | 06:20 | |
*** binhnk <binhnk!~binhnk@117.6.99.240> has quit IRC | 06:20 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 06:20 | |
*** ka6sox is now known as zz_ka6sox | 06:21 | |
*** binhnk <binhnk!~binhnk@117.6.99.240> has joined #yocto | 06:21 | |
*** zz_ka6sox is now known as Guest47877 | 06:21 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 06:22 | |
*** sameo <sameo!samuel@nat/intel/x-zgveykfznktamimc> has quit IRC | 06:25 | |
abelal | morning fellas | 06:44 |
*** Biliogadafr <Biliogadafr!~User@62.214.49.206> has joined #yocto | 06:45 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto | 07:04 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 07:05 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 07:06 | |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has quit IRC | 07:06 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 07:10 | |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has joined #yocto | 07:11 | |
*** _valle_ <_valle_!~valle@195-198-200-72.customer.telia.com> has joined #yocto | 07:12 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has joined #yocto | 07:13 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has quit IRC | 07:13 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 07:13 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has joined #yocto | 07:14 | |
bluelightning | morning all | 07:14 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nixlifrvrrowverx> has joined #yocto | 07:15 | |
*** jbrianceau_away is now known as jbrianceau | 07:16 | |
*** noraply <noraply!~nora@sestofw01.enea.se> has joined #yocto | 07:17 | |
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto | 07:17 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 07:17 | |
*** noraply <noraply!~nora@sestofw01.enea.se> has quit IRC | 07:20 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 07:21 | |
*** maxin1 <maxin1!~maxin@194.136.86.45> has joined #yocto | 07:22 | |
*** ant_work <ant_work!~ant__@host156-0-dynamic.51-79-r.retail.telecomitalia.it> has joined #yocto | 07:24 | |
*** rfolino <rfolino!~rfolino@93-51-177-218.ip268.fastwebnet.it> has joined #yocto | 07:42 | |
*** binhnk <binhnk!~binhnk@117.6.99.240> has quit IRC | 07:44 | |
*** bananadev <bananadev!~dev@117.6.99.240> has quit IRC | 07:44 | |
*** bananadev <bananadev!~dev@117.6.99.240> has joined #yocto | 07:44 | |
*** binhnk <binhnk!~binhnk@117.6.99.240> has joined #yocto | 07:44 | |
*** jku <jku!jku@nat/intel/x-rrnhkrklxajzothr> has joined #yocto | 07:46 | |
*** Guest66375 <Guest66375!~soumya@122.171.121.197> has joined #yocto | 08:00 | |
*** Guest66375 <Guest66375!~soumya@122.171.121.197> has quit IRC | 08:07 | |
*** grma <grma!~gruberm@chello213047201250.tirol.surfer.at> has quit IRC | 08:12 | |
*** fredcadete <fredcadete!d4a63893@gateway/web/freenode/ip.212.166.56.147> has quit IRC | 08:13 | |
*** grma <grma!~gruberm@chello213047201250.tirol.surfer.at> has joined #yocto | 08:13 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 08:20 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-tkygifrofzesrzru> has joined #yocto | 08:37 | |
*** belen <belen!Adium@nat/intel/x-oglqhpmliouzxgwl> has joined #yocto | 08:38 | |
*** fl0v0 <fl0v0!~fvo@p54AF46C2.dip0.t-ipconnect.de> has joined #yocto | 08:39 | |
*** dshwang_ <dshwang_!~dshwang@134.134.139.78> has quit IRC | 08:44 | |
*** dshwang <dshwang!~dshwang@192.55.54.40> has joined #yocto | 08:44 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:47 | |
*** cisco <cisco!~soumya@122.172.133.134> has joined #yocto | 08:59 | |
*** cisco is now known as Guest86362 | 08:59 | |
*** matteo <matteo!~matteo@openwrt/developer/matteo> has joined #yocto | 09:04 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 09:05 | |
*** qknight <qknight!~joachim@nixcloud.org> has quit IRC | 09:05 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 09:06 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has quit IRC | 09:07 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:08 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 09:10 | |
*** hundeboll <hundeboll!~hundeboll@open-mesh.org/catwoman/hundeboll> has quit IRC | 09:17 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 09:24 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 09:24 | |
*** mckoan|away is now known as mckoan | 09:27 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has quit IRC | 09:35 | |
*** t0mmy_ <t0mmy_!~tprrt@217.114.201.133> has joined #yocto | 09:40 | |
t0mmy_ | Hello everyone | 09:41 |
*** Guest86362 <Guest86362!~soumya@122.172.133.134> has quit IRC | 09:43 | |
*** hundeboll <hundeboll!~hundeboll@open-mesh.org/catwoman/hundeboll> has joined #yocto | 09:45 | |
*** Ox4 <Ox4!~user@unaffiliated/zloy> has joined #yocto | 09:55 | |
Ox4 | hello yocto-gurus :) | 09:56 |
Ox4 | I have the following recipe: http://dpaste.com/3GKSFM3 and after trying to build it I receive the following errors: http://dpaste.com/1R402EJ | 09:57 |
Ox4 | could somebody help me? | 09:57 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 09:58 | |
bluelightning | Ox4: try adding a line setting INITSCRIPT_NAME to a dummy value | 10:01 |
Ox4 | bluelightning: dummy value? | 10:02 |
bluelightning | actually, forget that | 10:02 |
bluelightning | shouldn't be necessary | 10:02 |
bluelightning | er | 10:03 |
bluelightning | the suffix you're adding to INITSCRIPT_NAME and INITSCRIPT_PARAMS should be a package name | 10:03 |
bluelightning | are ${PN}-powerbeacon and ${PN}-watchdog actually in PACKAGES? | 10:03 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 10:03 | |
bluelightning | if not, that is why it is not working | 10:03 |
Ox4 | can I use it like this one: INITSCRIPT_NAME-watchdog = "watchdog" ? | 10:03 |
Ox4 | watchdog in a SRC_URI="file://" and powerbeacon.sh in a package | 10:04 |
bluelightning | If you use INITSCRIPT_NAME_watchdog but then *only* if "watchdog" is in PACKAGES (and it would not be sensible to do have this recipe produce a package called simply "watchdog") | 10:04 |
Ox4 | bluelightning: hm | 10:05 |
bluelightning | the way update-rc.d.bbclass works, you cannot have more than one initscript per package; you can have more than one in the same recipe but they have to be in separate packages | 10:05 |
Ox4 | bluelightning: here is the full recipe: http://dpaste.com/12T5P5S | 10:06 |
Ox4 | understood, thank you | 10:07 |
bluelightning | the second SRC_URI line is wiping out the first, btw | 10:07 |
bluelightning | either set them both in the same assignment statement or use += in the second one | 10:08 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 10:08 | |
Ox4 | I'll make a separate packages | 10:10 |
Ox4 | bluelightning: thank you for the support | 10:10 |
bluelightning | Ox4: fix your typos as well "defautls" | 10:13 |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 10:16 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 10:17 | |
Ox4 | bluelightning: fixed :) | 10:18 |
Ox4 | bluelightning: http://dpaste.com/2JRW78Y | 10:18 |
raykinsella78 | vim puts tabs where I want spaces and vica-versa | 10:18 |
bluelightning | Ox4: quite clearly not fixed | 10:19 |
bluelightning | Ox4: latest version of the recipe? | 10:19 |
Ox4 | bluelightning: http://dpaste.com/2D2W119 | 10:20 |
bluelightning | Ox4: as I wrote above your SRC_URI needs fixing | 10:20 |
Ox4 | ah | 10:21 |
Ox4 | += | 10:21 |
Ox4 | ok | 10:21 |
bluelightning | Ox4: also as I said you don't need a separate recipe, just a separate package in the same recipe | 10:21 |
Ox4 | bluelightning: but actually I build my watchdog separatly and I think I is better to install the script to init.d directory in this recipe as well | 10:23 |
Ox4 | bluelightning: hm, the same error :-( | 10:23 |
Ox4 | bluelightning: I just changed SRC_URI += "file://watchdog" | 10:24 |
bluelightning | do you have a "watchdog" file in a subdir next to the recipe? | 10:24 |
Ox4 | bluelightning: sure | 10:25 |
Ox4 | http://dpaste.com/2ZHKVJW | 10:25 |
bluelightning | oh | 10:25 |
bluelightning | wait... you're checking out a directory called watchdog, and the file is also called watchdog | 10:25 |
bluelightning | that's not going to work | 10:25 |
bluelightning | rename the file to watchdog.init perhaps | 10:25 |
Ox4 | bluelightning: here is the directory tree: http://dpaste.com/35WJAB1 | 10:25 |
Ox4 | hm | 10:26 |
Ox4 | ok | 10:26 |
bluelightning | doesn't actually matter what the file is called at source since you can specify what it should be called at the destination in the install line | 10:26 |
bananadev | watchdog is file name and folder name also? | 10:26 |
Ox4 | http://dpaste.com/0V2DX11 | 10:28 |
Ox4 | ok, I will do one recipe for all scripts | 10:28 |
bluelightning | Ox4: your install line source path is wrong | 10:29 |
bluelightning | Ox4: you know, if you read the error messages and look in the workdir for the recipe to see where files are going, you'll have a much easier time... | 10:29 |
*** cisco <cisco!~soumya@122.172.175.206> has joined #yocto | 10:29 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 10:30 | |
*** cisco is now known as Guest11299 | 10:30 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 10:30 | |
*** Klox <Klox!~Jacob@c-24-15-54-56.hsd1.il.comcast.net> has quit IRC | 10:30 | |
Ox4 | bluelightning: yes, I know, but how can I copy the sript from files directory? | 10:31 |
*** belen1 <belen1!Adium@nat/intel/x-dzmpsbvqjobmkhzd> has joined #yocto | 10:31 | |
CTtpollard | Hi, if I'm doing multiple builds for different boards on the same build machine is there anything I can do to share components between builds beyond sharing a dl_dir in local conf? | 10:31 |
bluelightning | Ox4: it is being copied | 10:31 |
bluelightning | Ox4: but you're telling it to install the script from ${S}, that's not where it is - it's in ${WORKDIR} | 10:32 |
*** belen <belen!Adium@nat/intel/x-oglqhpmliouzxgwl> has quit IRC | 10:32 | |
rburton | CTtpollard: share DL_DIR and SSTATE_DIR | 10:34 |
Ox4 | bluelightning: I've tried to use .., but it doesn't work | 10:34 |
Ox4 | install -m 0755 /home/vadimi/yocto/poky/build/tmp/work/cortexa8-vfp-neon-poky-linux-gnueabi/powerbeacon-watchdog/1.0-r0/watchdog/../watchdog.init /home/vadimi/yocto/poky/build/tmp/work/cortexa8-vfp-neon-poky-linux-gnueabi/powerbeacon-watchdog/1.0-r0/image/etc/init.d/watchdog | 10:34 |
Ox4 | bluelightning: anyway, thank you for the hint | 10:35 |
bluelightning | Ox4: why use ..? just use ${WORKDIR} | 10:35 |
CTtpollard | rburton: I'll take a deeper look into sstate_dir, thanks | 10:35 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 10:37 | |
Ox4 | bluelightning: install: cannot create regular file '/home/vadimi/yocto/poky/build/tmp/work/cortexa8-vfp-neon-poky-linux-gnueabi/powerbeacon-watchdog/1.0-r0/image/etc/init.d/watchdog': No such file or directory | 10:39 |
Ox4 | bluelightning: http://dpaste.com/38HE02Y | 10:39 |
Ox4 | ah | 10:40 |
Ox4 | INITSCRIPT_NAME | 10:40 |
bananadev | Do you create directory etc/init.d | 10:40 |
bananadev | before install watchdog.init | 10:41 |
Ox4 | install -d ${D}{sysconfdir}/init.d | 10:41 |
Ox4 | yes | 10:41 |
Ox4 | it is in do_install function | 10:41 |
bananadev | you miss '$' at sysconfdir | 10:42 |
Ox4 | omg | 10:42 |
Ox4 | thanks | 10:42 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 10:48 | |
Ox4 | I have another question | 10:51 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has quit IRC | 10:51 | |
Ox4 | I set INITSCRIPT_PARAMS = "defaults" for another script but I don't see any symlink to it in /etc/rc#.d | 10:52 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 10:55 | |
bananadev | It will be executed when you install your package to rootfs | 10:59 |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC | 11:00 | |
*** ant_work <ant_work!~ant__@host156-0-dynamic.51-79-r.retail.telecomitalia.it> has quit IRC | 11:00 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 11:00 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-tkygifrofzesrzru> has quit IRC | 11:01 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has joined #yocto | 11:03 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 11:07 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 11:08 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 11:11 | |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has quit IRC | 11:13 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 11:13 | |
*** ant_work <ant_work!~ant__@host156-0-dynamic.51-79-r.retail.telecomitalia.it> has joined #yocto | 11:13 | |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has joined #yocto | 11:14 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 11:14 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 11:16 | |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.45> has joined #yocto | 11:19 | |
*** belen1 <belen1!Adium@nat/intel/x-dzmpsbvqjobmkhzd> has quit IRC | 11:19 | |
*** belen <belen!Adium@nat/intel/x-qdmqaznkvxlyntxx> has joined #yocto | 11:19 | |
*** bananadev <bananadev!~dev@117.6.99.240> has quit IRC | 11:23 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has quit IRC | 11:25 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 11:26 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has joined #yocto | 11:30 | |
Ox4 | anyway I don't see the symlinks in runlevels directories for this script | 11:31 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 11:39 | |
*** tsramos <tsramos!~tsramos@134.134.139.76> has joined #yocto | 11:45 | |
Ox4 | Also is there a documentation how to build custom u-boot? | 11:47 |
*** neg <neg!~neg@unaffiliated/neg> has quit IRC | 11:47 | |
*** neg <neg!~neg@dynamic.0.6.79d1f80.14cc20ac3a53.cust.bredband2.com> has joined #yocto | 11:48 | |
*** neg <neg!~neg@unaffiliated/neg> has joined #yocto | 11:48 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 11:49 | |
CTtpollard | what's the difference between SSTATE_DIR & SSTATE_MIRRORS if you point them to the same local dir? | 11:52 |
bluelightning | CTtpollard: you wouldn't point them to the same local dir, that wouldn't accomplish anything (and may break things) | 11:56 |
CTtpollard | from the comments in localconf I can't really parse the difference between the two options | 11:57 |
CTtpollard | is there anywhere I can look for the explanation? | 11:59 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 12:00 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 12:02 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 12:03 | |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.45> has quit IRC | 12:04 | |
bluelightning | CTtpollard: you could look at http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-SSTATE_MIRRORS | 12:05 |
bluelightning | CTtpollard: ultimately though SSTATE_DIR is the local directory where sstate artifacts will be written to and read from, SSTATE_MIRRORS points to one or more locations to try to read sstate artifacts from | 12:06 |
bluelightning | the latter may be remote | 12:06 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 12:11 | |
*** belen1 <belen1!Adium@nat/intel/x-tynjulirahgslreu> has joined #yocto | 12:17 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 12:18 | |
*** belen <belen!Adium@nat/intel/x-qdmqaznkvxlyntxx> has quit IRC | 12:19 | |
CTtpollard | bluelightning: so, if I want to share a local state artifacts between builds on the same machine, I should just use sstate_dir? | 12:20 |
bluelightning | CTtpollard: you can do that yes | 12:20 |
CTtpollard | but then all builds would write to it, where as I could have only one write to it and the others just pull from it with sstate_mirrors? | 12:21 |
bluelightning | you could set it up either way; we've taken steps to ensure that you won't get partially-written files, so concurrent access should be fine | 12:22 |
CTtpollard | bluelightning: thanks for the, I understand the R/W difference between the two now | 12:23 |
CTtpollard | *the help | 12:23 |
*** qknight <qknight!~joachim@nixcloud.org> has joined #yocto | 12:23 | |
qknight | hey. i want to have qmake and development tools from qt in my target system using yocto. how to do that? | 12:24 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 12:24 | |
bluelightning | CTtpollard: no problem | 12:25 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 12:26 | |
bluelightning | qknight: qt4-tools is the package contains qmake + other tools | 12:29 |
qknight | i want tqt5 | 12:29 |
qknight | i meant qt5, sorry | 12:29 |
LetoThe2nd | qknight: have a good look at meta-qt5, then | 12:29 |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 12:29 | |
qknight | LetoThe2nd: i'm on daisy and there is not meta-qt5 as far as i can tell | 12:30 |
qknight | LetoThe2nd: nativesdk-packagegroup-qt5-toolchain-host <- maybe this? | 12:30 |
LetoThe2nd | qknight: https://github.com/meta-qt5/meta-qt5 tells something different | 12:30 |
qknight | LetoThe2nd: oh, of course you are refering to the meta-qt5 repository | 12:32 |
LetoThe2nd | what else? | 12:32 |
qknight | LetoThe2nd: i have that already included and qtbase installed but that qtbase won't pull qmake for instance | 12:32 |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has joined #yocto | 12:32 | |
qknight | LetoThe2nd: what else? in gentoo some packages were called foo-meta so that they pull in all kinds of other packages, hence the name. for instance this was used with kde-meta to install all of kde4 applications | 12:33 |
bluelightning | qknight: qtbase-tools ? | 12:33 |
LetoThe2nd | qknight: well i said meta-qt5, i thought its obvious i meant the layer. | 12:33 |
bluelightning | LetoThe2nd: if you're new-ish to the project, probably not | 12:33 |
LetoThe2nd | and https://github.com/meta-qt5/meta-qt5/tree/daisy/recipes-qt/qt5 suggests that there's qttools for daisy, version 5.2.1 | 12:33 |
qknight | LetoThe2nd: nativesdk-qttools maybe? i post the complete list, wait a second | 12:33 |
LetoThe2nd | bluelightning: yeah, maybe | 12:33 |
bluelightning | to complicate things we also use meta- in the other way as well (not very often, but in places) | 12:34 |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 12:34 | |
LetoThe2nd | qknight: nativesdk is something else. | 12:34 |
bluelightning | qknight: nativesdk-* are for the host part of the SDK, not for the target | 12:34 |
LetoThe2nd | qknight: have you checked the qttools package? | 12:34 |
qknight | LetoThe2nd: anyway, thanks very much. i think i will try a few of the packages ;-) | 12:35 |
qknight | LetoThe2nd: qttools or qttools-native? | 12:35 |
bluelightning | -native is for the build host | 12:35 |
qknight | LetoThe2nd: never installed qttools yet | 12:35 |
qknight | LetoThe2nd: ok, thanks! | 12:35 |
LetoThe2nd | qknight: thats at least my bet. | 12:36 |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has joined #yocto | 12:37 | |
-YoctoAutoBuilder- build #530 of nightly-x86-64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/530 | 12:38 | |
*** IvanSB <IvanSB!~IvanSB@2a01:2000:2000:f9af:f279:59ff:fe64:3a8> has quit IRC | 12:41 | |
*** Guest47877 is now known as ka6sox | 12:43 | |
*** raykinsella78 <raykinsella78!~rkinsell@192.198.151.43> has left #yocto | 12:47 | |
*** xnox <xnox!~xnox@ubuntu/member/xnox> has joined #yocto | 12:49 | |
*** lamego <lamego!~jose@134.134.137.73> has joined #yocto | 12:54 | |
Ox4 | guys how can I add custom u-boot for my machine? | 12:55 |
qknight | Ox4: freescale board? | 12:55 |
Ox4 | qknight: nope :-( | 12:55 |
Ox4 | our own board | 12:55 |
qknight | Ox4: ok, then ask yourself? ;-) | 12:56 |
qknight | Ox4: srly, you have probably two options | 12:56 |
*** Aethenelle <Aethenelle!~Aethenell@166.175.63.36> has joined #yocto | 12:56 | |
Ox4 | qknight: ? | 12:56 |
qknight | Ox4: either using a sd-card where the u-boot is on or using an internal flash where the u-boot is in | 12:56 |
qknight | Ox4: which board is that exactly? | 12:56 |
Ox4 | I am going to append my own recipe but I doubt that it is the correct way | 12:56 |
qknight | Ox4: depends on the board and how the image is built | 12:57 |
Ox4 | qknight: it has internal flash | 12:57 |
qknight | Ox4: on arm you can use the target 'sdcard' and then it 'can' include the u-boot | 12:57 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.98> has quit IRC | 12:58 | |
qknight | Ox4: often you can switch between internal flash uboot and sd-card uboot using a switch on the board, is there one? | 12:58 |
*** tsramos <tsramos!~tsramos@134.134.139.76> has quit IRC | 12:59 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 13:00 | |
Ox4 | qknight: yes I have an ARM architecture, but I have own source of u-boot and its config | 13:01 |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 13:01 | |
Ox4 | qknight: should I write my own recipe for it? | 13:01 |
qknight | Ox4: first find out who the uboot is loaded | 13:01 |
*** tsramos <tsramos!~tsramos@134.134.137.73> has joined #yocto | 13:01 | |
Ox4 | qknight: what do you mean? | 13:02 |
LetoThe2nd | you have a littel discrepancy here. Ox4 is talking about building the u-boot binary, qknight is talking about using it. | 13:04 |
qknight | LetoThe2nd: oh, thanks for pointing out | 13:04 |
LetoThe2nd | Ox4: usually one writes a specific u-boot recipe that fits only the targetted machine | 13:05 |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 13:05 | |
LetoThe2nd | Ox4: examples: https://github.com/linux4sam/meta-atmel/tree/master/recipes-bsp/u-boot | 13:05 |
LetoThe2nd | Ox4: specifically https://github.com/linux4sam/meta-atmel/blob/master/recipes-bsp/u-boot/u-boot-at91_2014.07.bb | 13:06 |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC | 13:06 | |
Ox4 | LetoThe2nd: thanks | 13:07 |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 13:09 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 13:09 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 13:09 | |
*** belen1 <belen1!Adium@nat/intel/x-tynjulirahgslreu> has quit IRC | 13:10 | |
qknight | i've added meta-amd and included the common direcotry in my bblayers.conf (my target is a PPC machine with a firegl pcie card). the problem: http://paste.ubuntu.com/12876579/ <- am i supposed to install linux-amd now? | 13:11 |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 13:11 | |
*** scot_ <scot_!~scot@130.164.62.160> has joined #yocto | 13:11 | |
bluelightning | qknight: is meta-amd actually meant to support those graphics cards or is it meant for AMD SOCs ? | 13:12 |
bluelightning | I thought the latter, but I'm not sure | 13:12 |
qknight | bluelightning: not really sure. probably only SoC | 13:12 |
LetoThe2nd | looks very much like soc only. probably you'd rather want a proper setup of kernel drivers and mesa etc. | 13:14 |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto | 13:14 | |
qknight | LetoThe2nd: thanks for pointing that out! | 13:15 |
qknight | might be a huge time-saver | 13:15 |
LetoThe2nd | can't tell if things are in place and properly supported for ppc in the kernel and mesa, though. | 13:17 |
qknight | LetoThe2nd: i'd like to try. do you have any pointers? | 13:19 |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 13:20 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~LocutusOf@93.51.30.27> has quit IRC | 13:20 | |
LetoThe2nd | qknight: like, running menuconfig on kernel source with ARCH set properly, then check what the video/gpu driver options are. | 13:21 |
qknight | LetoThe2nd: exactly! thanks | 13:21 |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC | 13:23 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 13:23 | |
qknight | is there a way to speedup the 'parsing recipes: 20% ######" ...? | 13:30 |
*** AndersD <AndersD!~anders@h83-209-191-235.dynamic.se.alltele.net> has quit IRC | 13:31 | |
LetoThe2nd | qknight: faster disk, more ram? | 13:31 |
LetoThe2nd | stash everything in a tmpfs? | 13:31 |
qknight | LetoThe2nd: yeah, probably the disk inside the VM | 13:31 |
qknight | LetoThe2nd: then the answer for me is: NO ;P | 13:31 |
LetoThe2nd | OMG building inside a vm | 13:31 |
LetoThe2nd | the setup of doom. | 13:32 |
qknight | lol, not at all ;-) | 13:32 |
LetoThe2nd | *SCNR* | 13:32 |
LetoThe2nd | ok, a vm with 64+X GB ram will do the trick nicely, i'd guess. tmpfs then again. | 13:32 |
qknight | already gave it 6gb, can't afford for more ;P | 13:33 |
LetoThe2nd | then no improvement for you, sorry. | 13:33 |
*** Guest11299 <Guest11299!~soumya@122.172.175.206> has quit IRC | 13:35 | |
bluelightning | qknight: are you seeing it generally being slow, or is it stalling at certain points for a long time? | 13:36 |
*** didrocks <didrocks!~didrocks@ber69-1-78-193-232-157.fbxo.proxad.net> has joined #yocto | 13:39 | |
didrocks | hey guys :) | 13:40 |
xnox | bluelightning: introducing didrocks (didier roche). | 13:40 |
bluelightning | hi didrocks | 13:40 |
xnox | didrocks: intorucing #yocto =) | 13:40 |
didrocks | hey bluelightning, thanks xnox! | 13:40 |
*** tsramos <tsramos!~tsramos@134.134.137.73> has quit IRC | 13:43 | |
*** tsramos <tsramos!~tsramos@134.134.139.76> has joined #yocto | 13:44 | |
*** belen2 <belen2!Adium@nat/intel/x-eidebxdytotxjhoa> has joined #yocto | 13:44 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 13:46 | |
qknight | bluelightning: for every: bitbake fsl-image-x11 it takes about 3minutes to parse the recipes | 13:46 |
qknight | bluelightning: is that normal? | 13:46 |
bluelightning | 3 minutes is a little bit longer than I'd expect, and is it absolutely every time or only every time you change the configuration? | 13:47 |
qknight | bluelightning: yes only with changed configuration | 13:47 |
bluelightning | ok, that is how it should be working | 13:47 |
bluelightning | the parsing time will vary with the number of layers you have in bblayers.conf and the number of recipes they contain | 13:47 |
*** aime-Pierre <aime-Pierre!~Thunderbi@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 14:01 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has joined #yocto | 14:02 | |
*** Aethenelle <Aethenelle!~Aethenell@166.175.63.36> has quit IRC | 14:02 | |
*** belen2 <belen2!Adium@nat/intel/x-eidebxdytotxjhoa> has quit IRC | 14:03 | |
*** alimon1 <alimon1!~alimon@192.55.54.38> has quit IRC | 14:03 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:09 | |
*** dgm816 <dgm816!~dgm816@unaffiliated/orkim> has quit IRC | 14:10 | |
*** Crofton|road <Crofton|road!~balister@c-73-189-176-81.hsd1.ca.comcast.net> has joined #yocto | 14:16 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@193.56.60.161> has quit IRC | 14:17 | |
*** Crofton|road <Crofton|road!~balister@c-73-189-176-81.hsd1.ca.comcast.net> has quit IRC | 14:18 | |
*** Crofton|road <Crofton|road!~balister@c-73-189-176-81.hsd1.ca.comcast.net> has joined #yocto | 14:18 | |
*** aime-Pierre <aime-Pierre!~Thunderbi@81.56.46.209> has joined #yocto | 14:19 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC | 14:20 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 14:21 | |
Ox4 | http://dpaste.com/2J1J5JK | 14:22 |
Ox4 | it is not built :-( | 14:22 |
*** dgm816 <dgm816!~dgm816@unaffiliated/orkim> has joined #yocto | 14:24 | |
bluelightning | Ox4: I hope btw you aren't using the same name for your MACHINE as you are that recipe we were discussing earlier | 14:25 |
bluelightning | also, there is a *lot* more to building u-boot than what you're putting in there | 14:26 |
bluelightning | see our own u-boot recipes, which I'd suggest you bbappend (or at least share inc files with) | 14:26 |
Ox4 | bluelightning: my MACHINE is powerbeacon | 14:27 |
bluelightning | is that recipe also called powerbeacon ? | 14:27 |
-YoctoAutoBuilder- build #530 of nightly-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/530 | 14:27 | |
Ox4 | bluelightning: I named it meta-powerbeacon/recipes-bsp/u-boot/u-boot_pb_2014.10.bb | 14:29 |
bluelightning | Ox4: no, the other one we were discussing earlier | 14:29 |
Ox4 | bluelightning: do you mean watchdog recipe? | 14:32 |
Ox4 | bluelightning: how can I set my own u-boot config file if I will use bbappend? | 14:33 |
bluelightning | I believe so yes, though I'm not an expert | 14:33 |
*** cisco <cisco!~soumya@122.172.71.78> has joined #yocto | 14:33 | |
bluelightning | on building/configuring u-boot | 14:34 |
*** cisco is now known as Guest5550 | 14:34 | |
Ox4 | me too :-( | 14:34 |
Ox4 | I see it for the first time :D | 14:34 |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 14:35 | |
bluelightning | Ox4: I would encourage you to have a look at meta/recipes-bsp/u-boot/u-boot.inc and then see if you can bbappend the recipe (or take a copy of the .bb file next to it) and change only the things you need to change | 14:38 |
-YoctoAutoBuilder- build #498 of nightly-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/498 | 14:39 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 14:45 | |
*** jku <jku!jku@nat/intel/x-rrnhkrklxajzothr> has quit IRC | 14:46 | |
Ox4 | bluelightning: if I want to include it in my recipe do I have to copy it to the directory with my recipe? | 14:47 |
*** neg <neg!~neg@unaffiliated/neg> has quit IRC | 14:47 | |
bluelightning | Ox4: no | 14:47 |
*** neg <neg!~neg@dynamic.0.6.79d1f80.14cc20ac3a53.cust.bredband2.com> has joined #yocto | 14:48 | |
*** alimon1 <alimon1!~alimon@192.55.54.42> has joined #yocto | 14:48 | |
bluelightning | Ox4: you need only have require recipes-bsp/u-boot/u-boot.inc in the .bb file | 14:48 |
*** neg <neg!~neg@dynamic.0.6.79d1f80.14cc20ac3a53.cust.bredband2.com> has quit IRC | 14:48 | |
*** neg <neg!~neg@unaffiliated/neg> has joined #yocto | 14:48 | |
Ox4 | thanks | 14:49 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 14:50 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 14:55 | |
-YoctoAutoBuilder- build #510 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/510 | 14:59 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has quit IRC | 15:00 | |
-YoctoAutoBuilder- build #169 of nightly-mips64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/169 | 15:02 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 15:04 | |
_4urele_ | hello everyone | 15:05 |
_4urele_ | did anyone tried to use webkit-gtk with wayland? | 15:05 |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC | 15:06 | |
*** alimon1 <alimon1!~alimon@192.55.54.42> has quit IRC | 15:06 | |
bluelightning | rburton: ^ | 15:07 |
rburton | _4urele_: as i understand it, webkit-gtk requires x11 right now | 15:07 |
rburton | _4urele_: http://www.igalia.com/webkitforwayland/ might be useful | 15:08 |
*** sjolley <sjolley!sjolley@nat/intel/x-fpwsssvdkaldiiux> has quit IRC | 15:08 | |
*** alimon1 <alimon1!~alimon@192.55.54.42> has joined #yocto | 15:08 | |
-YoctoAutoBuilder- build #521 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/521 | 15:11 | |
_4urele_ | rburton, Thanks a lot! I will take a look at this | 15:11 |
*** alimon1 <alimon1!~alimon@192.55.54.42> has quit IRC | 15:14 | |
*** bananadev <bananadev!b7512a90@gateway/web/freenode/ip.183.81.42.144> has joined #yocto | 15:15 | |
*** alimon1 <alimon1!~alimon@192.55.54.42> has joined #yocto | 15:18 | |
jmesmon | Is there anything that might prevent variables exported in bitbake.conf from being set in .bbappends? (I'm trying to use ${nonarch_libdir}, but it appears to be empty) | 15:20 |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 15:20 | |
*** jjmb1 <jjmb1!~jjmb@c-98-225-183-175.hsd1.pa.comcast.net> has quit IRC | 15:20 | |
bluelightning | jmesmon: no, that should not be possible | 15:20 |
bluelightning | jmesmon: are you sure your bbappend is actually being applied? | 15:21 |
bluelightning | jmesmon: bitbake -e recipename | less may help you double-check variable values | 15:21 |
jmesmon | bluelightning: I'll check that (might give me a clue), but I'm sure it's being applied: bitbake is complaining about '/modules-load.d/foo.conf' (should be /usr/lib/modules-load.d/foo.conf) which is installed by the append. | 15:22 |
bluelightning | ah ok, fair enough | 15:23 |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 15:24 | |
*** alimon1 <alimon1!~alimon@192.55.54.42> has quit IRC | 15:33 | |
*** alimon1 <alimon1!~alimon@192.55.54.42> has joined #yocto | 15:35 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 15:35 | |
*** maxin1 <maxin1!~maxin@194.136.86.45> has quit IRC | 15:36 | |
*** frsc <frsc!~frsc@80.149.173.68> has quit IRC | 15:40 | |
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto | 15:46 | |
neverpanic | What's the easiest way to find out which recipe build a package, when all I have is the package name? | 15:47 |
-YoctoAutoBuilder- build #510 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/510 | 15:48 | |
CTtpollard | grep for the package name in your build env? neverpanic | 15:48 |
*** _valle_ <_valle_!~valle@195-198-200-72.customer.telia.com> has quit IRC | 15:49 | |
neverpanic | CTtpollard: by "build env" you mean my build directory? I was hoping for a solution that produces little to no false positives :/ | 15:50 |
neverpanic | and bitbake -e $myimage doesn't even contain the package name I'm looking for. | 15:50 |
*** sameo <sameo!~samuel@192.55.55.37> has joined #yocto | 15:53 | |
*** pidge <pidge!~pidge@176.25.86.106> has joined #yocto | 15:54 | |
CTtpollard | hmm | 15:54 |
*** sjolley <sjolley!~sjolley@134.134.139.70> has quit IRC | 15:56 | |
CTtpollard | i'm not sure of a cleaner method, but it would be nice to know | 15:56 |
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto | 15:58 | |
*** Snert_ <Snert_!~snert_@69-161-21-126.static.acsalaska.net> has joined #yocto | 16:00 | |
*** armpit is now known as away | 16:00 | |
*** away is now known as Guest60845 | 16:00 | |
bananadev | neverpanic: you may try bitbake -g packagename, then grep the package in file pn-depends | 16:00 |
kergoth | -g takes a recipe name, not package name | 16:02 |
kergoth | and pn-depends lists PN, which is recipe names, not package names | 16:03 |
kergoth | -e image won't how anything about what packages exist, only what packages your image is installing, which are two different things | 16:03 |
kergoth | either grep for the package name in your layers/recipes, or try my bb tool's search or search-packages subcommands, i'd say | 16:04 |
kergoth | https://github.com/kergoth/bb | 16:04 |
JaMa | halstead: Hi, is there some known issue with openembedded-commits@lists.openembedded.org ? I haven't received any e-mail with new commits for last few weeks | 16:04 |
kergoth | of course, if you've already built the package you want, you could do a find in tmp/deploy/ | 16:04 |
*** Guest60845 <Guest60845!~akuster@2601:202:4000:1239:6de1:f851:17fb:8dc4> has quit IRC | 16:04 | |
bananadev | ah. sorrry. I misunderstood | 16:04 |
*** stephano <stephano!~stephano@74-92-165-193-Oregon.hfc.comcastbusiness.net> has joined #yocto | 16:05 | |
*** matteo <matteo!~matteo@openwrt/developer/matteo> has quit IRC | 16:07 | |
-YoctoAutoBuilder- build #523 of nightly-mips is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/523 | 16:09 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 16:10 | |
neverpanic | kergoth: hm, so find in tmp/deploy, then dpkg -f $file OE would work | 16:10 |
neverpanic | (with ipks and debs, that is) | 16:10 |
kergoth | you're searching for a file? you'd said you had a packaeg name, not file name | 16:10 |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:10 | |
kergoth | if you have af ile name, and you've built what you need, you can use oe-pkgdata-util, which works much better for that | 16:10 |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC | 16:11 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:11 | |
belen | neverpanic: the easiest way might be toaster, but you will to set it up and then re | 16:11 |
belen | then rebuild the image | 16:11 |
belen | which is a bit of work :) | 16:11 |
kergoth | good point | 16:11 |
neverpanic | I have the dependency information of a package, and I want to map that back into what DEPENDS should have been (because there should not be any cases where something is in RDEPENDS that isn't in DEPENDS) | 16:12 |
neverpanic | oe-pkgdata-util lookup-recipe is exactly what I need, thanks for the hint. | 16:13 |
kergoth | np | 16:14 |
*** didrocks <didrocks!~didrocks@ber69-1-78-193-232-157.fbxo.proxad.net> has quit IRC | 16:20 | |
halstead | JaMa, I can look into that in about an hour. Can you forward the last e-mail you received to michael@yoctoproject.org? | 16:21 |
*** mckoan is now known as mckoan|away | 16:24 | |
*** pidge <pidge!~pidge@176.25.86.106> has quit IRC | 16:25 | |
*** [Sno] <[Sno]!~sno@p5DD75323.dip0.t-ipconnect.de> has joined #yocto | 16:25 | |
JaMa | halstead: I've bounced last I have in my e-mail folder, but I'm not completely sure it was the very last one (maybe I've deleted some already) | 16:31 |
JaMa | halstead: and I don't know if it's issue with mailmain or git hook | 16:32 |
*** aime-Pierre <aime-Pierre!~Thunderbi@81.56.46.209> has quit IRC | 16:32 | |
*** t0mmy_ <t0mmy_!~tprrt@217.114.201.133> has quit IRC | 16:33 | |
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC | 16:33 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:35 | |
*** ant_work <ant_work!~ant__@host156-0-dynamic.51-79-r.retail.telecomitalia.it> has quit IRC | 16:38 | |
*** fl0v0 <fl0v0!~fvo@p54AF46C2.dip0.t-ipconnect.de> has quit IRC | 16:40 | |
*** Biliogadafr <Biliogadafr!~User@62.214.49.206> has quit IRC | 16:42 | |
*** bananadev <bananadev!b7512a90@gateway/web/freenode/ip.183.81.42.144> has quit IRC | 16:48 | |
*** rfolino <rfolino!~rfolino@93-51-177-218.ip268.fastwebnet.it> has quit IRC | 17:03 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 17:09 | |
*** jbrianceau is now known as jbrianceau_away | 17:10 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 17:13 | |
*** t0mmy <t0mmy!~tprrt@ram31-2-82-228-88-46.fbx.proxad.net> has joined #yocto | 17:27 | |
*** grma <grma!~gruberm@chello213047201250.tirol.surfer.at> has quit IRC | 17:36 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:f506:5da5:f934:ed8d> has joined #yocto | 17:37 | |
*** dreyna4529 <dreyna4529!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 17:39 | |
*** tsramos <tsramos!~tsramos@134.134.139.76> has quit IRC | 17:58 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has left #yocto | 17:58 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 17:59 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 17:59 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-13-121.nwrknj.east.verizon.net> has quit IRC | 17:59 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 17:59 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has quit IRC | 18:01 | |
*** tsramos <tsramos!tsramos@nat/intel/x-xntmcfxgzslcitvt> has joined #yocto | 18:02 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 18:03 | |
*** tsramos <tsramos!tsramos@nat/intel/x-xntmcfxgzslcitvt> has quit IRC | 18:03 | |
*** tsramos <tsramos!~tsramos@134.134.139.76> has joined #yocto | 18:04 | |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 18:06 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 18:06 | |
*** Crofton|work <Crofton|work!~balister@108.44.121.22> has joined #yocto | 18:12 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 18:19 | |
*** grma <grma!~gruberm@chello213047201250.tirol.surfer.at> has joined #yocto | 18:22 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 18:26 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 18:26 | |
*** tsramos_ <tsramos_!~tsramos@134.134.137.73> has joined #yocto | 18:27 | |
*** tjp471 <tjp471!4432d82d@gateway/web/freenode/ip.68.50.216.45> has joined #yocto | 18:29 | |
*** tsramos <tsramos!~tsramos@134.134.139.76> has quit IRC | 18:30 | |
*** [Sno] <[Sno]!~sno@p5DD75323.dip0.t-ipconnect.de> has quit IRC | 18:32 | |
*** [Sno] <[Sno]!~sno@static-87-79-200-121.netcologne.de> has joined #yocto | 18:32 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 18:32 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 18:33 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 18:36 | |
*** demonimin <demonimin!~demonimin@pro75-5-88-162-203-35.fbx.proxad.net> has joined #yocto | 18:38 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 18:38 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 18:48 | |
*** tsramos_ <tsramos_!~tsramos@134.134.137.73> has quit IRC | 18:50 | |
*** tsramos <tsramos!~tsramos@192.55.54.43> has joined #yocto | 18:51 | |
*** khem` is now known as onoffon | 18:54 | |
*** Guest5550 <Guest5550!~soumya@122.172.71.78> has left #yocto | 18:55 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 18:56 | |
*** tsramos_ <tsramos_!tsramos@nat/intel/x-cdqobivnlhkexvlf> has joined #yocto | 19:08 | |
*** onoffon is now known as khem` | 19:10 | |
*** tsramos <tsramos!~tsramos@192.55.54.43> has quit IRC | 19:10 | |
*** stwcx <stwcx!~stwcx@108-215-4-10.lightspeed.austtx.sbcglobal.net> has joined #yocto | 19:17 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nixlifrvrrowverx> has quit IRC | 19:20 | |
*** belen <belen!~Adium@192.198.151.45> has joined #yocto | 19:25 | |
*** belen <belen!~Adium@192.198.151.45> has quit IRC | 19:29 | |
*** jozzan <jozzan!~felix@ip-95-222-60-198.hsi15.unitymediagroup.de> has joined #yocto | 19:33 | |
jozzan | hi, anybody there that would answer me a quick question? | 19:33 |
jozzan | I'm wanting to introduce a package group in one of my recipes and it complains about not having specified the License Field.Is this a necessity for packagegroups? | 19:36 |
neverpanic | It's a necessity for every recipe. | 19:43 |
neverpanic | You can set LICENSE = "CLOSED" to avoid it, or just go for LICENSE = "MIT" because the code in your packagegroup isn't really worth protecting anyway | 19:43 |
fray | there is some argument that there is very little "creative" about a packagegroup recipe (and other recipe contents) so if it even went to court (at least in the US) those parts might be deamed public domain anyway.. | 19:44 |
fray | (in the US facts aren't under copyright.. procedures are facts when something can only be done "one way") | 19:45 |
jozzan | okay thanks | 19:45 |
*** tjp471 <tjp471!4432d82d@gateway/web/freenode/ip.68.50.216.45> has quit IRC | 19:55 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 20:00 | |
*** tsramos_ <tsramos_!tsramos@nat/intel/x-cdqobivnlhkexvlf> has quit IRC | 20:09 | |
*** pohly <pohly!~pohly@p57A56C7D.dip0.t-ipconnect.de> has quit IRC | 20:19 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 20:26 | |
-YoctoAutoBuilder- build #170 of nightly-arm64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/170 | 20:29 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has joined #yocto | 20:30 | |
*** bluelightning <bluelightning!~paul@ip5f5ae69b.dynamic.kabel-deutschland.de> has quit IRC | 20:30 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:30 | |
-YoctoAutoBuilder- build #530 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/530 | 20:33 | |
*** tsramos <tsramos!tsramos@nat/intel/x-gkuyuhjbstjbrxjq> has joined #yocto | 20:34 | |
*** Christian___ <Christian___!50bb6718@gateway/web/freenode/ip.80.187.103.24> has joined #yocto | 20:37 | |
Christian___ | Hello, anybody there? | 20:37 |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 20:38 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has left #yocto | 20:39 | |
Christian___ | I am currently trying to compile something with the eclipse plugin, it always complains Buildfile generation error occurred.. Build of project failed with the following error: CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory not found in /mydir/build/tmp/sysroots/x86_64-linux/usr/bin | 20:39 |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 20:39 | |
Christian___ | Any ideas what I could do? | 20:39 |
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC | 20:39 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has quit IRC | 20:43 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 20:43 | |
*** adelcast <adelcast!~root@130.164.62.224> has joined #yocto | 20:45 | |
Christian___ | Can anybody help me with the plugin? Currently I am just trying to get the hello world example working. I also installed adt from the web and set it up for the prebuild compiler but there it does not find the crti.o and other files. | 20:46 |
Christian___ | I set the path for /opt/poky/1.8 and the other one for the installed root in my home directory | 20:50 |
*** tsramos_ <tsramos_!~tsramos@134.134.137.73> has joined #yocto | 20:52 | |
qknight | LetoThe2nd: bitbake -c menuconfig linux-qoriq | 20:55 |
qknight | LetoThe2nd: should set the correct ARCH automatically? | 20:55 |
*** tsramos <tsramos!tsramos@nat/intel/x-gkuyuhjbstjbrxjq> has quit IRC | 20:55 | |
*** tsramos_ <tsramos_!~tsramos@134.134.137.73> has quit IRC | 20:56 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 20:56 | |
Christian___ | I would say you need to define it with selecting the "machine" in your conf, but I am not an expert ... | 20:57 |
Christian___ | like Machine="yourBoardSupportPackage" | 20:58 |
Christian___ | little correction: MACHINE = "..." | 20:59 |
*** dreyna4529 <dreyna4529!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 21:01 | |
*** adelcast <adelcast!~root@130.164.62.224> has quit IRC | 21:02 | |
*** ant_home <ant_home!~ant__@host117-136-dynamic.54-82-r.retail.telecomitalia.it> has joined #yocto | 21:02 | |
neverpanic | Christian___: make sure that there's no file or directory called "cmake" in the directory where you run cmake. | 21:04 |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 21:04 | |
neverpanic | /mydir/build/tmp/sysroots/x86_64-linux/usr/bin certainly sounds like there could be a cmake binary there. | 21:05 |
Christian___ | Ehm, can you first tell me, which should be the correct directories I should select for eclipse plugin when I am using the system derived method? | 21:07 |
Christian___ | Maybe I am wrong with that... | 21:07 |
*** stephano <stephano!~stephano@74-92-165-193-Oregon.hfc.comcastbusiness.net> has left #yocto | 21:08 | |
Christian___ | currently I have the build for the first and the build/tmp/sysroots/mysysroot is that correct? | 21:08 |
*** realBigfoot <realBigfoot!~realBigfo@192.55.55.41> has quit IRC | 21:09 | |
Christian___ | by the way there is no such directory it is the standard example from eclipse when you select new c++ project and chose the yocto toolchain | 21:10 |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 21:10 | |
*** realBigfoot <realBigfoot!~realBigfo@192.55.55.41> has joined #yocto | 21:14 | |
*** clsulliv <clsulliv!~clsulliv@134.134.139.72> has quit IRC | 21:16 | |
Christian___ | By the way I just got it compiling with the precompiled adt. But I would to need my own sysroot, (because of some installed libraries etc...) , so the example is working but not with my derived toolchain. I also can not use the precompiled with my extracted sysroot from my system: /opt/poky/1.8/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.9.2/ld: cannot find crtbegin.o: No such fil | 21:16 |
*** clsulliv <clsulliv!clsulliv@nat/intel/x-qkomdboxfuxbwcua> has joined #yocto | 21:17 | |
*** stephano <stephano!~stephano@74-92-165-193-Oregon.hfc.comcastbusiness.net> has joined #yocto | 21:18 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:f506:5da5:f934:ed8d> has quit IRC | 21:19 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:f506:5da5:f934:ed8d> has joined #yocto | 21:20 | |
Christian___ | neverpanic /mydir/build/tmp/sysroots/x86_64-linux/usr/bin certainly sounds like there could be a cmake binary there. -> Yes there is one in there | 21:20 |
neverpanic | yeah, try running your cmake command elsewhere. | 21:20 |
*** soderstr1m <soderstr1m!~soderstro@c-608be555.015-59-6c6b7013.cust.bredbandsbolaget.se> has joined #yocto | 21:21 | |
neverpanic | I have absolutely no idea about anything related to the eclipse plugin | 21:21 |
neverpanic | But I did previously debug that cmake behaves weird as soon as it finds a cmake binary in the current directory | 21:21 |
neverpanic | Basically it assumes that this must be the binary that you ran (even if it isn't) and continues to try to locate its auxillary files relative to that path | 21:22 |
neverpanic | and when it fails to do that, you see the "Could not find CMAKE_ROOT" warning | 21:22 |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 21:22 | |
Christian___ | Hmm ok I will try to move it out there just for a test | 21:25 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 21:25 | |
neverpanic | the correct solution would probably be to adjust some other path rather than change your sysroot | 21:28 |
Christian___ | neverpanic you were right ... with cmake in there its this error. Without it, it is the other one. /opt/poky/1.8/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.9.2/ld: cannot find crtbegin.o: No such file or directory /opt/poky/1.8/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.9.2/ld: cannot find -lgcc | 21:29 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 21:35 | |
neverpanic | that latter thing seems to be a library search path issue. Make sure you're actually using the right compiler | 21:35 |
Christian___ | Ok I had it working now, till, I copied the cmake back to the place ... WTF? Am I supposed to use myImage-tcbootstrap? O_o | 21:40 |
neverpanic | No, you're supposed to run cmake in a different directory. I have no idea how you change the working directory of whatever you are doing, but it cannot have a cmake file in it | 21:41 |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has joined #yocto | 21:42 | |
Christian___ | I have not changed it myself. Somehow eclipse or the cmake files in there have ... I have not created any of these files myself. | 21:43 |
Christian___ | Btw do you know what are these sysroots for? x86_64-linux x86_64-nativesdk-pokysdk-linux x86_64-nativesdk-pokysdk-linux-tcbootstrap | 21:45 |
*** sjolley <sjolley!~sjolley@134.134.139.70> has quit IRC | 21:46 | |
neverpanic | well, x86_64-linux is probably your target system, x86_64-nativesdk-pokysdk-linux is for stuff you build for your SDK (which seems to be x86_64 as well) and the -tcbootstrap one is (I think, not sure about that) for bootstrapping some libc stuff | 21:47 |
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 21:49 | |
Christian___ | actually x86_64 is not my target, but there is no sdk for my machine then O_o there is no dir myMachine-sdk | 21:49 |
fray | x86_64-linux is your host.. (native) x86_64-nativesdk-pokysdk-linux is the targeted SDK you re building.. the 'tcbootstrap' is for some intermediate files that are needed to build an SDK toolchain | 21:50 |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 21:50 | |
fray | (native packages are specific to the build system and environment and generally are not deployed or shared) | 21:51 |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 21:52 | |
Christian___ | Hmm ok ... | 21:54 |
Christian___ | Now the question is, why does it create a cmake binary in that directory, when I move it, it seems to work. | 21:54 |
Christian___ | build/tmp/sysroots/x86_64-linux/usr/bin | 21:55 |
*** ant_home <ant_home!~ant__@host117-136-dynamic.54-82-r.retail.telecomitalia.it> has quit IRC | 21:55 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 21:56 | |
Christian___ | neverpanic By the way thanks so far, that helps me a lot, spend two weeks now, with trying things to get it compile again ;-) | 21:57 |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.40> has quit IRC | 21:57 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.40> has joined #yocto | 21:58 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.40> has quit IRC | 21:59 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** lamego <lamego!~jose@134.134.137.73> has quit IRC | 22:06 | |
*** Christian___ <Christian___!50bb6718@gateway/web/freenode/ip.80.187.103.24> has left #yocto | 22:06 | |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has quit IRC | 22:12 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 22:15 | |
*** stephano <stephano!~stephano@74-92-165-193-Oregon.hfc.comcastbusiness.net> has left #yocto | 22:18 | |
*** t0mmy <t0mmy!~tprrt@ram31-2-82-228-88-46.fbx.proxad.net> has quit IRC | 22:21 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 22:22 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 22:23 | |
*** _jmleo <_jmleo!~jmleo@LMontsouris-657-1-109-180.w80-15.abo.wanadoo.fr> has joined #yocto | 22:23 | |
*** jmleo <jmleo!~jmleo@LMontsouris-657-1-109-180.w80-15.abo.wanadoo.fr> has quit IRC | 22:25 | |
*** _jmleo is now known as jmleo | 22:25 | |
*** alimon <alimon!~alimon@187-176-43-14.dynamic.axtel.net> has joined #yocto | 22:26 | |
*** sjolley <sjolley!~sjolley@134.134.139.77> has joined #yocto | 22:38 | |
*** [Sno] <[Sno]!~sno@static-87-79-200-121.netcologne.de> has quit IRC | 22:44 | |
*** soderstr1m <soderstr1m!~soderstro@c-608be555.015-59-6c6b7013.cust.bredbandsbolaget.se> has quit IRC | 22:48 | |
*** jaz303 <jaz303!~jason@li358-125.members.linode.com> has quit IRC | 23:00 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 23:27 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!