*** Nitin <Nitin!nakamble@nat/intel/x-atksdfelzducdkjn> has quit IRC | 00:09 | |
*** alimon <alimon!alimon@nat/intel/x-fjrobdqglptkpavu> has quit IRC | 00:12 | |
*** sjolley <sjolley!sjolley@nat/intel/x-qjlabhumpyvqqicz> has quit IRC | 00:14 | |
*** sjolley <sjolley!sjolley@nat/intel/x-ortosldqujeaxawr> has joined #yocto | 00:15 | |
*** sjolley <sjolley!sjolley@nat/intel/x-ortosldqujeaxawr> has quit IRC | 00:15 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 00:20 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has left #yocto | 00:20 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has quit IRC | 00:22 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 00:27 | |
*** staylor <staylor!~staylor@mail.au-zone.com> has quit IRC | 00:36 | |
*** staylor <staylor!~staylor@S01067426ac686a17.cg.shawcable.net> has joined #yocto | 00:53 | |
*** Guest32565 <Guest32565!~mark@c-50-129-137-132.hsd1.il.comcast.net> has quit IRC | 00:57 | |
*** sgw_ <sgw_!sgw_@nat/intel/x-woaxoyxbkyxhtkzm> has quit IRC | 00:59 | |
*** sgw1 <sgw1!8686894b@gateway/web/freenode/ip.134.134.137.75> has quit IRC | 01:01 | |
*** seebs <seebs!~seebs@74.122.98.108> has quit IRC | 01:09 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 01:11 | |
*** sjolley <sjolley!sjolley@nat/intel/x-rkfbhetncclviypc> has joined #yocto | 01:21 | |
*** alimon1 <alimon1!~alimon@187-176-43-14.dynamic.axtel.net> has joined #yocto | 01:35 | |
*** staylor <staylor!~staylor@S01067426ac686a17.cg.shawcable.net> has quit IRC | 01:39 | |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 01:51 | |
*** alimon1 <alimon1!~alimon@187-176-43-14.dynamic.axtel.net> has quit IRC | 02:05 | |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 02:05 | |
*** alimon1 <alimon1!~alimon@187-176-43-14.dynamic.axtel.net> has joined #yocto | 02:07 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 02:37 | |
*** staylor <staylor!~staylor@184.64.148.252> has joined #yocto | 02:41 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 02:43 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 02:54 | |
*** hsychla__ <hsychla__!~hsychla@pd95c9392.dip0.t-ipconnect.de> has joined #yocto | 03:00 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 03:03 | |
*** hsychla_ <hsychla_!~hsychla@pd95c9392.dip0.t-ipconnect.de> has quit IRC | 03:03 | |
*** Nilesh_ <Nilesh_!~minda@61.246.136.195> has joined #yocto | 03:33 | |
*** fivefootseven <fivefootseven!188031ab@gateway/web/freenode/ip.24.128.49.171> has joined #yocto | 03:47 | |
*** alimon1 <alimon1!~alimon@187-176-43-14.dynamic.axtel.net> has quit IRC | 03:53 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has quit IRC | 03:55 | |
*** fivefootseven <fivefootseven!188031ab@gateway/web/freenode/ip.24.128.49.171> has quit IRC | 04:02 | |
*** redengin <redengin!~redengin@73.193.21.136> has joined #yocto | 04:03 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 04:05 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 04:05 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 04:16 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 04:24 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 04:25 | |
*** redengin <redengin!~redengin@73.193.21.136> has quit IRC | 04:26 | |
*** redengin <redengin!~redengin@73.193.21.136> has joined #yocto | 04:27 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 04:30 | |
redengin | how do I clean out all tmp/deploy/images? | 04:33 |
---|---|---|
Khem_ | rm -rf tmp/ | 04:34 |
Khem_ | given you have sstate-cache intact | 04:34 |
redengin | is there a way without dropping all my work? | 04:34 |
Khem_ | well you can regenerate images | 04:38 |
Khem_ | if you rm just the deploy dir | 04:38 |
redengin | i.e. keep all the rpms and such? | 04:38 |
Khem_ | but kernel and bootloaders wont be populated unless you rebuild tem | 04:38 |
Khem_ | it doesnt take long | 04:39 |
redengin | Khem_, ok, the README in that directory says yocto will shit itself if I do that | 04:39 |
Khem_ | a rebuild from sstate for me is 7 mins | 04:39 |
Khem_ | yes | 04:39 |
redengin | ok, I'll hack at it to see what happens are rebuild if I can't get it to work | 04:40 |
*** staylor <staylor!~staylor@184.64.148.252> has quit IRC | 04:42 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 04:45 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 04:47 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 04:49 | |
*** pegu` <pegu`!~user@c28823E56.dhcp.as2116.net> has joined #yocto | 04:51 | |
*** slips <slips!~slips@240.150.34.95.customer.cdi.no> has quit IRC | 04:51 | |
*** slips <slips!~slips@240.150.34.95.customer.cdi.no> has joined #yocto | 04:52 | |
*** wto <wto!~wto@h-140-99.a336.priv.bahnhof.se> has quit IRC | 04:53 | |
*** pegu <pegu!~user@c28823E56.dhcp.as2116.net> has quit IRC | 04:53 | |
*** wto <wto!~wto@h-140-99.a336.priv.bahnhof.se> has joined #yocto | 04:54 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 05:17 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 05:23 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has joined #yocto | 05:31 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC | 05:36 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 05:37 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 05:37 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 05:47 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 05:48 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 06:09 | |
*** Jackie <Jackie!~quassel@106.120.101.38> has joined #yocto | 06:09 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 06:09 | |
*** Jackie is now known as Guest99852 | 06:09 | |
*** Jackie_huang <Jackie_huang!~quassel@106.120.101.38> has quit IRC | 06:09 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has joined #yocto | 06:10 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has quit IRC | 06:14 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 06:17 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 06:18 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 06:28 | |
*** hramrach <hramrach!~hramrach@gateway/tor-sasl/hramrach> has quit IRC | 06:29 | |
*** hramrach <hramrach!~hramrach@gateway/tor-sasl/hramrach> has joined #yocto | 06:30 | |
*** grma <grma!~gruberm@chello213047201250.tirol.surfer.at> has joined #yocto | 06:31 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has joined #yocto | 06:33 | |
*** Guest99852 <Guest99852!~quassel@106.120.101.38> has quit IRC | 06:33 | |
*** Jackie_huang <Jackie_huang!~quassel@106.120.101.38> has joined #yocto | 06:33 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 06:36 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 06:38 | |
*** melonipoika <melonipoika!~quassel@91-158-69-143.elisa-laajakaista.fi> has joined #yocto | 06:39 | |
*** agust <agust!~agust@p4FDE6E97.dip0.t-ipconnect.de> has joined #yocto | 06:44 | |
*** TobSnyder <TobSnyder!~schneider@ip92341b76.dynamic.kabel-deutschland.de> has joined #yocto | 06:45 | |
*** _valle_ <_valle_!~valle@195-198-200-72.customer.telia.com> has joined #yocto | 06:51 | |
redengin | where do I find out what TUNE_FEATURES are supported (my platform is amd64) | 07:01 |
*** tmpsantos <tmpsantos!~tmpsantos@192.198.151.44> has joined #yocto | 07:05 | |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-aikffgyxwncdbhzh> has joined #yocto | 07:08 | |
Khem_ | conf/machine | 07:08 |
redengin | it appears that it is simply the gcc arch commands | 07:09 |
Khem_ | yes primarily | 07:13 |
*** Khem_ <Khem_!~kraj@c-76-103-142-85.hsd1.ca.comcast.net> has quit IRC | 07:15 | |
*** wadim_ <wadim_!~egorov@mail.visioncatalog.de> has joined #yocto | 07:16 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has joined #yocto | 07:17 | |
givemefive912 | ulf`: got pwm working on the max.. well at least i got the module loaded | 07:20 |
*** ateil <ateil!d44db44a@gateway/web/freenode/ip.212.77.180.74> has joined #yocto | 07:27 | |
*** wadim_ <wadim_!~egorov@mail.visioncatalog.de> has quit IRC | 07:28 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has joined #yocto | 07:34 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 07:41 | |
*** wadim_ <wadim_!~egorov@mail.microcatalog.org.uk> has joined #yocto | 07:44 | |
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:46 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-kfttpzfdqspdgexc> has joined #yocto | 08:01 | |
*** jbrianceau_away is now known as jbrianceau | 08:01 | |
*** Acheloos <Acheloos!c3dc2512@gateway/web/freenode/ip.195.220.37.18> has joined #yocto | 08:01 | |
Acheloos | More and more Linux distributions use python 3.x as default python, but Yocto still uses python 2.7. How to use Yocto with one of those distributions ? | 08:01 |
redengin | Acheloos, add a new python_3... recipe? | 08:03 |
redengin | Acheloos, there are also large differences in python major versions, so be careful | 08:03 |
Acheloos | so bitbake will run ? | 08:03 |
khem_ | there is a project going on for getting bitbake onto python2 | 08:04 |
redengin | you'll need to add a recipe for python _3.X | 08:04 |
khem_ | python3 I mean | 08:04 |
Acheloos | can we found some python3 recipes, or do i have to write them ? | 08:05 |
redengin | ah, I see you wan't to run bitbake on 3.X | 08:05 |
khem_ | but its a cross build system and python2 and python3 are well supported on target | 08:05 |
Acheloos | yeah | 08:05 |
Acheloos | but i'd like to compil from a station using python3 | 08:06 |
Acheloos | (like Arch, or Debian Jessie) | 08:06 |
Acheloos | and it seems tricky | 08:06 |
redengin | Acheloos, I think I'd just tell you to install phyton 2.7 alongside | 08:07 |
khem_ | well I use archlinux | 08:07 |
Acheloos | it doesn't work | 08:07 |
khem_ | I create symlink to python in ~/bin | 08:07 |
Acheloos | tried with manjaro : bitbake calls for python | 08:07 |
khem_ | and have ~/bin prepend to my path | 08:07 |
Acheloos | khem_: can you detail please ? | 08:08 |
Acheloos | prepend ? | 08:08 |
bboozzoo | khem_: shouldn't bitbake have #!/usr/bin/env python2 instead of just python? | 08:08 |
khem_ | see https://github.com/cbrake/oe-build/blob/master/envsetup.sh | 08:11 |
khem_ | well yes you could | 08:13 |
redengin | lol | 08:14 |
*** todor <todor!todor@nat/intel/x-fodukhplwdyfqgvc> has quit IRC | 08:17 | |
*** todor <todor!todor@nat/intel/x-ridzzelwwtuhkolk> has joined #yocto | 08:17 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has quit IRC | 08:19 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has joined #yocto | 08:22 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 08:23 | |
*** pohly <pohly!~pohly@p5DE8F1DF.dip0.t-ipconnect.de> has joined #yocto | 08:28 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has joined #yocto | 08:30 | |
*** mago_ <mago_!~mago@smtp.hms.se> has quit IRC | 08:34 | |
*** ddalex1 <ddalex1!~ddalex@154.58.102.3> has joined #yocto | 08:35 | |
*** Acheloos <Acheloos!c3dc2512@gateway/web/freenode/ip.195.220.37.18> has quit IRC | 08:39 | |
*** ddalex1 <ddalex1!~ddalex@154.58.102.3> has quit IRC | 08:47 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has quit IRC | 08:50 | |
ericbutters | hello.. i want to use my own psplash. I created my own distro layer and added psplash append like here: http://paste.ubuntu.com/10088256/ | 08:58 |
ericbutters | but i still see openembedded psplash, why? | 08:58 |
ericbutters | i copied from poky/meta-yocto/recipes-core/psplash | 09:00 |
ericbutters | how to tell bitbake to use my psplash_git.bbappend? | 09:01 |
ericbutters | and should i change FILESEXTRAPATHS_prepend_poky to FILESEXTRAPATHS_prepend_meta-my-layer? | 09:02 |
redengin | ericbutters, my guess its because of the layer index you chose | 09:02 |
ericbutters | or FILESEXTRAPATHS_prepend_mydist? | 09:02 |
ericbutters | ah okay, so my distro layer should be higher or lower? | 09:03 |
redengin | try 2 or 1 | 09:03 |
redengin | 2 is the level of meta-yocto | 09:03 |
ericbutters | i got LAYERVERSION_yocto = "2" | 09:04 |
ericbutters | so i should try with 1 | 09:04 |
*** ddalex1 <ddalex1!~ddalex@154.58.102.3> has joined #yocto | 09:04 | |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has quit IRC | 09:04 | |
redengin | there is probably a better way, I'm checking the source | 09:07 |
*** jmd <jmd!~user@de.cellform.com> has joined #yocto | 09:07 | |
ericbutters | thanks | 09:07 |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has joined #yocto | 09:08 | |
*** jmd <jmd!~user@de.cellform.com> has quit IRC | 09:08 | |
*** jmd <jmd!~user@de.cellform.com> has joined #yocto | 09:09 | |
redengin | ericbutters, you have your own .h of the image? | 09:09 |
ericbutters | yes, but it is also called psplash-poky-img.h right now, it is located in my distro layer | 09:10 |
*** BlauskaerM <BlauskaerM!~Fever@c80-217-142-106.bredband.comhem.se> has joined #yocto | 09:11 | |
*** jmd <jmd!~user@de.cellform.com> has quit IRC | 09:13 | |
*** jmd <jmd!~user@de.cellform.com> has joined #yocto | 09:13 | |
*** jmd` <jmd`!~user@de.cellform.com> has joined #yocto | 09:16 | |
redengin | ericbutters, to be sure did you add your layer to bblayers? | 09:16 |
ericbutters | yes | 09:16 |
*** jmd <jmd!~user@de.cellform.com> has quit IRC | 09:18 | |
*** jmd` <jmd`!~user@de.cellform.com> has quit IRC | 09:18 | |
redengin | which splash are you getting? | 09:19 |
ericbutters | redengin: i see the oe spash screen, not the yocto one | 09:19 |
*** ddalex1 <ddalex1!~ddalex@154.58.102.3> has quit IRC | 09:20 | |
redengin | have you tried FILESEXTRAPATHS without the extensions? | 09:24 |
ericbutters | not yet | 09:25 |
ericbutters | i try | 09:25 |
redengin | actually, FILESEXTRAPATHS_prepend on its own | 09:25 |
ericbutters | ok | 09:25 |
redengin | since you aren't building poky | 09:25 |
*** freanux <freanux!~freanux@unaffiliated/freanux> has quit IRC | 09:26 | |
ericbutters | to be sure, i do a bitbake -c clean psplash and then bitbake psplash and then bitbake -c rootfs core-image-weston? | 09:27 |
abelloni | bitbake -c clean psplash; bitbake core-image-weston | 09:28 |
abelloni | should be fine | 09:28 |
redengin | should be | 09:28 |
abelloni | maybe cleansstate instead of clean :) | 09:28 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:29 | |
*** jmd <jmd!~user@de.cellform.com> has joined #yocto | 09:31 | |
*** ddom <ddom!~ddom@p4FFD998C.dip0.t-ipconnect.de> has joined #yocto | 09:32 | |
*** racb <racb!~racb@150.183.200.146.dyn.plus.net> has joined #yocto | 09:36 | |
ericbutters | okay that worked! thanks! | 09:37 |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 09:38 | |
*** jmd <jmd!~user@de.cellform.com> has quit IRC | 09:43 | |
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 09:49 | |
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 09:49 | |
*** _questor <_questor!~smuxi@HSI-KBW-46-237-215-19.hsi.kabel-badenwuerttemberg.de> has joined #yocto | 09:51 | |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has quit IRC | 09:51 | |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has joined #yocto | 09:51 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 09:51 | |
*** dv_ <dv_!~quassel@chello062178118086.5.14.vie.surfer.at> has quit IRC | 09:51 | |
*** dv_ <dv_!~quassel@chello062178118086.5.14.vie.surfer.at> has joined #yocto | 09:52 | |
*** memcpy <memcpy!~memcpy@unaffiliated/memcpy> has quit IRC | 09:52 | |
*** ddom <ddom!~ddom@p4FFD998C.dip0.t-ipconnect.de> has quit IRC | 09:52 | |
_questor | hi. I have problems switching to uclibc. I have a imx6-based image from freescale and compiling with glibc works. but when I switch to uclibc I get "missing directory" from glibc-locale build recipes. (.../build/tmp/sysroots/../usr/include/glibc-locale-internal-cortexa9hf-vfp-neon-linux-uclibceabi//usr/bin No such file or directory). I haven't found out why glibc-locale is compiled... | 09:53 |
*** wto <wto!~wto@h-140-99.a336.priv.bahnhof.se> has quit IRC | 09:53 | |
*** bboozzoo <bboozzoo!~mborzecki@78-10-193-111.static.ip.netia.com.pl> has quit IRC | 09:53 | |
*** rtollert_ <rtollert_!~rtollert@130.164.62.231> has quit IRC | 09:53 | |
_questor | poky is on master | 09:53 |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 09:53 | |
*** dzoe_ <dzoe_!joe@joe.cz> has quit IRC | 09:53 | |
*** bachp <bachp!~bachp@46-126-139-1.dynamic.hispeed.ch> has quit IRC | 09:53 | |
*** bboozzoo <bboozzoo!~mborzecki@osu194.internetdsl.tpnet.pl> has joined #yocto | 09:54 | |
*** wto <wto!~wto@h-140-99.a336.priv.bahnhof.se> has joined #yocto | 09:54 | |
*** rtollert <rtollert!~rtollert@130.164.62.231> has joined #yocto | 09:54 | |
*** dzoe <dzoe!joe@joe.cz> has joined #yocto | 09:54 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 09:55 | |
*** bachp <bachp!~bachp@46-126-139-1.dynamic.hispeed.ch> has joined #yocto | 09:56 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 09:58 | |
*** sakoman2 <sakoman2!~steve@50.53.240.131> has joined #yocto | 09:59 | |
*** sakoman3 <sakoman3!~steve@50.53.240.131> has joined #yocto | 09:59 | |
*** sakoman <sakoman!~steve@50.53.240.131> has quit IRC | 10:01 | |
*** sakoman1 <sakoman1!~steve@50.53.240.131> has quit IRC | 10:01 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 10:03 | |
*** belen <belen!Adium@nat/intel/x-erbilzopcrjbgico> has joined #yocto | 10:05 | |
*** _questor <_questor!~smuxi@HSI-KBW-46-237-215-19.hsi.kabel-badenwuerttemberg.de> has quit IRC | 10:05 | |
*** ddom <ddom!~ddom@p4FFD998C.dip0.t-ipconnect.de> has joined #yocto | 10:06 | |
bluelightning | _questor: I suspect that when switching libc you should delete TMPDIR | 10:17 |
bluelightning | (or rename it) | 10:17 |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has joined #yocto | 10:21 | |
*** volker_123456 <volker_123456!~quassel@host-80-81-19-29.customer.m-online.net> has quit IRC | 10:23 | |
*** volker_123456 <volker_123456!~quassel@host-188-174-253-51.customer.m-online.net> has joined #yocto | 10:24 | |
*** volker_123456 <volker_123456!~quassel@host-188-174-253-51.customer.m-online.net> has quit IRC | 10:30 | |
*** volker_123456 <volker_123456!~quassel@host-80-81-19-29.customer.m-online.net> has joined #yocto | 10:30 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-ehkrouamkqnpdaou> has joined #yocto | 10:48 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 10:58 | |
*** JaMa <JaMa!~martin@ip-89-176-104-3.net.upcbroadband.cz> has joined #yocto | 11:01 | |
*** j105rob <j105rob!~rob@64.128.162.147> has quit IRC | 11:12 | |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has quit IRC | 11:14 | |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 11:16 | |
*** sameo <sameo!~samuel@192.55.54.36> has joined #yocto | 11:18 | |
*** racb <racb!~racb@150.183.200.146.dyn.plus.net> has quit IRC | 11:28 | |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 11:29 | |
*** belen <belen!Adium@nat/intel/x-erbilzopcrjbgico> has quit IRC | 11:33 | |
*** racb <racb!~racb@150.183.200.146.dyn.plus.net> has joined #yocto | 11:34 | |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has joined #yocto | 11:38 | |
*** belen <belen!Adium@nat/intel/x-xiemdwdvwiztgmhw> has joined #yocto | 11:48 | |
*** sameo <sameo!~samuel@192.55.54.36> has quit IRC | 11:51 | |
*** j105rob <j105rob!~rob@64.128.162.147> has joined #yocto | 11:53 | |
*** madisox <madisox!~madison@2601:9:2700:e100:3478:bc22:710c:5658> has joined #yocto | 11:54 | |
*** madisox <madisox!~madison@2601:9:2700:e100:3478:bc22:710c:5658> has left #yocto | 11:54 | |
*** DatGizmo <DatGizmo!~mogwai@ip1886d46b.dynamic.kabel-deutschland.de> has quit IRC | 11:56 | |
*** DatGizmo <DatGizmo!~mogwai@ip1886d46b.dynamic.kabel-deutschland.de> has joined #yocto | 11:56 | |
*** phantone <phantone!~destroy@acarlosss.broker.freenet6.net> has joined #yocto | 11:57 | |
j105rob | I am getting a "No recipes available for" error with this bblayers.conf http://pastebin.com/dB6WgT9g | 11:57 |
j105rob | It can't find recipes for /opt/extras/meta-selinux/recipes-extended/findutils/findutils_4.5.%.bbappend | 11:57 |
*** adelcast <adelcast!~adelcast@130.164.62.224> has quit IRC | 11:58 | |
*** Calchan <Calchan!~calchan@gentoo/developer/calchan> has quit IRC | 11:59 | |
*** smo <smo!canuck@me.wantsmo.com> has quit IRC | 12:00 | |
*** scot__ <scot__!~scot@130.164.62.160> has quit IRC | 12:00 | |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has quit IRC | 12:00 | |
*** deception <deception!~deception@unaffiliated/deception> has quit IRC | 12:00 | |
j105rob | I feel like I am doing this the hard way.... so I am seeking enlightenment | 12:00 |
*** Calchan <Calchan!~calchan@gentoo/developer/calchan> has joined #yocto | 12:01 | |
*** scot__ <scot__!~scot@130.164.62.160> has joined #yocto | 12:01 | |
*** smo <smo!canuck@me.wantsmo.com> has joined #yocto | 12:02 | |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has joined #yocto | 12:03 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 12:04 | |
*** deception <deception!~deception@unaffiliated/deception> has joined #yocto | 12:04 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has quit IRC | 12:05 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has joined #yocto | 12:05 | |
*** phantone <phantone!~destroy@acarlosss.broker.freenet6.net> has quit IRC | 12:06 | |
rburton | j105rob: are you using meta-selinux master against an old branch of poky? | 12:08 |
rburton | if you're using a stable branch of poky, you need to use the matching stable branches of the other layers | 12:08 |
rburton | otherwise you end up with layers attempting to bbappend files that don't exist | 12:09 |
*** mago_ <mago_!~mago@smtp.hms.se> has joined #yocto | 12:09 | |
*** patrickz1 <patrickz1!~Thunderbi@212.118.209.82> has joined #yocto | 12:12 | |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has quit IRC | 12:13 | |
*** Nilesh_ <Nilesh_!~minda@61.246.136.195> has quit IRC | 12:17 | |
*** TobSnyder <TobSnyder!~schneider@ip92341b76.dynamic.kabel-deutschland.de> has quit IRC | 12:18 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has quit IRC | 12:19 | |
*** Calchan <Calchan!~calchan@gentoo/developer/calchan> has quit IRC | 12:19 | |
*** j105rob <j105rob!~rob@64.128.162.147> has quit IRC | 12:19 | |
*** belen <belen!Adium@nat/intel/x-xiemdwdvwiztgmhw> has quit IRC | 12:19 | |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has quit IRC | 12:19 | |
*** JaMa <JaMa!~martin@ip-89-176-104-3.net.upcbroadband.cz> has quit IRC | 12:19 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:19 | |
*** dmoseley <dmoseley!~dmoseley@cpe-174-096-222-251.carolina.res.rr.com> has quit IRC | 12:19 | |
*** lyang0 <lyang0!~lyang001@106.120.101.38> has quit IRC | 12:19 | |
*** radhus <radhus!~radhus@sevh.radhuset.org> has quit IRC | 12:19 | |
*** K-Sergei <K-Sergei!nr@nitku.info> has quit IRC | 12:19 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 12:19 | |
*** jwessel <jwessel!~jwessel@128.224.252.2> has quit IRC | 12:19 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has joined #yocto | 12:21 | |
*** Calchan <Calchan!~calchan@gentoo/developer/calchan> has joined #yocto | 12:21 | |
*** j105rob <j105rob!~rob@64.128.162.147> has joined #yocto | 12:21 | |
*** belen <belen!Adium@nat/intel/x-xiemdwdvwiztgmhw> has joined #yocto | 12:21 | |
*** JaMa <JaMa!~martin@ip-89-176-104-3.net.upcbroadband.cz> has joined #yocto | 12:21 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 12:21 | |
*** dmoseley <dmoseley!~dmoseley@cpe-174-096-222-251.carolina.res.rr.com> has joined #yocto | 12:21 | |
*** lyang0 <lyang0!~lyang001@106.120.101.38> has joined #yocto | 12:21 | |
*** radhus <radhus!~radhus@sevh.radhuset.org> has joined #yocto | 12:21 | |
*** K-Sergei <K-Sergei!nr@nitku.info> has joined #yocto | 12:21 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 12:21 | |
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto | 12:21 | |
*** warthog9 <warthog9!~warthog9@149.20.54.19> has quit IRC | 12:25 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 12:28 | |
*** warthog9 <warthog9!~warthog9@149.20.54.19> has joined #yocto | 12:40 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 12:47 | |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 12:52 | |
*** warthog9 <warthog9!~warthog9@149.20.54.19> has quit IRC | 12:52 | |
ericbutters | how to run yocto gcc inside do_compile()? so lets say i simple want to do $(CC) -o hello_world main.c | 12:56 |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 12:58 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has quit IRC | 12:58 | |
rburton | do that | 13:00 |
rburton | well, ${CC} | 13:01 |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 13:04 | |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 13:04 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 13:05 | |
ericbutters | rburton: i got: gcc: error: none: No such file or directory | 13:06 |
*** warthog9 <warthog9!~warthog9@149.20.54.19> has joined #yocto | 13:07 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has joined #yocto | 13:07 | |
ericbutters | but it attaches correct --sysroot | 13:07 |
*** Crofton <Crofton!~balister@69.43.25.211> has joined #yocto | 13:08 | |
rburton | can you pastebin the full compile log? | 13:08 |
rburton | oh, you'll probably want to pass CFLAGS and LDFLAGS | 13:09 |
ericbutters | rburton: http://paste.ubuntu.com/10091388/ | 13:10 |
rburton | the work dir implies that this is an allarch recipe | 13:11 |
rburton | which can't compile stuff | 13:11 |
rburton | so you've probably does inherit allarch or set packagearch | 13:12 |
ericbutters | yes, i do inherit update-rc.d allarch | 13:13 |
ericbutters | should i remove allarch? | 13:13 |
rburton | allarch means "the result works on every architecture", but if you're compiling something that's not true | 13:13 |
rburton | allarch enforces that by breaking the compiler :) | 13:13 |
ericbutters | okay i remove that | 13:13 |
ericbutters | not it works :) thanks | 13:14 |
neverpanic | I'm wondering whether http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=26559c58 was a correct change. I have a patch that modifies how eglibc is packaged, and this change breaks all packagegroups that reference it | 13:14 |
neverpanic | Should I file a bug about that? | 13:15 |
ericbutters | rburton: i meant, it works ;) thanks | 13:15 |
*** patrickz1 <patrickz1!~Thunderbi@212.118.209.82> has quit IRC | 13:34 | |
*** ateil <ateil!d44db44a@gateway/web/freenode/ip.212.77.180.74> has quit IRC | 13:36 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has quit IRC | 13:42 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has quit IRC | 13:45 | |
*** JaMa <JaMa!~martin@ip-89-176-104-3.net.upcbroadband.cz> has quit IRC | 13:48 | |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has joined #yocto | 13:48 | |
*** JaMa <JaMa!~martin@ip-89-176-104-3.net.upcbroadband.cz> has joined #yocto | 13:48 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC | 13:51 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 13:55 | |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has joined #yocto | 13:57 | |
_4urele_ | hi everyone! | 14:00 |
*** e8johan <e8johan!~quassel@94.234.170.70> has joined #yocto | 14:01 | |
_4urele_ | I have a read-only filesystem and I would like to set a symbolic link for "/etc/network/interfaces" but I don't know how... | 14:02 |
*** otavio <otavio!~otavio@debian/developer/otavio> has joined #yocto | 14:04 | |
_4urele_ | I tried with a simple bbappend but it doesn't work... (a "mv" and an "ln -s" inside a do_install_append) | 14:04 |
racb | /ignore -channels #yocto * JOINS PARTS QUITS | 14:05 |
*** patrickz <patrickz!~Thunderbi@212.118.209.82> has quit IRC | 14:08 | |
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 14:08 | |
racb | quit | 14:08 |
*** racb <racb!~racb@150.183.200.146.dyn.plus.net> has quit IRC | 14:08 | |
*** rich1 <rich1!~rich@150.183.200.146.dyn.plus.net> has joined #yocto | 14:10 | |
j105rob | anyone have any experience getting yocot to build up xen, including dom0? | 14:12 |
j105rob | yocot/yocto | 14:13 |
j105rob | rburton: thx for the pointer earlier, all working now; build wise anyway | 14:13 |
*** belen1 <belen1!Adium@nat/intel/x-lvrvobyojtedfueq> has joined #yocto | 14:15 | |
*** belen <belen!Adium@nat/intel/x-xiemdwdvwiztgmhw> has quit IRC | 14:15 | |
*** sgw_ <sgw_!~sgw_@mobile-166-171-249-197.mycingular.net> has joined #yocto | 14:20 | |
*** e8johan <e8johan!~quassel@94.234.170.70> has quit IRC | 14:24 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 14:37 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 14:47 | |
trj | I'd like to copy a .jar file into a package in yocto, but do_unpack() is trying to unzip it. How can I stop that? | 14:52 |
kergoth | trj: add ;unpack=false to the url | 14:54 |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has quit IRC | 14:58 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has joined #yocto | 14:59 | |
trj | Perfect, thanks. | 15:01 |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 15:03 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 15:06 | |
*** wadim_ <wadim_!~egorov@mail.microcatalog.org.uk> has quit IRC | 15:08 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 15:09 | |
*** ddom <ddom!~ddom@p4FFD998C.dip0.t-ipconnect.de> has quit IRC | 15:12 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-ilkrfeooiclorokx> has joined #yocto | 15:18 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p147.net112139222.tokai.or.jp> has quit IRC | 15:18 | |
ericbutters | where to configure weston? i get a black screen after some seconds (30sec+) and there is no mouse/keyboard working | 15:24 |
ericbutters | there is no weston.ini file | 15:24 |
*** fivefootseven <fivefootseven!32fa068e@gateway/web/freenode/ip.50.250.6.142> has joined #yocto | 15:24 | |
ericbutters | but for mouse/keyboard i think i am missing libinput | 15:26 |
ericbutters | but it seems weston goes into screensave mode | 15:26 |
*** jkridner|work is now known as jkridner | 15:28 | |
*** gabrbedd <gabrbedd!~gabrbedd@li680-65.members.linode.com> has quit IRC | 15:30 | |
*** tmpsantos <tmpsantos!~tmpsantos@192.198.151.44> has quit IRC | 15:31 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 15:33 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto | 15:33 | |
*** bottazzini <bottazzini!~bottazzin@134.191.220.74> has quit IRC | 15:35 | |
*** alimon <alimon!alimon@nat/intel/x-ouxmqlgyfgclzxtp> has joined #yocto | 15:38 | |
*** behanw <behanw!~behanw@d75-157-24-30.bchsia.telus.net> has joined #yocto | 15:38 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has quit IRC | 15:39 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto | 15:39 | |
bluelightning | rburton: ^ | 15:41 |
rburton | ericbutters: huh, fun. worked last time i tried it. | 15:42 |
rburton | ericbutters: custom image or core-image-weston? maybe you don't have perms on the input devices? | 15:42 |
_4urele_ | I'm trying to find a clean way to replace /etc/network/interfaces with a symbolic link. (it comes with init-ifupdown recipe) | 15:43 |
_4urele_ | I tried with a bbappend but nothing appear in final filesystem and /etc/network/interfaces still exists... | 15:43 |
rburton | ericbutters: i'll do a build here and check it works | 15:44 |
_4urele_ | i'm sure this code is wrong but i don't know the good way to do this : http://paste.ubuntu.com/10093570/ | 15:44 |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has quit IRC | 15:55 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto | 15:56 | |
ericbutters | rburton: thanks! | 15:56 |
*** sgw_ <sgw_!~sgw_@mobile-166-171-249-197.mycingular.net> has quit IRC | 15:57 | |
ericbutters | rburon: core-image-weston | 15:58 |
ericbutters | rburton: ^^ | 15:58 |
*** bottazzini <bottazzini!~bottazzin@134.191.220.74> has joined #yocto | 16:00 | |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has quit IRC | 16:06 | |
*** adyer1 <adyer1!~adyer@162.17.52.177> has left #yocto | 16:06 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has quit IRC | 16:09 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has joined #yocto | 16:09 | |
*** memcpy <memcpy!~memcpy@unaffiliated/memcpy> has joined #yocto | 16:13 | |
*** freanux <freanux!~freanux@unaffiliated/freanux> has joined #yocto | 16:15 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:15 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 16:18 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has joined #yocto | 16:19 | |
*** wotte <wotte!~wotte@129.59.122.10> has joined #yocto | 16:23 | |
j105rob | has anyone built xen-image-minimal? getting an error when trying to fix the compiler in seabios-dir in the do_configure because of the rules.mk file. suggestions? | 16:24 |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 16:28 | |
*** shoragan <shoragan!~shoragan@debian/developer/shoragan> has quit IRC | 16:29 | |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has joined #yocto | 16:30 | |
*** munch_ <munch_!~mark@c-50-129-137-132.hsd1.il.comcast.net> has joined #yocto | 16:32 | |
*** munch_ is now known as Guest51650 | 16:32 | |
*** sjolley <sjolley!sjolley@nat/intel/x-rkfbhetncclviypc> has quit IRC | 16:33 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:37 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:37 | |
*** wotte <wotte!~wotte@129.59.122.10> has quit IRC | 16:51 | |
*** sgw_ <sgw_!~sgw_@mobile-166-171-249-197.mycingular.net> has joined #yocto | 16:55 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 16:55 | |
rburton | ericbutters: testing now on my | 16:57 |
rburton | hw | 16:57 |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 16:58 | |
*** sjolley <sjolley!~sjolley@134.134.137.71> has joined #yocto | 16:59 | |
*** BlauskaerM <BlauskaerM!~Fever@c80-217-142-106.bredband.comhem.se> has quit IRC | 17:00 | |
*** BlauskaerM <BlauskaerM!~Fever@c80-217-142-106.bredband.comhem.se> has joined #yocto | 17:01 | |
*** rwoolley <rwoolley!~rwoolley@128.224.252.2> has joined #yocto | 17:09 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 17:10 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has quit IRC | 17:11 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 17:16 | |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has quit IRC | 17:18 | |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has joined #yocto | 17:19 | |
*** slips <slips!~slips@240.150.34.95.customer.cdi.no> has quit IRC | 17:19 | |
*** fabo <fabo!~fabo@linaro/fabo> has quit IRC | 17:19 | |
*** fabo <fabo!~fabo@a91-152-81-141.elisa-laajakaista.fi> has joined #yocto | 17:21 | |
*** fabo <fabo!~fabo@linaro/fabo> has joined #yocto | 17:21 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 17:21 | |
*** maxin <maxin!~majo@sestofw01.enea.se> has quit IRC | 17:21 | |
ntl | if I modify perl-rdepends_5.20.0.inc (adding dependencies), what steps should be sufficient to reflect that change in the rootfs image? (i.e. get the add'l dependency installed) | 17:21 |
ntl | I'm having to resort to bitbake -c cleansstate perl and removing tmp before rebuilding, which seems like a bit much? | 17:22 |
kergoth | you shuldnt' have to do anything, just bitbake the image again | 17:23 |
kergoth | it'll automatically re-run the tasks affected by the change, recursively | 17:23 |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 17:24 | |
*** slips <slips!~slips@240.150.34.95.customer.cdi.no> has joined #yocto | 17:24 | |
*** maxin <maxin!~majo@sestofw01.enea.se> has joined #yocto | 17:25 | |
*** phantoxe <phantoxe!~destroy@acarlosss.broker.freenet6.net> has quit IRC | 17:33 | |
*** bottazzini <bottazzini!~bottazzin@134.191.220.74> has quit IRC | 17:35 | |
*** btooth <btooth!~daniel@HSI-KBW-134-3-119-156.hsi14.kabel-badenwuerttemberg.de> has joined #yocto | 17:36 | |
btooth | rburton: this is ericbutters from different machine ;) does your core-image-weston work with mouse and keyboard? | 17:36 |
*** bottazzini <bottazzini!~bottazzin@134.191.220.74> has joined #yocto | 17:37 | |
rburton | sorry got distracted merging stuff | 17:38 |
* rburton writes image | 17:38 | |
btooth | no prob | 17:38 |
rburton | btooth: damn, image has no GPU driver. really need to fix that. i'll kick another image with the drivers in, but i need to go and bath my kids now | 17:43 |
khem_ | rburton my systemd testing was on mips32 and x86 emulator journal had no issues | 17:43 |
btooth | rburton: okay have fun :) give me a ping once you got your image up | 17:45 |
rburton | btooth: what's your mail? | 17:46 |
*** todor <todor!todor@nat/intel/x-ridzzelwwtuhkolk> has quit IRC | 17:49 | |
*** fivefootseven <fivefootseven!32fa068e@gateway/web/freenode/ip.50.250.6.142> has quit IRC | 17:49 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 17:58 | |
*** jmd <jmd!~user@de.cellform.com> has joined #yocto | 18:04 | |
*** jbrianceau is now known as jbrianceau_away | 18:06 | |
kergoth | Hmm, think I need to remove the hardcoded mapping of IMAGE_PKGTYPE to sdk class in oe.sdk in favor of dynamic | 18:07 |
kergoth | add a pkgtype member to the classes and grab all Sdk subclasses, presumably, like we've done before | 18:07 |
*** sgw_ <sgw_!~sgw_@mobile-166-171-249-197.mycingular.net> has quit IRC | 18:15 | |
*** vdehors <vdehors!~vincent@LAubervilliers-656-1-235-184.w193-248.abo.wanadoo.fr> has quit IRC | 18:15 | |
*** melonipoika <melonipoika!~quassel@91-158-69-143.elisa-laajakaista.fi> has quit IRC | 18:16 | |
*** Guest51650 <Guest51650!~mark@c-50-129-137-132.hsd1.il.comcast.net> has quit IRC | 18:20 | |
*** vdehors <vdehors!~vincent@LAubervilliers-656-1-235-184.w193-248.abo.wanadoo.fr> has joined #yocto | 18:20 | |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-aikffgyxwncdbhzh> has quit IRC | 18:27 | |
-YoctoAutoBuilder- build #184 of nightly-fsl-ppc-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/184 | 18:30 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:31 | |
*** hugovs <hugovs!~hugo@177.159.144.73> has joined #yocto | 18:34 | |
*** belen1 <belen1!Adium@nat/intel/x-lvrvobyojtedfueq> has quit IRC | 18:37 | |
*** sgw_ <sgw_!~sgw_@mobile-166-171-249-197.mycingular.net> has joined #yocto | 18:39 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 18:40 | |
*** sgw_ <sgw_!~sgw_@mobile-166-171-249-197.mycingular.net> has quit IRC | 18:45 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 18:46 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 18:49 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 18:52 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has quit IRC | 19:05 | |
ntl | kergoth: hmm. I updated to current master (was behind by just one commit), checked out a new branch, rebuilt (most of which was from scratch), and now perl gets repackaged, rootfs updated as expected. | 19:07 |
ntl | anyway, thanks | 19:08 |
kergoth | huh | 19:08 |
kergoth | np | 19:08 |
*** jmd <jmd!~user@de.cellform.com> has quit IRC | 19:13 | |
*** wotte <wotte!~wotte@129.59.122.10> has joined #yocto | 19:16 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:21c:c4ff:fe73:2d74> has joined #yocto | 19:19 | |
*** mavin1 <mavin1!~mhahn1@mnch-5d8683c3.pool.mediaWays.net> has joined #yocto | 19:23 | |
*** bottazzini <bottazzini!~bottazzin@134.191.220.74> has quit IRC | 19:23 | |
*** bigfoot_ <bigfoot_!~bigfoot@134.191.220.74> has joined #yocto | 19:24 | |
*** bigfoot_ <bigfoot_!~bigfoot@134.191.220.74> has quit IRC | 19:24 | |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.74> has joined #yocto | 19:25 | |
*** redengin_ <redengin_!~redengin@73.193.21.136> has joined #yocto | 19:25 | |
*** redengin <redengin!~redengin@73.193.21.136> has quit IRC | 19:25 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 19:27 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 19:28 | |
*** mavin1 <mavin1!~mhahn1@mnch-5d8683c3.pool.mediaWays.net> has quit IRC | 19:36 | |
*** munch_ <munch_!~mark@c-50-129-137-132.hsd1.il.comcast.net> has joined #yocto | 19:39 | |
*** munch_ is now known as Guest38762 | 19:39 | |
*** hugovs_ <hugovs_!~hugo@186.213.248.178> has joined #yocto | 19:43 | |
*** JaMa <JaMa!~martin@ip-89-176-104-3.net.upcbroadband.cz> has quit IRC | 19:47 | |
*** hugovs <hugovs!~hugo@177.159.144.73> has quit IRC | 19:47 | |
* kergoth tests a crazy little .inc that automatically disables every packageconfig which adds extra deps/rdeps | 19:50 | |
*** khem_ <khem_!~textual@c-76-103-142-85.hsd1.ca.comcast.net> has joined #yocto | 19:51 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 19:51 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 19:55 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:21c:c4ff:fe73:2d74> has quit IRC | 20:05 | |
kergoth | hmm, did anyone ever add the ability to escape , in PACKAGECONFIG? I remember the email thread on it, not sure if anyone ever did anything about it | 20:08 |
-YoctoAutoBuilder- build #180 of build-appliance is complete: Failure [failed BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/180 | 20:09 | |
*** btooth <btooth!~daniel@HSI-KBW-134-3-119-156.hsi14.kabel-badenwuerttemberg.de> has quit IRC | 20:11 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-kfttpzfdqspdgexc> has quit IRC | 20:13 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 20:13 | |
kergoth | heh, did a test build with that crazy .inc, reduced # of recipes built for core-image-base from 261 to 205 | 20:13 |
-YoctoAutoBuilder- build #184 of minnow-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/minnow-lsb/builds/184 | 20:14 | |
*** rich1 <rich1!~rich@150.183.200.146.dyn.plus.net> has quit IRC | 20:17 | |
*** manuel__ <manuel__!~manuel@c-73-16-8-100.hsd1.ma.comcast.net> has joined #yocto | 20:17 | |
*** manuel__ <manuel__!~manuel@c-73-16-8-100.hsd1.ma.comcast.net> has quit IRC | 20:20 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has joined #yocto | 20:23 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-ehkrouamkqnpdaou> has quit IRC | 20:38 | |
*** domidimi <domidimi!~Dimitar@p54B37C8F.dip0.t-ipconnect.de> has joined #yocto | 20:38 | |
-YoctoAutoBuilder- build #181 of nightly-mips-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/181 | 20:46 | |
*** rodgort <rodgort!~rodgort@192.241.142.243> has quit IRC | 20:50 | |
-YoctoAutoBuilder- build #184 of nightly-x86-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/184 | 20:56 | |
*** wotte <wotte!~wotte@129.59.122.10> has quit IRC | 21:04 | |
*** pohly <pohly!~pohly@p5DE8F1DF.dip0.t-ipconnect.de> has quit IRC | 21:14 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 21:21 | |
*** domidimi <domidimi!~Dimitar@p54B37C8F.dip0.t-ipconnect.de> has quit IRC | 21:22 | |
*** wotte <wotte!~wotte@108-205-230-136.lightspeed.nsvltn.sbcglobal.net> has joined #yocto | 21:23 | |
-YoctoAutoBuilder- build #187 of nightly-x86-64-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/187 | 21:23 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 21:24 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 21:28 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has quit IRC | 21:32 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-ilkrfeooiclorokx> has quit IRC | 21:35 | |
*** [Sno] <[Sno]!~Sno]@p578b540c.dip0.t-ipconnect.de> has quit IRC | 21:35 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has joined #yocto | 21:37 | |
*** sujith_h <sujith_h!~sharidas@kde/developers/sujithh> has quit IRC | 21:37 | |
*** wotte <wotte!~wotte@108-205-230-136.lightspeed.nsvltn.sbcglobal.net> has quit IRC | 21:39 | |
*** sujith_h <sujith_h!~sharidas@kde/developers/sujithh> has joined #yocto | 21:41 | |
*** [Sno] <[Sno]!~Sno]@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 21:42 | |
-YoctoAutoBuilder- build #185 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/185 | 21:42 | |
*** Nitin <Nitin!~nakamble@134.134.137.75> has joined #yocto | 21:56 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 21:59 | |
*** rwoolley <rwoolley!~rwoolley@128.224.252.2> has quit IRC | 22:00 | |
*** Crofton <Crofton!~balister@69.43.25.211> has quit IRC | 22:01 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 22:04 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:06 | |
*** Crofton <Crofton!~balister@69.43.25.211> has joined #yocto | 22:07 | |
kergoth | https://gist.github.com/kergoth/2c556d9e34cbcd03cb82 - hacking on packageconfig craziness as an experiment | 22:07 |
*** vneutrino <vneutrino!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 22:08 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:11 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 22:13 | |
*** vneutrino <vneutrino!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:15 | |
*** Crofton <Crofton!~balister@69.43.25.211> has quit IRC | 22:16 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 22:16 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:18 | |
*** vneutrino <vneutrino!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 22:18 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:21 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 22:26 | |
*** dorileo <dorileo!~dorileo@134.191.220.73> has quit IRC | 22:28 | |
*** vneutrino <vneutrino!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 22:29 | |
*** Guest38762 <Guest38762!~mark@c-50-129-137-132.hsd1.il.comcast.net> has quit IRC | 22:36 | |
kergoth | ah, its acl-native thats failing to emit a library.. hmm | 22:37 |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:21c:c4ff:fe73:2d74> has joined #yocto | 22:53 | |
*** agust <agust!~agust@p4FDE6E97.dip0.t-ipconnect.de> has quit IRC | 22:57 | |
-YoctoAutoBuilder- build #182 of nightly-fsl-arm-lsb is complete: Failure [failed BuildImages BuildImages_1 BuildImages_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm-lsb/builds/182 | 22:57 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** Nitin1 <Nitin1!nakamble@nat/intel/x-sirbjddvubbiqupf> has joined #yocto | 23:01 | |
*** sjolley <sjolley!~sjolley@134.134.137.71> has quit IRC | 23:02 | |
*** Nitin <Nitin!~nakamble@134.134.137.75> has quit IRC | 23:03 | |
*** Nitin1 <Nitin1!nakamble@nat/intel/x-sirbjddvubbiqupf> has quit IRC | 23:06 | |
*** sgw_ <sgw_!~sgw_@c-67-171-230-40.hsd1.wa.comcast.net> has joined #yocto | 23:12 | |
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has joined #yocto | 23:20 | |
*** sjolley <sjolley!sjolley@nat/intel/x-gqppfklttfysikhf> has joined #yocto | 23:28 | |
*** sgw_ <sgw_!~sgw_@c-67-171-230-40.hsd1.wa.comcast.net> has quit IRC | 23:31 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has quit IRC | 23:37 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 23:58 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!