*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 00:01 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto | 00:06 | |
*** Stygia <Stygia!~gmpsaifi@109.56.107.119.mobile.3.dk> has joined #yocto | 00:16 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has quit IRC | 00:17 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto | 00:18 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto | 00:21 | |
*** Jefro <Jefro!~jefro@pool-114-15.mcoe.us> has joined #yocto | 00:27 | |
*** Jefro <Jefro!~jefro@pool-114-15.mcoe.us> has quit IRC | 00:30 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has quit IRC | 00:32 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has joined #yocto | 00:33 | |
GusBricker | Has anyone here had much experience with meta-mono? | 00:33 |
---|---|---|
GusBricker | I guess my situation/question is, ive built core-image-mono, which has plopped out a core-image-mono*.tar.gz file, what do i do with it? it hasnt given me any images to use. | 00:37 |
fray | core-image-mono.. is a filesystem image as a tarball.. | 00:37 |
fray | you will need to convert it to whatever your device uses. You may be able to enable the device generation for ext3/ext4 and short cut a step somewhat | 00:38 |
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto | 00:42 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 00:42 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 00:47 | |
GusBricker | fray: its given me a root file system in the tarball. Should i be building this into my own layer or something along those lines? | 00:47 |
GusBricker | Sorry, im a bit green when it comes to yocto/oe build system | 00:47 |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC | 00:51 | |
fray | back | 00:55 |
fray | the root filesystem (the image you told it to build) is a full filesystem that should be runnable on a target system. (It might be a demo, I'm not familar with meta-mono).. but the idea is that an image is something you can just put on the target device and run | 00:56 |
*** kmccombe <kmccombe!~kevinm@12.202.168.34> has quit IRC | 00:56 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has quit IRC | 00:57 | |
*** sgw_ <sgw_!~sgw@50-76-103-9-static.hfc.comcastbusiness.net> has joined #yocto | 00:58 | |
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC | 01:07 | |
*** Stygia <Stygia!~gmpsaifi@109.56.107.119.mobile.3.dk> has quit IRC | 01:45 | |
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has quit IRC | 01:49 | |
*** darknighte is now known as darknighte_znc | 01:54 | |
*** thaytan <thaytan!~thaytan@113.94.233.220.static.exetel.com.au> has joined #yocto | 01:55 | |
*** darknighte_znc is now known as darknighte | 01:57 | |
*** silviof3 <silviof3!~silviof@ppp-188-174-16-100.dynamic.mnet-online.de> has joined #yocto | 02:02 | |
GusBricker | fray: so for example, i have just setup my poky environment to build images for my TI am335x-evm dev platform using core-image-base and meta-ti layer. Should the image built with core-image-mono work on my am335x-evm? | 02:02 |
*** silviof2 <silviof2!~silviof@host-188-174-204-58.customer.m-online.net> has quit IRC | 02:04 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 02:28 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 02:31 | |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has joined #yocto | 02:37 | |
*** darknighte is now known as darknighte_znc | 02:38 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 02:51 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 02:54 | |
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has joined #yocto | 02:55 | |
nerdboy | GusBricker: should, yes, but whether it does or not is the question... | 02:58 |
GusBricker | hmm, looking like it doesnt | 02:58 |
nerdboy | did you try console-image or maybe clutter-image? | 02:58 |
GusBricker | i tried core-image-x11 as well | 02:59 |
GusBricker | which didnt work, its weird because its not even getting into u-boot | 02:59 |
nerdboy | i ended up building my own graphical image recipes for rpi... | 02:59 |
GusBricker | for mono? | 03:00 |
nerdboy | no, just to get a working sato image, and then my own xorg "lite" image | 03:00 |
GusBricker | ah | 03:00 |
GusBricker | what i would like, is to get a version of mono/gtk#/x11 running, but im still getting my head around yocto/oe | 03:01 |
GusBricker | probably need to take smaller steps | 03:01 |
nerdboy | try copying the mono image to your own layer and include your hw-ip image or whatever the most minimal working image is | 03:01 |
GusBricker | so far the only image ive gotten to work is core-image-base | 03:01 |
nerdboy | so add "include core-image-base" to your version of the mono image | 03:02 |
GusBricker | ok, will do | 03:03 |
GusBricker | it already includes core-image-sato tho, is that okay to use both? | 03:03 |
nerdboy | try replacing it | 03:06 |
nerdboy | since it already didn't work, right? | 03:07 |
GusBricker | yup | 03:07 |
nerdboy | you could also add something like this, if it's not already there: | 03:07 |
nerdboy | IMAGE_FEATURES += "package-management ssh-server-openssh splash x11-base" | 03:08 |
GusBricker | into my local.conf file? | 03:08 |
nerdboy | image recipe | 03:08 |
GusBricker | oh | 03:08 |
nerdboy | the sato image has x11-base-sato or some such, which pulls in connman | 03:09 |
GusBricker | hmm | 03:13 |
GusBricker | so sato inherits core-image | 03:13 |
nerdboy | my original xorg image only inherited the core-image bbclass | 03:17 |
nerdboy | recently something changed upstream and it stopped booting | 03:17 |
nerdboy | i had to fiddle with it and ended up adding the "include rpi-hwup-image.bb" and removing some supposedly valid config options | 03:19 |
nerdboy | looks like this now: https://github.com/sarnold/meta-raspberrypi/blob/master/recipes-core/images/rpi-xorg-image.bb | 03:19 |
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto | 03:25 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 04:10 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 04:18 | |
nerdboy | GusBricker: is it soup yet? | 04:22 |
GusBricker | lol | 04:22 |
GusBricker | im taking a step back, and taking baby steps. | 04:23 |
GusBricker | so creating my own layer, which inherits core-image | 04:23 |
GusBricker | then ill slowly try introduce extra features | 04:23 |
GusBricker | that way ill get an understanding of what im actually doing, rather then just diving in to deep! | 04:25 |
nerdboy | you don't need too much in your ti layer just to try some other stuff | 04:25 |
nerdboy | as long as the corresponding layers are in your bblayers.conf, you should be able to build it | 04:25 |
GusBricker | ive just got an image recipe in my layer, that is inheriting core-image, and adding a few extra image features | 04:26 |
nerdboy | for anything interesting, you need at least an X image with a login manager or a mini_x session config or similar | 04:27 |
nerdboy | there are xfce and gnome layers, plus a couple of qt layers | 04:29 |
nerdboy | *of | 04:29 |
nerdboy | for gtk i would include the gnome stuff but use a different session default | 04:29 |
nerdboy | openbox/dbus/consolekit or something similar | 04:30 |
GusBricker | ok | 04:32 |
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has joined #yocto | 04:32 | |
GusBricker | how does the inherit command work? its inheriting core-image, but what is core-image? | 04:33 |
nerdboy | inherit is for bbclasses | 04:33 |
nerdboy | include is for files | 04:33 |
nerdboy | require is for a specific file | 04:34 |
GusBricker | was trying to find a page on the yocto wiki on it, but couldnt | 04:34 |
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has quit IRC | 04:37 | |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has quit IRC | 04:48 | |
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC | 04:49 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 04:58 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto | 05:10 | |
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has joined #yocto | 05:11 | |
*** amarsman <amarsman!~marsman@52489B71.cm-4-1c.dynamic.ziggo.nl> has quit IRC | 05:11 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 05:22 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 05:31 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 05:44 | |
*** mihai <mihai!~mihai@188.27.93.25> has quit IRC | 05:51 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 05:53 | |
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC | 05:56 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 06:06 | |
*** agust <agust!~agust@p4FDE6D1B.dip0.t-ipconnect.de> has joined #yocto | 06:27 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC | 06:33 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has joined #yocto | 06:33 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC | 06:38 | |
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has joined #yocto | 06:42 | |
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has joined #yocto | 06:45 | |
*** melonipoika <melonipoika!~quassel@a88-115-25-114.elisa-laajakaista.fi> has joined #yocto | 06:54 | |
*** kbart <kbart!~KBart@213.197.143.19> has joined #yocto | 06:57 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 06:57 | |
*** ericben <ericben!~ebenard@pac33-3-88-170-243-169.fbx.proxad.net> has quit IRC | 07:05 | |
*** ericben <ericben!~ebenard@pac33-3-88-170-243-169.fbx.proxad.net> has joined #yocto | 07:14 | |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has joined #yocto | 07:22 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto | 07:24 | |
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 07:29 | |
*** sameo <sameo!samuel@nat/intel/x-vsgmfjyxccorplht> has joined #yocto | 07:39 | |
*** florian_kc <florian_kc!~fuchs@port-217-146-132-69.static.qsc.de> has joined #yocto | 07:48 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:48 | |
*** florian_kc is now known as florian | 07:50 | |
*** silviof3 is now known as silviof | 07:53 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 07:54 | |
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has quit IRC | 07:54 | |
*** fpaut_ is now known as fpaut | 07:56 | |
*** sameo <sameo!samuel@nat/intel/x-vsgmfjyxccorplht> has quit IRC | 07:56 | |
*** sameo <sameo!~samuel@192.55.55.39> has joined #yocto | 07:57 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 08:01 | |
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has quit IRC | 08:02 | |
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has joined #yocto | 08:04 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 08:07 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 08:09 | |
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has quit IRC | 08:15 | |
*** Saur1 <Saur1!~pkj@c83-254-159-106.bredband.comhem.se> has joined #yocto | 08:17 | |
*** belen <belen!Adium@nat/intel/x-ecwwwxhzfcvkljdc> has joined #yocto | 08:22 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto | 08:35 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC | 08:36 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto | 08:36 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 08:39 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 08:39 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:39 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC | 08:41 | |
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto | 08:47 | |
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has joined #yocto | 08:52 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 09:02 | |
elbc | rburton: hi ! do you know if the wayland/weston 1.3.0 has been accepted ? | 09:02 |
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 09:04 | |
bluelightning | morning all | 09:06 |
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has quit IRC | 09:12 | |
zerus | I'm trying to use SDKIMAGE_FEATURES to add packages that only should occur in the SDK. Bu I cannot get this working. Probably something I'm doing wrong.. I have added it in local.conf like : SDKIMAGE_FEATURES := " pkgA pkgB" Then running populate_sdk | 09:18 |
bluelightning | zerus: SDKIMAGE_FEATURES is for adding features, not individual packages | 09:23 |
bluelightning | zerus: if you want to add a package to the target portion of the SDK you need to add them to TOOLCHAIN_TARGET_TASK | 09:24 |
zerus | bluelightning: Aha OK. That explains it.. SO if I append TOOLCHAIN_TARGET_TASK it will only end up in the SDK and not in the final rootfs? | 09:25 |
bluelightning | zerus: correct yes | 09:26 |
zerus | bluelightning: thanks. I will give it a try. | 09:27 |
jackmitchell | ok, so I'm trying to set my root password with the extrausers.bbclass | 09:35 |
jackmitchell | however, how I can define what the salt is for shadow in order to generate the hash? | 09:36 |
jackmitchell | it seems to increment by 1 per build, as the salt was 15995 when I generated the hash, but in my new build it is now 15996 | 09:36 |
jackmitchell | ah wait, I may have misunderstood, the salt is included in the password hash; which seems a bit weird but oh well | 09:41 |
jackmitchell | I was under the impression that shadow provided the salt, which all the passwords had to be hashed with in order to work | 09:42 |
bluelightning | jackmitchell: how are you setting the password within EXTRA_USERS_PARAMS ? | 09:46 |
jackmitchell | EXTRA_USERS_PARAMS = "\ | 09:47 |
jackmitchell | usermod -p '$6$1BBHm9j1$Kq6cRYht.cgAEF9DMZg6x2CmnFuJh6R64awVujE60ghOA9rl5TqmPDTRzXFlJ1gQur6mKUSGBMQuqvOTveLto1' root; \ | 09:47 |
jackmitchell | " | 09:47 |
jackmitchell | it's chaning the shadow file, but I can't log in when I've booted the system | 09:47 |
jackmitchell | I'm giving it another go, with what I think is a correct hash now | 09:47 |
bluelightning | I would say we probably need to make this easier | 09:48 |
jackmitchell | I honestly concur | 09:48 |
jackmitchell | I've been using OE for a couple of years now and I'm struggling with it | 09:48 |
bluelightning | just checking, you're adding this root password for local use not via ssh, right? | 09:48 |
jackmitchell | both | 09:48 |
jackmitchell | I want it local and ssh | 09:49 |
bluelightning | ok, wouldn't it be more secure to use a key for the remote part? | 09:49 |
*** amarsman <amarsman!~marsman@5ED0998D.cm-7-1c.dynamic.ziggo.nl> has joined #yocto | 09:49 | |
jackmitchell | bluelightning: it's just a default root password | 09:49 |
jackmitchell | it doesn't need to be secure, just set as a default | 09:49 |
bluelightning | right, guess it depends on the usage of the device | 09:49 |
jackmitchell | yeah, if the customer wants to change it then they're free to do so, but we need to ship it with something ;) | 09:50 |
bluelightning | would you mind entering a feature request in bugzilla for a way to set the root password via EXTRA_USERS_PARAMS (presumably in cleartext)? | 09:52 |
jackmitchell | ah damn, it's mushed the $ signs thinking they're variables, do you think an escaping backslash would do it? | 09:53 |
jackmitchell | bluelightning: will do | 09:53 |
bluelightning | thanks | 09:53 |
bluelightning | hmm | 09:53 |
bluelightning | you could try backslashes but I would have thought the ' ' would have stopped that from happening | 09:54 |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto | 09:59 | |
jackmitchell | bluelightning: backslashes fixed it | 10:01 |
jackmitchell | https://bugzilla.yoctoproject.org/show_bug.cgi?id=5365 | 10:01 |
yocti | Bug 5365: normal, Undecided, ---, saul.wold, NEW , ability to set root password in cleartext | 10:01 |
*** mitz_ <mitz_!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has quit IRC | 10:04 | |
bluelightning | jackmitchell: ok, thanks | 10:07 |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto | 10:09 | |
Crofton|work | how do I search bugzilla for 1.6 feature requests | 10:12 |
rburton | elbc: no, because it was still broken in a pure sysvinit configuration. | 10:13 |
rburton | elbc: finally worked out the fix yesterday | 10:13 |
rburton | (and wrote proper systemd units too) | 10:14 |
bluelightning | Crofton|work: advanced search then just select the 1.6 items in the Target Milestone list, and "enhancement" under importance | 10:18 |
Crofton|work | is there a way to have a list of stored searches? | 10:18 |
bluelightning | Crofton|work: but note we havent gone through and reassigned the milestone for all bugs yet, that's happening today I think | 10:18 |
Crofton|work | we need to get a master slave prserv in place | 10:19 |
bluelightning | Crofton|work: absolutely, if you save a search it'll appear in the bottom of the page | 10:19 |
bluelightning | every page that is | 10:19 |
Crofton|work | I was thinking globally | 10:19 |
Crofton|work | so any idiot can find it | 10:19 |
bluelightning | typically we accomplish that by using the mediawiki integration, then we can show the search results directly in the wiki | 10:19 |
bluelightning | e.g. see https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status | 10:21 |
bluelightning | we'll be creating a 1.6 page similar to that shortly I would think | 10:21 |
*** amarsman <amarsman!~marsman@5ED0998D.cm-7-1c.dynamic.ziggo.nl> has quit IRC | 10:22 | |
Krz- | is there any Yocto way I can make my layer uclibc/eglibc compatibile? For now I use only uclibc and I have things like 'IMAGE_INSTALL += "libiconv"' which will not work for eglibc | 10:30 |
Krz- | was wondering if I can make layer in such a way, that uclibc/eglibc switch would be just one-liner | 10:31 |
Krz- | I think there is something like IMAGE_INSTALL_pn-uclibc, or similar? | 10:31 |
Krz- | maybe this: IMAGE_INSTALL_append_libc-uclibc | 10:35 |
rburton | yes, that | 10:36 |
rburton | but won't library dependencies get libiconv installed for you? | 10:37 |
*** em- <em-!em@pasanda.collabora.co.uk> has left #yocto | 10:39 | |
Krz- | to be precise I need uclibc-dev, libiconv-dev etc. | 10:40 |
Krz- | installing only uclibc-dev doesn't pull libiconv-dev to the image unfortunately | 10:40 |
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has left #yocto | 10:43 | |
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has joined #yocto | 10:43 | |
bluelightning | Krz-: you can use libc overrides, e.g. IMAGE_INSTALL_append_libc-uclibc = " libiconv-dev" | 10:44 |
bluelightning | similarly libc-glibc for eglibc | 10:44 |
bluelightning | (libc-glibc, not libc_eglibc) | 10:45 |
Krz- | bluelightning: ok, that's cool | 10:45 |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has quit IRC | 10:46 | |
Krz- | bluelightning: for dev image with eglibc I hope it's enough if I just install eglibc-dev, is that correct? | 10:46 |
bluelightning | Krz-: I would think so yes | 10:46 |
ant_work | iirc we use _linux-gnueabi _linux-uclibceabi as well | 10:48 |
bluelightning | that'll only work on arm | 10:49 |
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC | 10:50 | |
ant_work | oh, right | 10:50 |
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto | 10:51 | |
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 10:53 | |
*** Crofton|work <Crofton|work!~balister@pool-108-44-88-68.ronkva.east.verizon.net> has quit IRC | 11:17 | |
*** Crofton|work <Crofton|work!~balister@pool-108-44-88-68.ronkva.east.verizon.net> has joined #yocto | 11:17 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC | 11:25 | |
jackmitchell | ok, so I've git another road block. I believe that my password doesn't work as the passwd file still specifes * in the second column, when it should specify 'x' to denote that the password is in the shadow file | 11:27 |
jackmitchell | I added the following | 11:27 |
jackmitchell | ROOTFS_POSTPROCESS_COMMAND += "sed -i 's/*/x/' ${IMAGE_ROOTFS}/etc/passwd ;" | 11:28 |
jackmitchell | that works on a file in my local filesystem, but doesn't do anything to the passwd file in my target rootfs | 11:28 |
jackmitchell | does anyone have any ideas how I can achieve this? | 11:29 |
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has joined #yocto | 11:37 | |
*** arky <arky!~arky@41.93.30.62> has joined #yocto | 11:39 | |
jackmitchell | ok ROOTFS_POSTPROCESS_COMMAND_append worked | 11:42 |
jackmitchell | maybe something was munging the passwd file after I had changed it, who knows | 11:42 |
zerus | bluelightning: I tried your suggestions with TOOLCHAIN_TARGET_TASK it worked fine. But I want to specify a list of packages with PACKAGE_GROUP_somename = "pkgA pkgB". But TOOLCHAIN_TARGET_TASK Doesn't seems to like this. I then tried to create my "own" feature with: COMPLEMENTARY_GLOB[somename-pkgs] = 'pkgA pkgB', this works fine to get install with SDKIMAGE_FEATURES. But I cannot get this one working with PACKAGE_GROUP either. Any suggesti | 11:43 |
zerus | bluelightning: My problem is with other words to create a "pkglist" (with PACKAGE_GROUP) and get them included only in the SDK. | 11:44 |
*** arky <arky!~arky@41.93.30.62> has quit IRC | 11:51 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC | 12:01 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto | 12:02 | |
*** zeeblex <zeeblex!apalalax@nat/intel/x-thfusftxztjkphsk> has left #yocto | 12:07 | |
elbc | rburton: ok thanks ! | 12:20 |
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has quit IRC | 12:21 | |
Stygia | bluelightning, Hey. | 12:23 |
Stygia | If I wanted to make a repository with all my recipes sometime, and send it to you for a sign-off, what's the best way to go about that? | 12:23 |
Stygia | I'd rather avoid pushing something incomplete again. | 12:24 |
kbart | Hello. I'm still fighting to make qte SDK. I have built it using "bitbake meta-toolchain-qte", installed it. And now what? How do I make "hello world" app using it? When I try to compile app using qmake in SDK, I get errors. | 12:27 |
jackmitchell | kbart: did you source the environment file? | 12:27 |
kbart | jackmitchell, yes (environment-setup-armv7ahf-vfp-neon-oe-linux-gnueabi) | 12:28 |
jackmitchell | kbart: you'll have to post some error logs to get any more help then | 12:28 |
jackmitchell | in pastebin.com | 12:28 |
jackmitchell | not on irc | 12:28 |
*** e8johan <e8johan!~quassel@c-d463e455.16-3-64736c10.cust.bredbandsbolaget.se> has quit IRC | 12:29 | |
Stygia | bluelightning, And frankly I'm embarassigly derp with git, so since you volunteered to check the recipes before I try to commit again I figured I should take you up on it. | 12:30 |
*** scot_ <scot_!~scot@130.164.62.183> has joined #yocto | 12:30 | |
kbart | well, it looks like some environmentals are missing or misconfigured. What would be most helpful is to have some "hello world" example. I can't find any useful information on google. | 12:30 |
Stygia | bluelightning, I did read up on rebase -i and such, I'm significantly less derp than last we spoke. | 12:31 |
jackmitchell | :q | 12:33 |
ndec | Stygia: you mean less 'git' ;-) | 12:34 |
kbart | jackmitchell, here it is: http://pastebin.com/KPJP8HZi | 12:34 |
kbart | hm, OE_QMAKE_INCDIR_QT looks suspicious: | 12:35 |
kbart | kb@kb-linux:~/Projects/TestPrj/app$ printenv | grep OE_QMAKE_INCDIR_QT | 12:35 |
kbart | OE_QMAKE_INCDIR_QT=/home/kb/Projects/TestPrj/sdk/qte/sysroots/armv7ahf-vfp-neon-oe-linux-gnueabi//usr/include/qtopia | 12:35 |
kbart | see double "//" | 12:35 |
Stygia | ndec, What? | 12:35 |
ndec | i am not native english speaker, but i read that 'git' meant stupid/simple... | 12:36 |
ndec | -;) | 12:36 |
Stygia | Aah, right! Yes I've heard that. | 12:36 |
ndec | http://www.urbandictionary.com/define.php?term=git | 12:36 |
Stygia | Heh, also not a native speaker, I'd have guessed you made a pun on "good". | 12:36 |
ndec | hehe no! | 12:37 |
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC | 12:42 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto | 12:42 | |
*** sgw_ <sgw_!~sgw@50-76-103-9-static.hfc.comcastbusiness.net> has quit IRC | 12:52 | |
bluelightning | zerus: er COMPLEMENTARY_GLOB wouldn't be the right thing for that | 12:57 |
bluelightning | zerus: if you've defined an image feature via PACKAGE_GROUP then you can add that to SDKIMAGE_FEATURES | 12:57 |
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC | 12:58 | |
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto | 12:59 | |
bluelightning | Stygia: sure, you can push to a github repo if you like | 12:59 |
Stygia | bluelightning, Ah alright, I'll do that for our 'public' recipes and link you sometime this weekend. | 13:00 |
Stygia | bluelightning, Are you normally on during the weekends? I'll just do it monday otherwise, or later. | 13:00 |
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto | 13:00 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 13:00 | |
bluelightning | Stygia: yep I should be around at least partially over the weekend | 13:00 |
Stygia | bluelightning, Good, I have so many recipes now I feel bad for not sharing, but a few of them do still need some cleaning up. | 13:02 |
Stygia | bluelightning, BTW, do you remember what that variable to pass flags to a configure script when using autotools was? I'd like to use autotools for this recipe but I don't remember, OE_EXTRA something. | 13:03 |
bluelightning | Stygia: EXTRA_OECONF | 13:03 |
bluelightning | Stygia: it'll be great to get those in, definitely | 13:03 |
bluelightning | I can certainly help where needed | 13:04 |
Stygia | bluelightning, Ah right, and thanks! I'd do it myself, but I slip up and bother the mailing list, so. | 13:04 |
Stygia | You did offer it specifically. ^_^ I wouldn't ask otherwise. | 13:04 |
tlwoerner | ndec: just for completeness "git" is a British-ism and not used very much in North America. in fact in NA "git" is more likely to be assumed to be an American-ization of "get" (i.e. git 'er done) | 13:06 |
tlwoerner | http://www.urbandictionary.com/define.php?term=git%20er%20done | 13:06 |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-bydjzymwlcwwutra> has joined #yocto | 13:08 | |
Crofton|work | so many cultures, so little time | 13:10 |
*** rainerschuster1 <rainerschuster1!~Adium@pD951994B.dip0.t-ipconnect.de> has joined #yocto | 13:10 | |
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has quit IRC | 13:12 | |
zerus | bluelightning: I tried add my PACKAGE_GROUP to SDKIMAGE_FEATURES without success. When reading the code (image.bbclass) it looks like PACKAGE_GROUP is only for IMAGE_FEATURES. | 13:15 |
bluelightning | zerus: ah, right | 13:20 |
bluelightning | zerus: as a workaround I would suggest creating a packagegroup recipe that pulls in the packages you want to group together and then add that to TOOLCHAIN_TARGET_TASK | 13:20 |
bluelightning | Stygia: sure, no problem | 13:20 |
bluelightning | tlwoerner: or perhaps a Southernism for "get lost" ;) | 13:21 |
tlwoerner | bluelightning: yes, i was considering adding that too :-) like if there's a stray dog around that's making you nervous :-) | 13:22 |
zerus | bluelightning: Yeah, that should work. Will try that. Do you think it could be of interest (in mainline yocto) if I try implementing PACKAGE_GROUP support for SDKIMAGE? Thanks for your time. | 13:23 |
bluelightning | zerus: yes, ideally those should work together | 13:24 |
*** walters <walters!~walters@c-66-31-18-51.hsd1.ma.comcast.net> has joined #yocto | 13:37 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC | 13:37 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto | 13:38 | |
*** kmscherer <kmscherer!~kscherer@128.224.252.2> has quit IRC | 13:39 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC | 13:43 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC | 13:45 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC | 13:53 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto | 13:54 | |
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto | 13:56 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 13:58 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 14:00 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 14:02 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 14:05 | |
*** kbart <kbart!~KBart@213.197.143.19> has quit IRC | 14:07 | |
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has quit IRC | 14:08 | |
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto | 14:08 | |
*** Kangkai_ <Kangkai_!~kai@192.55.46.38> has joined #yocto | 14:11 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC | 14:11 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 14:12 | |
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has quit IRC | 14:13 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has quit IRC | 14:18 | |
*** belen2 <belen2!~Adium@134.134.139.72> has joined #yocto | 14:21 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 14:23 | |
*** belen <belen!Adium@nat/intel/x-ecwwwxhzfcvkljdc> has quit IRC | 14:23 | |
*** Guest48555 is now known as jero | 14:28 | |
*** arky <arky!~arky@41.93.30.62> has joined #yocto | 14:37 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 14:37 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has quit IRC | 14:44 | |
*** arky <arky!~arky@41.93.30.62> has quit IRC | 14:44 | |
*** Daemon404 <Daemon404!~who_knows@host86-135-15-225.range86-135.btcentralplus.com> has joined #yocto | 14:46 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has joined #yocto | 14:46 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 14:53 | |
*** darknighte_znc is now known as darknighte | 14:53 | |
Krz- | can I do 'do_install' step in image recipe? | 14:55 |
Krz- | I need to add one file: /etc/modprobe.d/modules.conf | 14:55 |
Krz- | with dependencies on modules loading order | 14:55 |
Krz- | or maybe: ROOTFS_POSTPROCESS_COMMAND is way to go? | 14:56 |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has quit IRC | 14:57 | |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has joined #yocto | 15:01 | |
RP | Krz-: that is probably easier since I think it wipes the directory as the first step | 15:01 |
Krz- | RP: ROOTFS_POSTPROCESS_COMMAND easier ? | 15:02 |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 15:02 | |
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto | 15:05 | |
*** sebson <sebson!~sebson@94.103.137.126> has quit IRC | 15:11 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has joined #yocto | 15:16 | |
*** OlivierG <OlivierG!~OlivierG@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has left #yocto | 15:18 | |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has quit IRC | 15:23 | |
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC | 15:39 | |
rburton | elbc: you might be interested to know i have h264 hardware decoding through gstreamer on weston | 15:43 |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has joined #yocto | 15:51 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 15:55 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 16:00 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 16:00 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 16:06 | |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has quit IRC | 16:06 | |
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC | 16:06 | |
*** ka6sox is now known as ka6sox-farafaraw | 16:08 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 16:09 | |
elbc | rburton: excellent ! | 16:11 |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 16:11 | |
elbc | I have to quit, but let me know how to make it work see you on monday I hope | 16:11 |
*** fpaut is now known as fpaut_ | 16:12 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 16:13 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 16:13 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 16:18 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has quit IRC | 16:20 | |
*** likewise <likewise!~likewise@h245113.upc-h.chello.nl> has joined #yocto | 16:21 | |
*** francois99 <francois99!~francois9@78-33-60-6.static.enta.net> has quit IRC | 16:24 | |
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has quit IRC | 16:32 | |
kergoth | you know, i had no idea how useful bitbake-whatchanged is, until a couple days ago | 16:33 |
* kergoth yawns | 16:33 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 16:33 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:34 | |
*** sameo <sameo!samuel@nat/intel/x-yvzzqzuzjunpqpbz> has joined #yocto | 16:46 | |
*** fpaut_ is now known as fpaut | 16:52 | |
*** fpaut is now known as fpaut_ | 16:57 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 17:12 | |
*** belen2 <belen2!~Adium@134.134.139.72> has quit IRC | 17:15 | |
*** sameo <sameo!samuel@nat/intel/x-yvzzqzuzjunpqpbz> has quit IRC | 17:16 | |
*** c00kiemon5ter <c00kiemon5ter!~c00kiemon@foss-aueb/coder/c00kiemon5ter> has joined #yocto | 17:16 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 17:21 | |
*** rainerschuster1 <rainerschuster1!~Adium@pD951994B.dip0.t-ipconnect.de> has quit IRC | 17:22 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 17:24 | |
*** Darander <Darander!~Darander@c83-252-255-124.bredband.comhem.se> has joined #yocto | 17:24 | |
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto | 17:25 | |
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has quit IRC | 17:25 | |
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto | 17:26 | |
*** fenrig <fenrig!~fenrig@94-226-35-134.access.telenet.be> has quit IRC | 17:27 | |
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has quit IRC | 17:46 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 17:53 | |
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has joined #yocto | 17:55 | |
*** pidge <pidge!~eflanagan@c-24-21-207-18.hsd1.or.comcast.net> has joined #yocto | 17:57 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 18:02 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 18:05 | |
*** behanw <behanw!~behanw@S01067cb21b219d94.gv.shawcable.net> has quit IRC | 18:11 | |
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has joined #yocto | 18:14 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 18:25 | |
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto | 18:25 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:25 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 18:26 | |
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has joined #yocto | 18:32 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:33 | |
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has quit IRC | 18:54 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 18:56 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 18:57 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 18:57 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 19:05 | |
*** vquicksilver <vquicksilver!~wolf@81.172.121.160.dyn.user.ono.com> has joined #yocto | 19:06 | |
*** vquicksilver <vquicksilver!~wolf@gentoo/contributor/vquicksilver> has joined #yocto | 19:06 | |
*** vquicksilver <vquicksilver!~wolf@gentoo/contributor/vquicksilver> has quit IRC | 19:17 | |
*** bradn <bradn!bneedham@nat/intel/x-rmsivbvfpfbkyxfy> has joined #yocto | 19:25 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 19:25 | |
*** Saur <Saur!pkj@nat/axis/x-yzdgvfmremorgonx> has quit IRC | 19:26 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC | 19:28 | |
*** bradn <bradn!bneedham@nat/intel/x-rmsivbvfpfbkyxfy> has left #yocto | 19:28 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 19:37 | |
*** bradn <bradn!~bneedham@134.134.139.74> has joined #yocto | 19:40 | |
*** bradn <bradn!~bneedham@134.134.139.74> has quit IRC | 19:46 | |
*** rainerschuster <rainerschuster!~Adium@pD951994B.dip0.t-ipconnect.de> has quit IRC | 19:48 | |
*** tlwoerner_ <tlwoerner_!~tlwoerner@linaro/tlwoerner> has joined #yocto | 19:50 | |
* pidge pushes the big red 1.5 release button | 19:55 | |
*** galak <galak!~galak@99-51-185-173.lightspeed.austtx.sbcglobal.net> has quit IRC | 19:55 | |
Jefro | +1 | 19:56 |
mr_science | if you build off master it's been poky 1.5 for a while now... | 19:57 |
mr_science | always a good milestone when you kick it out the door for real | 19:57 |
kergoth | woo | 20:05 |
kergoth | grats all around | 20:05 |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 20:06 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 20:07 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC | 20:12 | |
*** Darander <Darander!~AndersD@c83-252-255-124.bredband.comhem.se> has quit IRC | 20:14 | |
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto | 20:14 | |
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has quit IRC | 20:23 | |
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto | 20:23 | |
*** Darander_ <Darander_!~AndersD@c83-252-255-124.bredband.comhem.se> has joined #yocto | 20:25 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 20:41 | |
*** Tuhin <Tuhin!~Tuhin@fip12c20.banglalionwimax.com> has joined #yocto | 20:44 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 20:53 | |
*** zenlinux <zenlinux!~sgarman@c-50-139-96-211.hsd1.or.comcast.net> has joined #yocto | 21:00 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 21:13 | |
*** tlwoerner_ <tlwoerner_!~tlwoerner@linaro/tlwoerner> has quit IRC | 21:16 | |
*** jzhang <jzhang!jzhang@nat/intel/x-ltooojushwirmscz> has left #yocto | 21:21 | |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 21:23 | |
BCMM | where would be the right place to set IMAGE_FSTYPES for my project? | 21:29 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 21:30 | |
*** challinan <challinan!~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 21:32 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 21:35 | |
*** Tuhin <Tuhin!~Tuhin@fip12c20.banglalionwimax.com> has left #yocto | 21:43 | |
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has quit IRC | 21:47 | |
*** ant_home <ant_home!~andrea@95.237.174.211> has joined #yocto | 21:49 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 21:55 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 21:57 | |
mr_science | BCMM: typically in local.conf | 22:09 |
BCMM | mr_science: will override other settings? | 22:09 |
BCMM | i mean, other stuff that sets that var | 22:09 |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 22:10 | |
mr_science | not sure, probably depends on where | 22:10 |
BCMM | it's in conf/machine/raspberrypi.conf in the rpi BSP | 22:10 |
mr_science | i believe local.conf should override that | 22:10 |
mr_science | at least that's what the readme clams: Override IMAGE_FSTYPES in local.conf | 22:11 |
mr_science | *claims even | 22:12 |
*** Kangkai_ <Kangkai_!~kai@192.55.46.38> has quit IRC | 22:15 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto | 22:15 | |
BCMM | mr_science: readme for what? | 22:19 |
BCMM | mr_science: also, thanks a lot! | 22:19 |
mr_science | readme for the rpi layer | 22:20 |
*** scot_ <scot_!~scot@130.164.62.183> has quit IRC | 22:26 | |
BCMM | thanks, i must have looked right past that because i wasn't trying for compression | 22:28 |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has joined #yocto | 22:31 | |
*** nitink <nitink!~nitink@134.134.139.76> has quit IRC | 22:33 | |
mr_science | BCMM: which rpi-layer are you trying to build from? | 22:45 |
mr_science | the upstream one doesn't have any useful images in it | 22:46 |
mr_science | just hw-up and rpi-basic i think | 22:46 |
mr_science | i just use the "normal" sdimg output | 22:47 |
mr_science | can always compress later to save space | 22:48 |
*** kmccombe <kmccombe!~kevinm@bas10-ottawa23-1128688181.dsl.bell.ca> has quit IRC | 22:50 | |
*** nitink <nitink!~nitink@134.134.139.76> has joined #yocto | 22:53 | |
BCMM | mr_science: i've been using this one https://github.com/djwillis/meta-raspberrypi - there's another one? | 23:10 |
BCMM | i don't actually want to use any built-in image type - i'm trying to produce a directory or archive containing the bootfiles including an initramfs (which is my only rootfs) | 23:11 |
BCMM | (but to start with i think i'll just use the files i already have on the sdcard and just build a cpio image fstype) | 23:13 |
mr_science | according to github there are 30-some forks of the djwillis layer, including mine... | 23:21 |
mr_science | but i haven't played with initramfs on rpi yet | 23:21 |
mr_science | i was just going to say, if you want to try a more complete image, i have an rpi-xorg image and a couple of console ones | 23:22 |
mr_science | haven't played with the console ones much lately either | 23:23 |
mr_science | looks like i just have the rpi-clutter image, but i did build the normal console-image at one point | 23:24 |
mr_science | https://github.com/sarnold/meta-raspberrypi <= if you're interested... | 23:25 |
*** pidge <pidge!~eflanagan@c-24-21-207-18.hsd1.or.comcast.net> has quit IRC | 23:33 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-bydjzymwlcwwutra> has quit IRC | 23:43 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 23:44 | |
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto | 23:47 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!