[yocto] Local YUM Repo

2015-03-19 Thread Erik Bolton
Hey All: I'm trying to setup a local YUM repo using the RPMs in project/tmp/deploy/rpm/arch I've added a .repo file to /etc/yum/repos.d with the following lines: [local] name=yocto-core2_32 baseurl=file:///home/ebolton/yocto/poky/build-max/tmp/deploy/rpm/core2_32 enabled=1 gpgcheck=0 and

[yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Priya Agarwal
Hi, I need to link some libraries which are in sysroot into my source code. These are usdpaa libraries. I added DEPENDS += usdpaa in .bb file. Apart from that also changed the Makefile.am of my source to include the following: area_LDADD = -lusdpaa_of Then I ran aclocal, autoconf, automake

Re: [yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Priya Agarwal
Hi, I need to link some libraries which are in sysroot into my source code. These are usdpaa libraries. I added DEPENDS += usdpaa in .bb file. Apart from that also changed the Makefile.am of my source to include the following: area_LDADD = -lusdpaa_of Then I ran aclocal, autoconf, automake

Re: [yocto] [meta-mono][PATCH] mono: Support to build mono without X support.

2015-03-19 Thread Alex J Lennon
On 18/03/2015 15:23, Enric Balletbo i Serra wrote: Use PACKAGECONFIG to build a version of mono with or without X support in function of x11 DISTRO_FEATURES. Tested on qemux86 (mono using X) and imx6 board (mono without X) Signed-off-by: Enric Balletbo i Serra enric.balle...@collabora.com

Re: [yocto] [meta-freescale] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Priya Agarwal
I have edited the Makefile.am as well in this way: squid_LDADD += -lusdpaa_of Then I just retarred squid code and build it again. And The libraries are shown in the compile command as well, when I see the log.do_compile generated during the build. Check Line number 403 in this pastebin link.

Re: [yocto] [meta-freescale] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread zhenhua....@freescale.com
The following article would be helpful for you. http://stackoverflow.com/questions/2057472/howto-add-a-link-to-a-library-in-autoconf-configure-script-makefile Best Regards, Zhenhua From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of

Re: [yocto] meta-toolchain not always relocatable

2015-03-19 Thread akuster808
On 03/19/2015 10:20 AM, Paul Eggleton wrote: Hi Marco, On Thursday 19 March 2015 17:46:44 Marco Cavallini wrote: I am facing to a very odd behaviour installing the resulting meta-toolchain. I launch poky-glibc-i686-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.7.1.sh If I install in the

Re: [yocto] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread Khem Raj
On Mar 19, 2015, at 2:07 AM, Priya Agarwal priya_agar...@students.iitmandi.ac.in wrote: Hi, I need to link some libraries which are in sysroot into my source code. These are usdpaa libraries. I added DEPENDS += usdpaa in .bb file. Apart from that also changed the Makefile.am of my

Re: [linux-yocto] [PATCH 2/2] meta: axxiaarm: Adding new fragments

2015-03-19 Thread Dragomir, Daniel
Bruce, I see the patches only in 3.14 Kernel, meta branch. In 3.10 those are missing. Can you check again if the merge was successfully? Daniel From: Bruce Ashfield [bruce.ashfi...@windriver.com] Sent: Thursday, March 19, 2015 7:32 AM To: Dragomir,

Re: [linux-yocto] [PATCH 2/2] meta: axxiaarm: Adding new fragments

2015-03-19 Thread Bruce Ashfield
On Thu, Mar 19, 2015 at 9:50 AM, Dragomir, Daniel daniel.drago...@windriver.com wrote: Bruce, I see the patches only in 3.14 Kernel, meta branch. In 3.10 those are missing. Can you check again if the merge was successfully? I merged the changes .. but it was a bit late and apparently I didn't

Re: [yocto] meta-toolchain not always relocatable

2015-03-19 Thread Paul Eggleton
Hi Marco, On Thursday 19 March 2015 17:46:44 Marco Cavallini wrote: I am facing to a very odd behaviour installing the resulting meta-toolchain. I launch poky-glibc-i686-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.7.1.sh If I install in the default directory or in /opt/poky/test it works

Re: [yocto] How to support arm-none-eabi toolchain for u-boot on Amlogic

2015-03-19 Thread Christian Ege
Am 19.03.2015 00:35 schrieb Khem Raj raj.k...@gmail.com: On Wed, Mar 18, 2015 at 12:55 PM, Christian Ege k423...@gmail.com wrote: Hello, it looks like that Amlogic based devices like the ODROID-C1 [1] requires their u-boot compiled with an arm-none-eabi toolchain. The rest kernel and

[yocto] FW: [openssl-announce] OpenSSL Security Advisory

2015-03-19 Thread Sona Sarmadi
FYI, -Original Message- From: openssl-announce [mailto:openssl-announce-boun...@openssl.org] On Behalf Of OpenSSL Sent: den 19 mars 2015 15:12 To: OpenSSL Developer ML; OpenSSL User Support ML; OpenSSL Announce ML Subject: [openssl-announce] OpenSSL Security Advisory -BEGIN PGP

[yocto] [meta-freescale][meta-ivi][meta-fsl_ivi] build instruction update

2015-03-19 Thread eien sakebe
Hello everybody, im trying to build foton-image following instructions from https://github.com/Freescale/meta-fsl-ivi. My aim is to test IVI Layer manager with MXGAL graphics backend (really not interested to test X11/Wayland features). Im quite new to Yocto and getting more and more confused how

Re: [linux-yocto] [PATCH][meta][dev][3.19][3.14] tiny.cfg: Enable BINFMT_SCRIPT

2015-03-19 Thread Darren Hart
Ed, Would you update the SRC_REVs, test the final result, and submit the patches? (I only just swooped in here for an hour yesterday, so if the above is inconsistent with what RP has been asking, please defer to him. I'm asking Ed because if it is dependent on me it won't get done until EOD

[yocto] meta-toolchain not always relocatable

2015-03-19 Thread Marco Cavallini
Hi, I am facing to a very odd behaviour installing the resulting meta-toolchain. I launch poky-glibc-i686-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.7.1.sh If I install in the default directory or in /opt/poky/test it works as expected, but if I install in /opt/poky/1.7.1-cortexa9hf there is