IRC logs for #automotive for Monday, 2020-12-07

smurrayruthenianboy: that's expected behavior with bitbake, it purposely ignores most of the host environment00:58
smurrayruthenianboy: I wouldn't expect there to be an issue if you're using aglsetup.sh01:00
*** CathyInBlue has joined #automotive01:42
CathyInBlueAnyone knowledgable in Automotive Grade Linux in the channel?01:43
*** toscalix has quit IRC01:50
*** anjumkaiser has joined #automotive05:38
*** anjumkaiser has quit IRC05:48
jdmarkIs there a software repository for Automotive Grade Linux?05:52
jdmarkWhat comes bundled with the linux distro?05:52
*** anjumkaiser has joined #automotive06:12
*** adrian_ has joined #automotive06:34
*** adrian_ has joined #automotive06:39
*** adrian_ has quit IRC06:41
*** anjumkaiser has quit IRC06:43
*** leon-anavi has joined #automotive06:57
leon-anavimorning06:58
*** amalek has quit IRC07:10
*** Wetmelon has quit IRC07:42
*** walzert has joined #automotive08:01
ruthenianboymorning08:11
ruthenianboy@smurray : I did not expect that behaviour of bitbake as I was following steps provided by AGL Documentation. I'm also first time user of bitbake at all :)08:12
*** vrubiolo has joined #automotive08:15
*** toscalix has joined #automotive08:39
*** ruthenianboy has quit IRC08:49
*** ruthenianboy has joined #automotive08:50
*** kooltux_ has joined #automotive09:11
mvladCathyInBlue: even if you don't find your answer here, jira is also another method of doing that. But anyway, you should try asking your question here. People are different timezones so expect some delays.09:17
mvladjdmark: we use yocto/OE to generate a image, so repository wise we aren't like a arch/debian distribution.09:17
*** toscalix has quit IRC09:30
*** ruthenianboy has quit IRC09:32
*** clopez has quit IRC10:06
*** clopez has joined #automotive10:08
*** ruthenianboy has joined #automotive10:19
walzertdl9pf: I synced my repo and then added the cannelloni recipe to "meta-agl-demo/recipes-connectivity" there is now a folder cannelloni  which contains .bb and the folder with the patch it seems that the recipe is not dected oder could not be baked11:40
dl9pfwalzert: did you add it to an image or a packagegroup as well ?11:51
dl9pfquick test:   echo 'IMAGE_INSTALL += "cannelloni"' >> conf/local.conf11:52
dl9pfrebuild11:52
dl9pfTLDR: you need to add cannelloni to one of the packagegroups11:52
walzertok thx I test it. I thought it will be done when it is in the right folder sorry11:57
walzertdl9pf: I added it to packagegroup-agl-demo. Seems to work. I will add that information to my diagram too12:13
*** ruthenianboy has quit IRC12:51
dl9pfok, that should do13:23
walzertthat change is now in gerrit. I think i did a mistake in naming the change13:25
dl9pfwalzert: fixed the commit message.13:45
*** ruthenianboy has joined #automotive14:19
furyjdmark: the docs page has a good overview of what's available and how to install it or build it - https://docs.automotivelinux.org/en/master/14:30
furyin general there are a few different supported boards and a couple kinds of demo images14:31
furyother than that, basically up to you to pick what you want and put it into the build14:31
furyAGL isn't quite something you install and play out of the box like Android or Ubuntu, unless all you need is the stuff that comes in the demo platform image14:32
furyit helps you build one14:32
ruthenianboyit is possible to build AGL completely without QT or AGL depend on it?14:41
dl9pfruthenianboy: the agl-demo-platform does depend on QT, but you can create an own image and only use 'agl-profile-graphical' (packagegroup-profile-graphical') as a base14:42
dl9pfthat will not rely on QT14:42
dl9pfso yes, you can build an image w/o QT. But there is no ready sample atm in-tree.14:42
dl9pfcontributions welcome14:42
dl9pfaka check-out 'agl-image-weston'14:43
ruthenianboyi am building agl-cluster-demo platform and it sits on qtbase for over 1 hour, so was curious14:43
dl9pfthe agl-cluster demo is using qt, yes.14:44
dl9pfqtbase is heavy, yes.14:44
ruthenianboyokay then. Sorry for rookie question, but once build of cluster demo will be complete, could I run aglsetup.sh and build different target? It will be somehow faster thanks to cache?14:46
ruthenianboywill it*14:46
dl9pfdepends ... yes, but:14:47
dl9pf- you might have to move 2 folders14:49
dl9pf  in you current build directory, there is downloads/ and sstate-cache/14:49
dl9pf- move them to e.g.   mkdir -p $HOME/yocto/14:49
dl9pf- create a file $HOME/yocto/site.conf with:14:49
dl9pfecho "DL_DIR = \"${HOME}/.yocto/downloads/\"" > $HOME/yocto/site.conf14:50
dl9pfecho "SSTATE_DIR = \"${HOME}/yocto/sstate-cache/\"" >> $HOME/yocto/site.conf14:50
dl9pf(do that when the first build finished)14:51
dl9pfthan in the old and new build do:14:51
dl9pfln -sf ~/yocto/site.conf conf/14:51
ruthenianboyi am using DL_DIR  and SSTATE_DIR directives for current build (which is in progress)14:51
dl9pfah ... perfect. then you're already set for more speed14:52
dl9pfin the next build14:52
ruthenianboythx for info14:52
furyDoes the HTML5 demo platform still pull in Qt?15:21
*** walzert has quit IRC15:51
*** walzert has joined #automotive15:58
*** walzert has quit IRC16:14
*** anjumkaiser has joined #automotive16:21
dl9pftechnically iirc no, but practically, yes16:30
dl9pffury: iirc ltilve is working on it16:31
mvladWAM doesn't depend on it. It used but, not anymore. Any other depends on it was also removed (some aglextras if I rememeber correctly).16:46
*** Newami has joined #automotive16:46
*** KREYREN has quit IRC16:54
*** KREYREN has joined #automotive16:55
*** banana has quit IRC17:29
*** banana has joined #automotive17:34
*** ruthenianboy has left #automotive17:59
*** walzert has joined #automotive18:09
*** kooltux_ has quit IRC18:13
*** ruthenianboy has joined #automotive18:58
ruthenianboygood evening. Could someone tell me if this screen is expected or if I have some scaling problem? Running cluster demo image in VirtualBox. https://imgur.com/a/6tv69RW18:59
*** toscalix has joined #automotive19:13
dl9pfyou need to set the screen size to 1920x108019:21
dl9pfruthenianboy: the size of the app is fixed to that19:22
ruthenianboydl9pf: not sure how to force virtual box to use that resolution. And qemu wont boot for unknown reason19:28
*** anjumkaiser has quit IRC19:29
furyworking on something that will have the AAC license...is there something else i have to do besides this to get it to support playing m4a AAC files? they're in the mediaplayer list but nothing happens when i tap them in the list. `PACKAGECONFIG_append_pn-gstreamer1.0-plugins-bad = " faad"`19:43
*** toscalix has quit IRC19:46
*** toscalix has joined #automotive19:46
smurrayfury: you'll likely have to add the specific plugin package to the image, only base and good get pulled into agl-demo-platform20:13
furyah. IMAGE_INSTALL_append = " gstreamer1.0-plugins-bad" then?20:13
smurrayfury: for all of them it'd be gstreamer1.0-plugins-bad-meta, I believe.  Likely gstreamer1.0-plugins-bad-faad for just that one20:16
furyhmm. Unable to find a match20:19
smurrayfury: may have to look in tmp/deploy/rpm or down in the gstreamer1.0-plugins-bad WORKDIR to get an idea what the package name(s) are20:36
smurrayfury: or oe-pkgdata-util might have a list option20:36
furydoesn't seem like it creates anything named *faad*20:46
furyi swear i remember doing it that way before. gstreamer1.0-plugins-bad-faad is giving me serious deja vu. maybe it's just that gstreamer has changed from doing it that way and it's now part of the packageconfig?20:54
smurrayfury:  might not hurt to look in the "bitbake -e gstreamer1.0-plugins-bad" output to double check that your append is making it into PACKAGECONFIG20:57
furyurgh. -Dfaad=disabled20:59
* fury starts stabbing stuff in the face20:59
furythere's a PACKAGECONFIG_remove_rpi = "faad" - is there a way to override that or does the append in my site.conf take precedence21:05
furyin meta-agl/meta-agl-bsp/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend21:05
smurrayfury: you can't really over-ride a remove21:09
*** anjumkaiser has joined #automotive21:09
furyoof21:10
smurrayfury: well not easily, afaik.  For the purposes of testing, I'd advise nuking that from the bbappend in meta-agl-bsp for now21:10
furysounds good :D21:11
smurrayfury: we'll have to revisit if it's needed, it might not be now.  I suspect the desire was to not ship bad plugins the BSP was enabling, since it's a license issue21:11
furymakes sense. don't wanna incur the wrath of the patent gods21:12
smurrayfury: the other approach would be to BBMASK out the bbappend from meta-agl-bsp21:12
furyhallelujah, now there's a gstreamer1.0-plugins-bad-faad-1.16.2-r0.aarch64.rpm in tmp/deploy/rpm and my IMAGE_INSTALL_append = " gstreamer1.0-plugins-bad-faad" worked21:19
furythanks smurray :D21:19
smurrayfury: no worries21:19
*** toscalix has quit IRC21:31
*** vrubiolo has quit IRC22:37
*** ruthenianboy has left #automotive22:43
*** anjumkaiser has quit IRC23:37

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!