**** BEGIN LOGGING AT Mon Mar 10 02:59:58 2014 Mar 10 07:39:28 How can I make sure my image is compiled with softfp? Anything I can set in local.conf? Mar 10 08:14:08 tasslehoff: when the build starts it prints some build info, including TUNE_FEATURES. e.g. Mar 10 08:14:09 TUNE_FEATURES = "armv7a vfp thumb neon callconvention-hard cortexa9" Mar 10 08:14:27 if you use hardfp you will see callconvention-hard Mar 10 08:19:15 ndec: ok. I'm pretty sure I have hard, since I've been using Angstrom. Mar 10 08:19:48 ndec: but I need soft because of the graphics drivers on my omap3530 Mar 10 08:21:13 tasslehoff: hmm. so what's the question exactly? Mar 10 08:22:05 in angstrom it's set in conf/distro/include/arm-defaults.inc Mar 10 08:24:28 it's set in such a way that you can't really change it from local.conf, i believe Mar 10 08:30:41 ndec: that answers what should have been my question. Mar 10 08:31:04 pro-active answering ;-) Mar 10 08:31:13 ndec: keep up the good work :) Mar 10 08:31:51 hm. I wonder if there is a minimal distro that uses systemd. or is that contradictory :) Mar 10 08:32:25 i haven't done it myself, but i have seen people here using the default OE 'distroless' with systemd, i believe Mar 10 08:40:53 good morning Mar 10 08:43:27 morning. Mar 10 08:43:52 ndec: ok. I'll just try modifying the tune and hope I don't break anything in angstrom Mar 10 09:39:26 morning all Mar 10 09:40:49 hi bluelightning, all Mar 10 10:01:00 urg trying to get on eu time at home Mar 10 14:45:32 I need to install a lib into /usr/lib (${libdir}) Mar 10 14:45:43 into my do_install() Mar 10 14:46:32 if I install the .so into a custom dir I get a WARNING: QA Issue: found library in wrong location: /usr/local/lib Mar 10 14:46:52 if I install it with install -m 0644 ${WORKDIR}/libTEST.so ${D}${libdir} Mar 10 14:46:58 it is not installed Mar 10 14:47:11 what am I doing wrong? Mar 10 14:51:59 "I install the .so into a custom dir" Mar 10 14:51:59 that's what you're doing wrong Mar 10 14:51:59 custom dirs don't belong in packages Mar 10 14:51:59 you use those when building natively Mar 10 14:53:25 koen: that was a test, I don't want to install in a custom dir, I want it in /usr/lib Mar 10 14:53:42 koen: so install -m 0644 ${WORKDIR}/libTEST.so ${D}${libdir} should work? Mar 10 14:54:00 provided ${D}${libdir} exists, yes Mar 10 15:20:08 koen: I have no files installed http://pastebin.com/WNzT39Vw Mar 10 17:43:56 okay, why would SRC_DISTRIBUTECOMMAND make a directory named "&" ? Mar 10 17:44:30 and yes, it's oe-classic trying to build the patched gnutls-2.12.23... Mar 10 17:54:24 Anyone going to FTF Americas? Mar 10 17:55:18 nm, reverting to classic gnutls.inc Mar 10 17:55:39 WarheadsSE: no idea what that is... Mar 10 17:56:25 mr_science: Freescale Tech Forum Americas Mar 10 17:56:27 http://www.freescale.com/webapp/sps/site/overview.jsp?code=FTF_AMERICAS_HOME Mar 10 18:01:05 not me, but probably some texas gentoo embedded devs... Mar 10 18:05:59 yeahy **** ENDING LOGGING AT Tue Mar 11 02:59:59 2014