*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC | 00:16 | |
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto | 00:16 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 00:20 | |
*** sameo <sameo!~samuel@192.55.54.44> has quit IRC | 00:22 | |
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto | 00:23 | |
RP1 | paulg: bitbake -e | grep OVERRIDES= -C5 shows "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${CLASSOVERRIDE}:forcevariable${LIBCOVERRIDE}" | 00:24 |
---|---|---|
RP1 | i.e. TARGET_ARCH is an override | 00:24 |
*** jairglez <jairglez!~jairdeje@134.134.139.76> has quit IRC | 00:24 | |
paulg | RP1, yeah, I'll have to dig up and re-test my use case ; from what I recall -- everything I saw made it _look_ like it should work; but it simply would not work. | 00:26 |
paulg | I was trying to something as simple as limiting grub to x86_64 and i386 builds. | 00:26 |
paulg | s/to/to do/ | 00:27 |
RP1 | paulg: that is usually with COMPATIBLE_HOST | 00:29 |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto | 00:30 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 00:31 | |
paulg | RP1, yeah I originally did see COMPATIBLE_HOST examples, and may have fallen into that trap originally but zeddii and jwessel were looking at the same changes and didn't see why it was working for MACHINE and not arch. Which made me feel slightly less like a knuckle dragging mouth breather in a puddle of self drool. :) | 00:35 |
paulg | I'll revisit it tomorrow. | 00:36 |
paulg | It is probably a common enough example that we should have a documented example for it once everything is sorted. | 00:39 |
paulg | ...as the earlier query here on #yocto reinforces. | 00:39 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 00:56 | |
RP1 | paulg: not sure you'd do knuckle dragging ;-) | 00:58 |
paulg | RP1, perhaps, but I'd rather be on the modest side of the Dunning-Kruger effect... | 01:01 |
*** Aethenelle <Aethenelle!~Aethenell@107.138.98.226> has joined #yocto | 01:09 | |
*** gizero <gizero!~gizero@151.48.233.149> has joined #yocto | 01:15 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 01:17 | |
*** stephano <stephano!~stephano@134.134.139.72> has quit IRC | 01:18 | |
*** gizero <gizero!~gizero@151.48.233.149> has quit IRC | 01:19 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 01:27 | |
*** dvhart <dvhart!~dvhart@static-50-53-103-165.bvtn.or.frontiernet.net> has joined #yocto | 01:38 | |
*** jamesp <jamesp!~jamesp@157.245.80.14> has quit IRC | 01:40 | |
*** RP1 <RP1!~richard@134.134.139.93> has quit IRC | 01:47 | |
*** trollkarlen1 <trollkarlen1!~trollkarl@113.146.134.64> has joined #yocto | 01:55 | |
trollkarlen1 | what is the issue with my bitbake recipe using cmake build, can some one let me know? | 01:59 |
trollkarlen1 | QA Issue: ABC: Files/directories were installed but not shipped in any package: | 01:59 |
trollkarlen1 | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. | 02:00 |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has quit IRC | 02:03 | |
*** gizero <gizero!~gizero@151.48.233.149> has joined #yocto | 02:15 | |
*** gizero <gizero!~gizero@151.48.233.149> has quit IRC | 02:20 | |
*** dvhart <dvhart!~dvhart@static-50-53-103-165.bvtn.or.frontiernet.net> has quit IRC | 02:24 | |
kergoth | trollkarlen1: it just told you what to do.. | 02:28 |
*** RP1 <RP1!~richard@c-24-21-39-251.hsd1.or.comcast.net> has joined #yocto | 02:29 | |
*** dvhart <dvhart!~dvhart@static-50-53-103-165.bvtn.or.frontiernet.net> has joined #yocto | 02:32 | |
trollkarlen1 | I donot want to delete them. Also I am setting FILES_${PN} += "${sysconfdir}/myfile" but still getting the error. | 02:34 |
kergoth | then your file isn't actually in sysconfdir | 02:36 |
kergoth | also, all of sysconfdir is packaged by default, there's no need to add that at all | 02:37 |
trollkarlen1 | The files it is telling are | 02:39 |
trollkarlen1 | /usr/etc | 02:39 |
trollkarlen1 | /usr/etc/file1 | 02:39 |
trollkarlen1 | /usr/etc/file2 | 02:39 |
trollkarlen1 | /usr/etc/file3 | 02:39 |
trollkarlen1 | /usr/etc/file4 | 02:39 |
*** khem` is now known as onoffon | 02:40 | |
trollkarlen1 | Does that means a relative path from my build directory right? | 02:40 |
trollkarlen1 | and the files are present here tmp/work/<machine>-poky-<arch>/<recipe-name>/<PN>-<PV>/package/usr/etc/file1 | 02:44 |
*** onoffon is now known as khem` | 02:50 | |
kergoth | /usr/etc is not /etc | 02:56 |
kergoth | sysconfdir is /etc | 02:56 |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC | 02:56 | |
trollkarlen1 | kergoth: oh, ok. let me try. | 02:59 |
kergoth | modifying FILES isn't the fix, you'll need to figure out why its buildsystem is installing files to the wrong path | 03:02 |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto | 03:03 | |
trollkarlen1 | kergoth: ok | 03:07 |
*** khem` is now known as onoffon | 03:11 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 03:21 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 03:22 | |
*** bananadev <bananadev!~onlyester@118.70.128.150> has joined #yocto | 03:24 | |
*** deepbook5broo <deepbook5broo!~gk.1wm.su@2a03:4a80:2:2d4:2d4:e830:6db2:a7d4> has joined #yocto | 03:33 | |
*** deepbook5broo <deepbook5broo!~gk.1wm.su@2a03:4a80:2:2d4:2d4:e830:6db2:a7d4> has left #yocto | 03:33 | |
*** onoffon is now known as khem` | 03:33 | |
*** khem` is now known as onoffon | 03:42 | |
*** dvhart <dvhart!~dvhart@static-50-53-103-165.bvtn.or.frontiernet.net> has quit IRC | 03:59 | |
*** onoffon is now known as khem` | 04:02 | |
*** gizero <gizero!~gizero@151.48.233.149> has joined #yocto | 04:15 | |
-YoctoAutoBuilder- build #393 of nightly-musl is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-musl/builds/393 | 04:20 | |
*** gizero <gizero!~gizero@151.48.233.149> has quit IRC | 04:20 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-kduhcnlikodpehkz> has joined #yocto | 05:03 | |
*** voltbit <voltbit!~acid___@5-12-250-180.residential.rdsnet.ro> has joined #yocto | 05:07 | |
*** voltbit <voltbit!~acid___@5-12-250-180.residential.rdsnet.ro> has quit IRC | 05:10 | |
*** dvhart <dvhart!~dvhart@static-50-53-103-165.bvtn.or.frontiernet.net> has joined #yocto | 05:22 | |
*** gizero <gizero!~gizero@151.48.233.149> has joined #yocto | 05:25 | |
*** gizero <gizero!~gizero@151.48.233.149> has quit IRC | 05:30 | |
*** gizero <gizero!~gizero@151.48.233.149> has joined #yocto | 05:41 | |
*** gizero <gizero!~gizero@151.48.233.149> has quit IRC | 05:45 | |
*** Aethenelle <Aethenelle!~Aethenell@107.138.98.226> has quit IRC | 05:46 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 05:55 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 05:59 | |
*** dvhart <dvhart!~dvhart@static-50-53-103-165.bvtn.or.frontiernet.net> has quit IRC | 06:01 | |
*** john1 <john1!~john@host86-147-123-91.range86-147.btcentralplus.com> has joined #yocto | 06:02 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has joined #yocto | 06:11 | |
*** agust <agust!~agust@p4FCB4EF4.dip0.t-ipconnect.de> has joined #yocto | 06:13 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 06:14 | |
*** morphis <morphis!~morphis@pD9ED6B49.dip0.t-ipconnect.de> has joined #yocto | 06:16 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has quit IRC | 06:18 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has joined #yocto | 06:20 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 06:34 | |
*** gizero <gizero!~gizero@151.48.233.149> has joined #yocto | 06:42 | |
*** pohly <pohly!~pohly@p5DE8FD56.dip0.t-ipconnect.de> has joined #yocto | 06:47 | |
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 06:49 | |
*** jku <jku!~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi> has joined #yocto | 07:04 | |
*** gizero <gizero!~gizero@151.48.233.149> has quit IRC | 07:28 | |
*** sameo <sameo!~samuel@192.55.54.44> has joined #yocto | 07:32 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 07:35 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto | 07:43 | |
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 07:45 | |
*** sameo <sameo!~samuel@192.55.54.44> has quit IRC | 07:48 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 07:48 | |
*** ant_work <ant_work!~ant__@host129-229-dynamic.182-80-r.retail.telecomitalia.it> has joined #yocto | 07:50 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 07:52 | |
*** aV_V <aV_V!~aV_V@146.66.253.137> has joined #yocto | 07:54 | |
*** fl0v0 <fl0v0!~fvo@p4FC0AAB7.dip0.t-ipconnect.de> has joined #yocto | 07:55 | |
pohly | What's the trick again to get something installed for a DEPENDS when the thing that one wants is ASSUME_PROVIDED? | 08:00 |
pohly | Example: DEPENDS=bzip2-native for libbz2. | 08:00 |
pohly | bzip2-native is ASSUMED_PROVIDED and thus the DEPENDS doesn't actually provide libbz2. | 08:01 |
*** mckoan|away is now known as mckoan | 08:02 | |
pohly | Hah, found it in cmake-native, with the exact same example: bzip2-replacement-native | 08:03 |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has quit IRC | 08:04 | |
*** sgw_ <sgw_!~sgw_@134.134.139.74> has quit IRC | 08:06 | |
*** voltbit <voltbit!~acid___@5-12-250-180.residential.rdsnet.ro> has joined #yocto | 08:08 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 08:10 | |
*** g0hl1n <g0hl1n!~g0hl1n@91.230.2.244> has quit IRC | 08:12 | |
*** joseppc <joseppc!~josep@unaffiliated/joseppc> has quit IRC | 08:12 | |
*** redengin <redengin!~redengin@2601:600:9200:a356:b5ce:e13:1fcd:368d> has quit IRC | 08:12 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:13 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 08:18 | |
*** sgw_ <sgw_!~sgw_@134.134.139.74> has joined #yocto | 08:21 | |
*** voltbit <voltbit!~acid___@5-12-250-180.residential.rdsnet.ro> has quit IRC | 08:27 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto | 08:30 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto | 08:32 | |
*** trollkarlen1 <trollkarlen1!~trollkarl@113.146.134.64> has quit IRC | 08:35 | |
*** gizero <gizero!~gizero@151.48.233.149> has joined #yocto | 08:37 | |
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC | 08:45 | |
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto | 08:46 | |
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto | 08:48 | |
*** joseppc <joseppc!~josep@unaffiliated/joseppc> has joined #yocto | 08:48 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 08:57 | |
*** abelloni <abelloni!~abelloni@2a01:e35:8bf1:a7c0:a288:b4ff:fe25:8918> has quit IRC | 09:19 | |
*** abelloni <abelloni!~abelloni@2a01:e35:8bf1:a7c0:a288:b4ff:fe25:8918> has joined #yocto | 09:25 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 09:25 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 09:26 | |
*** BaloneyGeek|work <BaloneyGeek|work!~bg14ina@kde/bgupta> has joined #yocto | 09:26 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has quit IRC | 09:29 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.43> has joined #yocto | 09:35 | |
*** JoiF <JoiF!~jofr@193.182.166.3> has joined #yocto | 09:36 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC | 09:39 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 09:49 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 09:54 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 10:05 | |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 10:05 | |
*** cornel <cornel!~cornel@89.121.200.106> has quit IRC | 10:24 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 10:31 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 10:34 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 10:35 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 10:37 | |
*** yann|work <yann|work!~yann@LFbn-1-12676-32.w90-90.abo.wanadoo.fr> has joined #yocto | 10:44 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 10:45 | |
*** caiortp <caiortp!~inatel@131.221.240.226> has joined #yocto | 10:46 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 10:47 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 10:50 | |
*** berton <berton!~berton@189.114.111.135> has joined #yocto | 10:53 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 10:56 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has quit IRC | 11:24 | |
*** ftonello <ftonello!~felipe@81.145.202.106> has quit IRC | 11:24 | |
*** ftonello <ftonello!~felipe@81.145.202.106> has joined #yocto | 11:25 | |
*** morphis <morphis!~morphis@pD9ED6B49.dip0.t-ipconnect.de> has quit IRC | 11:25 | |
*** morphis <morphis!~morphis@pD9ED6B49.dip0.t-ipconnect.de> has joined #yocto | 11:27 | |
*** bananadev <bananadev!~onlyester@118.70.128.150> has quit IRC | 11:30 | |
HyP3r | hello everybody. I'm working here with a Heterogeneous ARM Cortex™-A5, Cortex™-M4 System. On the A5 Processor runs Linux. I have for this plattform a bitbake openembedded toolchain (http://git.toradex.com/cgit/). All my recpies are compiled with the self compiled x86-arm compiler. But this compiler is for the arm a5 processor. | 11:44 |
HyP3r | But now I need to compile a bunch of c code and place it under /lib/firmware which is compiled with the arm-m4 architecutre | 11:44 |
HyP3r | How can I realize that? | 11:44 |
*** clement_ <clement_!~clement@195.68.27.50> has joined #yocto | 11:46 | |
HyP3r | Inside the Kernel is a kernel module which is loading this compiled c code (under /lib/firmware) and writes this programm into the other processor | 11:46 |
HyP3r | Thats the reason why I need compiled arm-m4 code under an linux cortex-a5 plattform | 11:46 |
LetoThe2nd | HyP3r: technically the compiler is the same, as they are both armv7. but the linux compiler targets gnueabi, whereas for the baremetal part you have no os. | 11:46 |
LetoThe2nd | HyP3r: i'm relatively sure that you can beat the compiler into building for the m4 too with clever makefiles | 11:47 |
*** clement <clement!~clement@fw-alt.idf.smile.fr> has quit IRC | 11:47 | |
*** clement_ is now known as clement | 11:47 | |
LetoThe2nd | HyP3r: the other option is to inherently set up a distinct toolchain, basically introducing a third architecture | 11:47 |
HyP3r | LetoThe2nd: I was also thinking about a makefile which should be able to handle this. | 11:49 |
HyP3r | LetoThe2nd: but this c project for the co-processor (m4) is actually based on CMake and is using this compiler: gcc-arm-none-eabi-4_9-2015q3 | 11:50 |
LetoThe2nd | HyP3r: you could look up the buld process for zephyr as suggested by jurob in poky-contrib. this beats OE to building zephyr for a desired board, which is basically doing a baremetal compile. so with some digging, what you need should be in there. | 11:50 |
HyP3r | arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 227977] | 11:50 |
LetoThe2nd | HyP3r: if hte project is nailed to a specific compiler, you are doomed anyways. | 11:50 |
HyP3r | I don't think that this is a special compiler: https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update | 11:51 |
HyP3r | http://developer.toradex.com/knowledge-base/freertos-on-the-cortex-m4-of-a-colibri-vf61 (take a look at the beginning of linux) | 11:51 |
LetoThe2nd | then your only proper way is to rather treat it as an asset and compile externally, including it as a binary blob into your image. | 11:51 |
HyP3r | LetoThe2nd: so you would do it like that: foo.bb and the folder foo with thie freertos.elf including it. And inside the recpie, just copy the freertos file into the specific directory? | 11:52 |
HyP3r | LetoThe2nd: so no dynamic compilation, just static? | 11:52 |
*** istarilucky <istarilucky!~rlucca@187.108.42.203> has joined #yocto | 11:53 | |
LetoThe2nd | HyP3r: thats the lame way, yes. including binary assets is properly documented by the yocto project. | 11:53 |
LetoThe2nd | (AFAIK) | 11:53 |
HyP3r | LetoThe2nd: and what about to dynamically compile this specific compiler and then compile the c project with that compiler? | 11:54 |
*** rubdos <rubdos!~rubdos@2a02:2788:1036:2d::2> has joined #yocto | 11:55 | |
LetoThe2nd | HyP3r: thats what i mentioned above: "inherently set up a distinct toolchain" | 11:55 |
LetoThe2nd | certainly should be doable and sounds interesting, but probably requires quite a bit of effort. | 11:56 |
HyP3r | LetoThe2nd: ok | 11:56 |
*** manuel__ <manuel__!~manuel@178.19.210.162> has joined #yocto | 12:08 | |
*** manuel__ <manuel__!~manuel@178.19.210.162> has joined #yocto | 12:09 | |
*** BaloneyGeek|work <BaloneyGeek|work!~bg14ina@kde/bgupta> has quit IRC | 12:10 | |
*** manuel__ <manuel__!~manuel@178.19.210.162> has joined #yocto | 12:10 | |
*** manuel__ <manuel__!~manuel@178.19.210.162> has joined #yocto | 12:11 | |
*** BaloneyGeek|work <BaloneyGeek|work!~bg14ina@kde/bgupta> has joined #yocto | 12:11 | |
*** manuel__ <manuel__!~manuel@178.19.210.162> has quit IRC | 12:11 | |
*** manuel__ <manuel__!~manuel@178.19.210.162> has joined #yocto | 12:12 | |
*** manuel__ <manuel__!~manuel@178.19.210.162> has joined #yocto | 12:13 | |
*** jku <jku!~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi> has quit IRC | 12:14 | |
*** jku <jku!~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi> has joined #yocto | 12:14 | |
*** manuel__ <manuel__!~manuel@178.19.210.162> has joined #yocto | 12:14 | |
*** jku <jku!~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi> has quit IRC | 12:17 | |
*** jku_ <jku_!~jku@178-75-131-14.bb.dnainternet.fi> has joined #yocto | 12:18 | |
*** jku_ <jku_!~jku@178-75-131-14.bb.dnainternet.fi> has joined #yocto | 12:18 | |
*** jku_ <jku_!~jku@178-75-131-14.bb.dnainternet.fi> has quit IRC | 12:19 | |
*** jku_ <jku_!~jku@178-75-131-14.bb.dnainternet.fi> has joined #yocto | 12:19 | |
*** vignesh_ <vignesh_!~vignesh@139.181.35.34> has joined #yocto | 12:23 | |
*** jku_ <jku_!~jku@178-75-131-14.bb.dnainternet.fi> has quit IRC | 12:23 | |
*** jku_ <jku_!~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi> has joined #yocto | 12:23 | |
*** jku_ <jku_!~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi> has quit IRC | 12:26 | |
*** jku_ <jku_!~jku@dyj-skyyyyyyyyyyyyycy-3.rev.dnainternet.fi> has joined #yocto | 12:27 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto | 12:32 | |
Anticom | Hi all. (On jethro) how do i control in a recipe whether i gets placed in the SDK or not? I've got some recipes building libraries but they don't end up in the SDK | 12:33 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 12:35 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has quit IRC | 12:35 | |
Anticom | Well to be even more precise. the actual libs do end up in the SDK however the headers don't | 12:35 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 12:47 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has joined #yocto | 12:48 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC | 12:50 | |
Crofton|work | ant_work, do they end up in the image? | 12:54 |
Crofton|work | are you using -c populate_sdk ? | 12:54 |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 12:55 | |
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC | 13:02 | |
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto | 13:02 | |
*** RP1 is now known as RP | 13:02 | |
*** BaloneyGeek|work <BaloneyGeek|work!~bg14ina@kde/bgupta> has quit IRC | 13:16 | |
*** vignesh_ <vignesh_!~vignesh@139.181.35.34> has quit IRC | 13:20 | |
*** BaloneyGeek|work <BaloneyGeek|work!~bg14ina@kde/bgupta> has joined #yocto | 13:26 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 13:26 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC | 13:30 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has joined #yocto | 13:30 | |
Anticom | Crofton|work: yea | 13:32 |
Anticom | sorry i totally missed, that you where talking to me | 13:33 |
Crofton|work | no worries | 13:33 |
Crofton|work | I forgot to reply to you so no blinky | 13:33 |
Anticom | well the headers don't end up in the image of course. Only the libs are installed so my binaries can use them | 13:35 |
Anticom | however when dealing with an SDK i need the headers for compilation aswell | 13:36 |
*** avalluri <avalluri!~avalluri@192.55.54.44> has quit IRC | 13:47 | |
Crofton|work | that should happen in sdk | 13:49 |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 13:51 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 13:55 | |
*** lamego <lamego!~jose@134.134.137.73> has joined #yocto | 13:58 | |
*** zeenix <zeenix!~zeenix@83.218.80.245> has quit IRC | 14:02 | |
*** lamego <lamego!~jose@134.134.137.73> has quit IRC | 14:03 | |
*** lamego <lamego!~jose@134.134.137.73> has joined #yocto | 14:03 | |
*** avalluri <avalluri!~avalluri@192.55.54.44> has joined #yocto | 14:10 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 14:14 | |
*** zeenix <zeenix!~zeenix@94.234.170.220> has joined #yocto | 14:17 | |
*** istarilucky1 <istarilucky1!~rlucca@189.112.127.230> has joined #yocto | 14:23 | |
*** istarilucky <istarilucky!~rlucca@187.108.42.203> has quit IRC | 14:24 | |
*** gizero <gizero!~gizero@151.48.233.149> has quit IRC | 14:25 | |
*** voltbit <voltbit!~acid___@5-12-250-180.residential.rdsnet.ro> has joined #yocto | 14:31 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC | 14:38 | |
*** istarilucky1 <istarilucky1!~rlucca@189.112.127.230> has quit IRC | 14:39 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 14:44 | |
*** adca <adca!~adca@193.202.22.66> has left #yocto | 14:46 | |
*** BaloneyGeek|work <BaloneyGeek|work!~bg14ina@kde/bgupta> has quit IRC | 14:51 | |
*** istarilucky <istarilucky!~rlucca@187.108.42.203> has joined #yocto | 14:54 | |
*** adca <adca!~adca@193.202.22.66> has joined #yocto | 14:54 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has quit IRC | 15:01 | |
*** istarilucky1 <istarilucky1!~rlucca@189.112.127.230> has joined #yocto | 15:02 | |
*** istarilucky <istarilucky!~rlucca@187.108.42.203> has quit IRC | 15:04 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 15:07 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 15:08 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 15:12 | |
*** khem` is now known as onoffon | 15:15 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 15:17 | |
*** zeenix <zeenix!~zeenix@94.234.170.220> has quit IRC | 15:17 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has quit IRC | 15:19 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 15:22 | |
*** joseppc <joseppc!~josep@unaffiliated/joseppc> has quit IRC | 15:22 | |
*** RP <RP!~richard@c-24-21-39-251.hsd1.or.comcast.net> has quit IRC | 15:25 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 15:26 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-lsytcqkexfmzgnoj> has joined #yocto | 15:28 | |
*** zeenix <zeenix!~zeenix@83.218.80.245> has joined #yocto | 15:31 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 15:31 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157> has joined #yocto | 15:32 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 15:32 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 15:36 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 15:37 | |
*** chep <chep!~chep@LFbn-1-2968-236.w90-76.abo.wanadoo.fr> has quit IRC | 15:39 | |
*** chep <chep!~chep@LFbn-1-2968-236.w90-76.abo.wanadoo.fr> has joined #yocto | 15:40 | |
*** boucman_work1 <boucman_work1!~jrosen@bgn92-6-88-179-202-174.fbx.proxad.net> has joined #yocto | 15:40 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 15:41 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 15:42 | |
*** istarilucky1 <istarilucky1!~rlucca@189.112.127.230> has quit IRC | 15:42 | |
*** onoffon is now known as khem` | 15:45 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has joined #yocto | 15:50 | |
*** Guest98289 is now known as davis | 15:50 | |
*** RP11 <RP11!~richard@134.134.139.93> has joined #yocto | 15:52 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 15:54 | |
RP11 | pohly: https://autobuilder.yocto.io/builders/nightly-no-x11/builds/162/steps/BuildImages/logs/stdio :/ | 15:54 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 15:54 | |
pohly | RP11: empty page for me? | 15:55 |
RP11 | pohly: hmm. halstead needs to look at that | 15:56 |
*** istarilucky <istarilucky!~rlucca@187.108.42.203> has joined #yocto | 15:56 | |
RP11 | pohly: http://pastebin.com/WNbyusLe | 15:56 |
*** RP11 is now known as RP | 15:57 | |
rburton | oh such fun | 15:57 |
rburton | presumably the patch was correct and git "fixed" the line endings | 15:57 |
pohly | rburton: yes. I might even have mentioned that in my cover letter ;-} | 15:58 |
RP | rburton: hmm, possible. | 15:59 |
RP | pohly: ok, so my fault :/ | 15:59 |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 16:00 | |
pohly | Beware that "git am --keep-cr" must be used to import the ovmf patches | 16:00 |
pohly | correctly. | 16:00 |
RP | pohly: right | 16:00 |
rburton | maybe i should add that to my applyotron script | 16:00 |
RP | might as well kill that build | 16:00 |
RP | pohly: sadly doesn't import with --keep-cr due to the mailing list encodings | 16:03 |
RP | pohly: is there a branch somewhere? | 16:03 |
halstead | pohly, Can you run curl and let me know what response you get? | 16:07 |
halstead | pohly, curl -v 'https://autobuilder.yocto.io/builders/nightly-no-x11/builds/162/steps/BuildImages/logs/stdio' | 16:07 |
*** stephano <stephano!stephano@nat/intel/x-lxzzwajmzkldqjxr> has joined #yocto | 16:07 | |
pohly | RP: https://github.com/pohly/openembedded-core commit e4b6ce68fb0676646a | 16:08 |
pohly | That's what I am currently using for the ELC demo. It's the unmodified v5 of the patch series applied on top of other pending patches. | 16:09 |
pohly | halstead: curl seems fine, it's just firefox which doesn't display anything. | 16:10 |
pohly | Chromium also works. | 16:10 |
*** ant_work <ant_work!~ant__@host129-229-dynamic.182-80-r.retail.telecomitalia.it> has quit IRC | 16:11 | |
*** jairglez <jairglez!~jairdeje@134.134.139.76> has joined #yocto | 16:13 | |
halstead | pohly, That's interesting. I can load it with Firefox 51.0.1 on Fedora. Do you have an older version? Any interesting extensions? Let me know if you have any theories about what the issue could be. | 16:14 |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 16:16 | |
pohly | halstead: Iceweasel from Debian Stable, so probably older. No idea what's causing it. | 16:18 |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 16:19 | |
*** Ox4 <Ox4!~user@unaffiliated/zloy> has joined #yocto | 16:20 | |
Ox4 | hello everyone | 16:20 |
halstead | pohly, Thanks for the info. I might be able to replicate now. | 16:20 |
Ox4 | is it possible to generate random MAC-address in runtime? | 16:21 |
pohly | It's 45.6.0 | 16:21 |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 16:30 | |
*** mckoan is now known as mckoan|away | 16:37 | |
*** tripzero <tripzero!~tripzero@192.55.48.100> has quit IRC | 16:41 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.43> has quit IRC | 16:44 | |
*** JoiF <JoiF!~jofr@193.182.166.3> has quit IRC | 16:44 | |
*** boucman_work1 <boucman_work1!~jrosen@bgn92-6-88-179-202-174.fbx.proxad.net> has quit IRC | 16:47 | |
*** aV_V <aV_V!~aV_V@146.66.253.137> has quit IRC | 16:48 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:50 | |
*** sameo <sameo!~samuel@192.55.54.45> has joined #yocto | 16:50 | |
*** dmoseley <dmoseley!~dmoseley@65-35-172-144.res.bhn.net> has joined #yocto | 16:56 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has quit IRC | 16:58 | |
*** CTtpollard <CTtpollard!~CTtpollar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:59 | |
*** sameo <sameo!~samuel@192.55.54.45> has quit IRC | 17:04 | |
*** sameo <sameo!~samuel@192.55.54.45> has joined #yocto | 17:04 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 17:06 | |
*** stephano <stephano!stephano@nat/intel/x-lxzzwajmzkldqjxr> has quit IRC | 17:09 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 17:13 | |
*** sameo <sameo!~samuel@192.55.54.45> has quit IRC | 17:14 | |
*** sameo <sameo!~samuel@192.55.54.45> has joined #yocto | 17:14 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has quit IRC | 17:18 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto | 17:23 | |
*** fl0v0 <fl0v0!~fvo@p4FC0AAB7.dip0.t-ipconnect.de> has quit IRC | 17:23 | |
*** zeenix <zeenix!~zeenix@83.218.80.245> has quit IRC | 17:26 | |
*** paulg <paulg!~paulg@otwaon23-3096772825.sdsl.bell.ca> has joined #yocto | 17:27 | |
*** voltbit <voltbit!~acid___@5-12-250-180.residential.rdsnet.ro> has quit IRC | 17:32 | |
*** voltbit <voltbit!~acid___@188.26.47.147> has joined #yocto | 17:36 | |
*** dscully <dscully!~dscully@24.249.154.174> has joined #yocto | 17:39 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-lsytcqkexfmzgnoj> has quit IRC | 17:39 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 17:41 | |
*** stephano <stephano!~stephano@134.134.139.78> has joined #yocto | 17:43 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 17:51 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 17:53 | |
*** voltbit <voltbit!~acid___@188.26.47.147> has quit IRC | 17:56 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 17:57 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157> has quit IRC | 18:02 | |
*** radzy <radzy!~radzy@unknown-216-77.windriver.com> has quit IRC | 18:02 | |
*** radzy <radzy!~radzy@unknown-216-77.windriver.com> has joined #yocto | 18:03 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 18:03 | |
*** khem` is now known as onoffon | 18:03 | |
*** onoffon is now known as khem` | 18:03 | |
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 18:08 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 18:08 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 18:09 | |
*** Nerbrun <Nerbrun!~NathanI@mail.validmanufacturing.com> has quit IRC | 18:11 | |
*** Ox4 <Ox4!~user@unaffiliated/zloy> has quit IRC | 18:13 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 18:15 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has joined #yocto | 18:15 | |
*** radzy <radzy!~radzy@unknown-216-77.windriver.com> has quit IRC | 18:24 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has quit IRC | 18:27 | |
*** ash_charles <ash_charles!~acharles@mtl.savoirfairelinux.net> has joined #yocto | 18:27 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 18:40 | |
*** tripzero <tripzero!~tripzero@134.134.139.82> has joined #yocto | 18:43 | |
*** khem` is now known as onoffon | 18:50 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 18:52 | |
*** morphis <morphis!~morphis@pD9ED6B49.dip0.t-ipconnect.de> has quit IRC | 18:57 | |
*** yann|work <yann|work!~yann@LFbn-1-12676-32.w90-90.abo.wanadoo.fr> has quit IRC | 18:58 | |
*** ash_charles <ash_charles!~acharles@mtl.savoirfairelinux.net> has quit IRC | 18:58 | |
*** yann|work <yann|work!~yann@LFbn-1-12676-32.w90-90.abo.wanadoo.fr> has joined #yocto | 18:58 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 19:03 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157> has joined #yocto | 19:03 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 19:05 | |
*** morphis <morphis!~morphis@pD9ED6B49.dip0.t-ipconnect.de> has joined #yocto | 19:06 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 19:09 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 19:09 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 19:10 | |
*** yann|work <yann|work!~yann@LFbn-1-12676-32.w90-90.abo.wanadoo.fr> has quit IRC | 19:11 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 19:18 | |
*** Crofton|work <Crofton|work!~balister@pool-108-4-175-67.ronkva.east.verizon.net> has quit IRC | 19:22 | |
*** Crofton_ <Crofton_!~Crofton@pool-108-44-116-166.ronkva.east.verizon.net> has joined #yocto | 19:24 | |
*** Crofton|work <Crofton|work!~balister@pool-108-44-116-166.ronkva.east.verizon.net> has joined #yocto | 19:24 | |
*** Crofton <Crofton!~Crofton@pool-108-4-175-67.ronkva.east.verizon.net> has quit IRC | 19:26 | |
*** pohly <pohly!~pohly@p5DE8FD56.dip0.t-ipconnect.de> has quit IRC | 19:31 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 19:32 | |
*** dreyna_ <dreyna_!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 19:33 | |
*** radzy <radzy!~radzy@unknown-216-77.windriver.com> has joined #yocto | 19:35 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 19:36 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 19:37 | |
*** jamesp <jamesp!~jamesp@157.245.80.14> has joined #yocto | 19:39 | |
*** sameo <sameo!~samuel@192.55.54.45> has quit IRC | 19:50 | |
*** Nerbrun <Nerbrun!~NathanI@mail.validmanufacturing.com> has joined #yocto | 19:57 | |
*** sameo <sameo!~samuel@192.55.54.45> has joined #yocto | 20:04 | |
*** john1 <john1!~john@host86-147-123-91.range86-147.btcentralplus.com> has quit IRC | 20:07 | |
*** sameo <sameo!~samuel@192.55.54.45> has quit IRC | 20:08 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 20:22 | |
*** berton <berton!~berton@189.114.111.135> has quit IRC | 20:22 | |
*** paulg <paulg!~paulg@otwaon23-3096772825.sdsl.bell.ca> has quit IRC | 20:24 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 20:27 | |
themikenicholson | Has anything changed with BBMASK in morty | 20:28 |
themikenicholson | I have a BBMASK that was working as expected in 2.1 and when I upgraded to Morty its pulling in the masked-out .bbapends again | 20:29 |
kergoth | newer versions changed it to a space separated list of regexes, rather than a single regex | 20:29 |
themikenicholson | BBMASK = "meta-freescale/dynamic-layers/qt4-layer/recipes-qt4/qt4/" | 20:31 |
themikenicholson | And if I run "bitbake -e qt4-x11-free | grep ^BBMASK" I see that value, so I'm certain its not being overridden | 20:32 |
kergoth | looks fine to me, should be working afaict | 20:32 |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 20:34 | |
themikenicholson | Hrmm... even putting the exact filename in there fails to mask the bbapend | 20:35 |
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 20:42 | |
*** trollkarlen1 <trollkarlen1!~trollkarl@softbank126112091138.biz.bbtec.net> has joined #yocto | 20:45 | |
*** brrrm is now known as brrm | 20:46 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has joined #yocto | 20:50 | |
davis | i've made some progress with learning how to use libnl (netlink) version 3, but still need some additional help. I've sent a mail to their mailing list. I can use the cli sub lib to get mac and ip address, but using the non cli lib I can only get mac addr. I would like ot know how to get an ip addr for a given interface name. Here is what ive done so far. Any pointers is appreciated. | 20:50 |
davis | https://gist.github.com/netskink/4f554ed6657954b17ab255ad5bc6d1f0 | 20:51 |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 20:53 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157> has quit IRC | 20:54 | |
*** ant_home <ant_home!~ant__@host8-253-dynamic.25-79-r.retail.telecomitalia.it> has joined #yocto | 20:57 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 21:04 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-kduhcnlikodpehkz> has quit IRC | 21:05 | |
*** caiortp <caiortp!~inatel@131.221.240.226> has quit IRC | 21:06 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has joined #yocto | 21:07 | |
themikenicholson | kergoth: It was a stupid misunderstanding. Someone had placed a BBMASK in a .bb file which apparently has no effect. They duplicated it in the local.conf and that was the instance that mattered. | 21:08 |
kergoth | heh, that'd explain it | 21:09 |
themikenicholson | where should BBMASK go then? Seems like more of a layers.conf thing | 21:09 |
kergoth | generally you shouldn't set it at all :) but anywhere in the config metadata is legal | 21:09 |
kergoth | bblayers.conf, local.conf, or the distro could be appropriate, depending | 21:09 |
*** paulg <paulg!~paulg@209.226.41.163> has joined #yocto | 21:10 | |
themikenicholson | unfortantely we have Qt patches that conflict with freescales Qt patches, although maybe I can just pull their Qt4 layer out via bblayers.conf... | 21:10 |
themikenicholson | doesn't look like they provide any mechanism for that though :/ | 21:15 |
themikenicholson | As always, thanks for the help | 21:15 |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has quit IRC | 21:16 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has joined #yocto | 21:22 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 21:25 | |
*** trollkarlen1 <trollkarlen1!~trollkarl@softbank126112091138.biz.bbtec.net> has left #yocto | 21:27 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 21:29 | |
paulg | RP, per our conversation yest -- I added FOOBAR to my package list, default ?= "" and then put this in my local.conf: | 21:29 |
paulg | # Basic test to see we are in pkglist | 21:29 |
paulg | #FOOBAR += " idontexist" | 21:29 |
paulg | # ARCH based tests | 21:29 |
paulg | FOOBAR_x86-64 += " idontexist-x64" | 21:29 |
paulg | FOOBAR_i586 += " idontexist-i5" | 21:29 |
paulg | FOOBAR_aarch64 += " idontexist-a6" | 21:29 |
paulg | FOOBAR_arm += " idontexist-arm" | 21:29 |
*** dreyna_ <dreyna_!~dreyna@unknown-216-197.windriver.com> has joined #yocto | 21:30 | |
paulg | ...those are the TRANSLATED_TARGET_ARCH values according to bitbake -e | 21:30 |
tripzero | i have a native recipe that installs files to ${S}/image/usr/sbin but never ends up in they sysroot's /usr/sbin. What could I be doing wrong? | 21:30 |
paulg | and yet only the "aarch64" one trips. | 21:30 |
paulg | (i've separate build dirs for each arch of course.) | 21:30 |
RP | paulg: that makes no sense as I know _arm works | 21:32 |
paulg | well, the test as I've described it is trivial to re-implement. :) | 21:33 |
paulg | in our packagegroup, I added: | 21:34 |
paulg | +FOOBAR ?= "" | 21:34 |
RP | paulg: http://pastebin.com/mL4jCpf2 | 21:34 |
paulg | ...and + ${FOOBAR} \ | 21:35 |
paulg | " | 21:35 |
RP | paulg: my test seems to say everything works... | 21:35 |
paulg | I wonder if it is to do with locating it in the packagegroup... | 21:36 |
RP | paulg: ah, packagegroups are allarch by default which would clear TARGET_ARCH | 21:36 |
paulg | let me try your simple test here to confirm there isn't a space time discontinuity | 21:37 |
paulg | oh, so my guess was right. Damn. | 21:37 |
fray | ha... I never even thought about checking if he was talking about packagegroups.. d'oh! | 21:37 |
RP | paulg: make the packagegroup not allarch | 21:37 |
paulg | and aarch64 prolly works 'cause it happens to also be in HOST_ARCH or some other OVERRIDE | 21:37 |
* paulg kicks fray in the shin | 21:38 | |
fray | :P | 21:38 |
*** khem` is now known as onoffon | 21:38 | |
*** onoffon is now known as khem` | 21:38 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has quit IRC | 21:39 | |
* paulg goes in search of what makes pkgroups allarch | 21:39 | |
*** khem` is now known as onoffon | 21:39 | |
RP | paulg: set PACKAGE_ARCH = "${TUNE_PKGARCH}" after the inherit packagegroup | 21:40 |
* RP thinks that is right but its from memory | 21:40 | |
*** istarilucky <istarilucky!~rlucca@187.108.42.203> has quit IRC | 21:42 | |
paulg | RP, thanks -- even if it isn't right, it gives me something to grep for. | 21:43 |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 21:44 | |
*** onoffon is now known as khem` | 21:49 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has quit IRC | 21:51 | |
*** sameo <sameo!~samuel@192.55.54.45> has joined #yocto | 21:51 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has quit IRC | 21:52 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 21:53 | |
ant_home | RP: hi there in West Coast | 21:53 |
RP | ant_home: hi | 21:55 |
*** gattuso <gattuso!~gattuso@gruppoculturale.it> has quit IRC | 21:55 | |
*** gattuso <gattuso!~gattuso@142.4.213.75> has joined #yocto | 21:57 | |
*** sameo <sameo!~samuel@192.55.54.45> has quit IRC | 21:59 | |
*** khem` is now known as onoffon | 22:01 | |
*** willdye_ <willdye_!~willdye@h104.199.23.98.dynamic.ip.windstream.net> has joined #yocto | 22:05 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 22:07 | |
paulg | lets say I was feeling generous and wanted to patch the docs to indicate overrides may not work in packagegroups... | 22:07 |
paulg | what was the original reasoning for that decision? | 22:07 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 22:08 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 22:08 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 22:09 | |
paulg | since it violates the principle of least surprise, it probably warrants a note if there isn't one somewhere already. | 22:09 |
* paulg rotfl | 22:14 | |
paulg | RP, apparently what you suggested is illegal. | 22:14 |
paulg | ERROR: /home/paul/poky/meta-overc/meta-cube/recipes-core/packagegroups/packagegroup-builder.bb: Please ensure recipe /home/paul/poky/meta-overc/meta-cube/recipes-core/packagegroups/packagegroup-builder.bb sets PACKAGE_ARCH before inherit packagegroup | 22:14 |
*** khem` is now known as onoffon | 22:16 | |
*** nbigaouette <nbigaouette!~quassel@mail.rogue-research.com> has quit IRC | 22:17 | |
*** willdye_ is now known as willdye | 22:20 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 22:21 | |
fray | # By default, packagegroup packages do not depend on a certain architecture. | 22:23 |
fray | # Only if dependencies are modified by MACHINE_FEATURES, packages | 22:23 |
fray | # need to be set to MACHINE_ARCH after inheriting packagegroup.bbclass | 22:23 |
fray | PACKAGE_ARCH ?= "all" | 22:23 |
fray | (this is 2.2's packafgegroup.bbclass).. so as long as PACKAGE_ARCH is set BEFORE the inherit packagegroup it -should- work? | 22:23 |
fray | (you need to make sure that the recipe doesn't also inherit allarch) | 22:24 |
*** ant_home <ant_home!~ant__@host8-253-dynamic.25-79-r.retail.telecomitalia.it> has quit IRC | 22:24 | |
* paulg is more confused | 22:24 | |
paulg | fray, but RP said set it _after_ | 22:24 |
fray | yes.. try before.. | 22:25 |
paulg | ok... | 22:25 |
* paulg has NFI what he's doing | 22:25 | |
paulg | what I was understanding (which may be entirely wrong) was it was the inherit packagegroup that clobbered it, hence the need for it to be _after_ | 22:26 |
kergoth | bitbake -e should tell you exactly what its value is and what set it when.. | 22:27 |
fray | yes.. the PACKAGE_ARCH ?= "all" in the packagegroup.bbclass says "only set this to all if not already set" | 22:27 |
paulg | ah. whee. | 22:27 |
fray | so you want to set PACKAGE_ARCH = "something else" and it'll magically work.. | 22:27 |
fray | ${MACHINE} if it's BSP specific.. or ${TUNE_ARCH} (or whateevr RP said) if it's generic, but architecture specific | 22:27 |
paulg | my comment about this violating the principle of least surprise still stands. | 22:27 |
paulg | "These variables cause this magic, except in these special files." | 22:28 |
fray | I suspect in the past things were PACKAGE_ARCH = "all", so you HAD to set it after.. | 22:28 |
fray | but I don't remember for sure | 22:28 |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has quit IRC | 22:29 | |
paulg | my comment about this violating the principle of least surprise still stands. :) | 22:30 |
* paulg tests | 22:30 | |
kergoth | there's no good way to make the recipes package independent without modifying the variables used in overrides. if the recipe is arch independent, we dont' *want* target arch dependent overrides applying | 22:31 |
kergoth | s/package indep/arch indep/ | 22:31 |
*** agust <agust!~agust@p4FCB4EF4.dip0.t-ipconnect.de> has quit IRC | 22:31 | |
kergoth | what would be better behavior, in your opinion? I'm not seeing an alternative | 22:32 |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 22:32 | |
paulg | kergoth, I'm not arguing the behaviour -- I'm just saying for someone who doesn't know the innards as well as you, fray or RP, it simply isn't expected. | 22:33 |
paulg | and hence the need for a note in the OVERRIDES section. | 22:33 |
paulg | (doc section) | 22:33 |
*** dmoseley <dmoseley!~dmoseley@65-35-172-144.res.bhn.net> has quit IRC | 22:38 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 22:39 | |
fray | In the past I've opened a bugzilla on the docs with what I'd like clarified and Scott has been able to do it pretty quickly.. | 22:39 |
fray | just make the note like you have above. In the discussion of the overrides, it would be nice to indicate that when a package is set to allarch that some of the override values (target specific) are intentionally cleared. | 22:40 |
paulg | fray, RP -- good news ; with the magic line _before_ the inherit, it seems to work; I added fake packages (FAKE NEWS!) called grub-32 and grub-64 respectively and got the errors of them being not found when using those arch | 22:40 |
paulg | thanks ; I'd never have nutted that out myself in a month of Sundays. | 22:40 |
kergoth | first step, when using OVERRIDES, use bitbake -e to see what OVERRIDES is actually set to :) | 22:42 |
paulg | did that. :) | 22:42 |
paulg | eventually ; maybe not as 1st step. | 22:42 |
kergoth | that tells you that package arch isn't what you'd expect, then bitgbake -e on that would have shown where and how it got set to what it is | 22:42 |
* kergoth nods | 22:43 | |
paulg | now that you mention it... | 22:43 |
paulg | another way I found pkgroups special, is that any vars declared within them never appear in bitbake -e | 22:43 |
kergoth | ? | 22:44 |
kergoth | that's not the case.. | 22:44 |
paulg | well, when I 1st started fighting with this, I wanted to inspect what a package list from a packagegroup was set to | 22:44 |
paulg | but it wasn't there. | 22:45 |
paulg | as if it didn't exist | 22:45 |
paulg | anyway. I've a fix now, so I'm happy. | 22:46 |
kergoth | bitbake has a tendency to not always put its errors on stderr, which means quite often when doing a bitbake -e recipe | grep on a recipe that has an expansion or parse failure would just show no output in your grep, and you wouldn't realize it didn't actually output *anything at all* in bitbake -e | 22:46 |
kergoth | so when my grep is showing nothing, my first step is to drop the grep and directly examine the output | 22:46 |
paulg | ya, did that. :) | 22:47 |
*** dreyna__ <dreyna__!~dreyna@unknown-6-126.windriver.com> has joined #yocto | 22:47 | |
paulg | lets say you have RDEPENDS_packagegroup-builder-debug | 22:48 |
kergoth | well, i just did a bitbake -e on a packagegroup and its variables are showing up just fine | 22:48 |
kergoth | › bitbake -e packagegroup-core-sdk|grep \^SUMMARY | 22:48 |
kergoth | SUMMARY_packagegroup-core-sdk-doc="Software development tools - Documentation files" | 22:48 |
kergoth | SUMMARY="Software development tools" | 22:48 |
paulg | and you want to see if it contains gdb. | 22:48 |
kergoth | so don't know what to tell you | 22:48 |
paulg | you'll never see that variable in bitbake -e | 22:48 |
kergoth | you're falsely taking a specific failure and equating it with a general problem | 22:48 |
paulg | I'll do some more local testing and see if I can refine what I was seeing earlier ; it was a while ago and so perhaps I'm not recalling correctly. | 22:49 |
*** dreyna_ <dreyna_!~dreyna@unknown-216-197.windriver.com> has quit IRC | 22:50 | |
kergoth | obviously there could certainly be a bug, but packagegroups aren't special in the way you're saying, so it's more likely a specific bug rather than a general one :) by all means open an issue if you can repro it | 22:51 |
kergoth | $ bitbake -e packagegroup-base | grep '^RDEPENDS_' | head -n 1 | 22:51 |
kergoth | RDEPENDS_packagegroup-base-3g=" ofono" | 22:51 |
paulg | ok, so let me rewind to that when I get a chance and poke around a bit ; it sounds like it should work as expected. | 22:56 |
paulg | anyway, again -- do appreciate the help from folks. | 23:00 |
*** khem` is now known as onoffon | 23:00 | |
*** freanux <freanux!~freanux@unaffiliated/freanux> has joined #yocto | 23:00 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** lamego <lamego!~jose@134.134.137.73> has quit IRC | 23:04 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5aac:892e:cbe9:f7fc> has quit IRC | 23:04 | |
*** onoffon is now known as khem` | 23:04 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has quit IRC | 23:19 | |
*** khem` is now known as onoffon | 23:21 | |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 23:22 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 23:26 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 23:27 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 23:28 | |
*** paulg <paulg!~paulg@209.226.41.163> has quit IRC | 23:30 | |
*** clsulliv1 <clsulliv1!~clsulliv@134.134.139.78> has quit IRC | 23:40 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 23:40 | |
*** manuel__ <manuel__!~manuel@ip5b401810.dynamic.kabel-deutschland.de> has joined #yocto | 23:41 | |
-YoctoAutoBuilder- build #459 of nightly-checkuri is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-checkuri/builds/459 | 23:45 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 23:52 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!