Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Elvis Dowson
; > for it to work even after original DEPENDS in the recipe is re-ordered > or changed. Shouldn't you be using += instead of =, so that you append to the list: DEPENDS_remove += "gstreamer" DEPENDS_remove += "gst-plugins-base" The earlier line had it in one line,

Re: [yocto] [poky] Error patching gcc-4.8.2

2014-05-02 Thread Elvis Dowson
e the build. This was a commit from 3 days ago http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=17daa2ba6280304771c5fe52b94eb56f0c087490 Regards, Elvis Dowson signature.asc Description: Message signed with OpenPGP using GPGMail -- ___ yocto m

[yocto] [poky] Error patching gcc-4.8.2

2014-05-02 Thread Elvis Dowson
ask failed: /tool/yocto/poky/meta/recipes-devtools/gcc/gcc-cross_4.8.bb, do_patch Summary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. real2m18.089s user11m16.352s sys 1m20.140s Regards, Elvis Dowson signature.

[yocto] [poky] Build failure gcc-4.8

2014-04-25 Thread Elvis Dowson
me of the recent commits beyond the following one has caused this breakage, http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7f138d64f093610a03f2333ae31b48edfa3553ff Regards, Elvis Dowson signature.asc Description: Message signed with OpenPGP using GPGMail -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [poky] ERROR: Function failed: do_rootfs, when using ipk package class

2014-04-16 Thread Elvis Dowson
using Ubuntu-12.10 as the host. I recall things used to work file with package_ipk earlier, but with recent releases, the build process only works with package_rpm. Regards, Elvis Dowson signature.asc Description: Message signed with OpenPGP using GPGMail --

[yocto] [poky] WARNING: QA Issue: ELF binary has relocations in .text

2014-03-29 Thread Elvis Dowson
ky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/qemu/qemu-bridge-helper' has relocations in .text NOTE: Tasks Summary: Attempted 1938 tasks of which 988 didn't need to be rerun and all succeeded. Summary: There were 20 WARNING messages shown. real20m47.466s user0m8.620s sys 0m0.904s Regards, Elvis Dowson signature.asc Description: Message signed with OpenPGP using GPGMail -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Server specs for a continuous integration system

2013-09-03 Thread Elvis Dowson
gt;>> absolutely nothing about RAID! ;) >> >> Did you see my correction to this? I meant to say RAID 0. Sorry for the >> confusion. > > No problem, at least it forces me to look at RAID-5, RAID-1 and now RAID-0, > thanks!

Re: [yocto] Server specs for a continuous integration system

2013-09-03 Thread Elvis Dowson
40 minutes and executes around 3600 tasks. I'll send some precise figures later on. Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Server specs for a continuous integration system

2013-09-02 Thread Elvis Dowson
Hi, On Sep 3, 2013, at 3:29 AM, Christian Gagneraud wrote: >> Isn't RAID-5 going to be slower, especially if it's software? RAID 1 >> is probably better as you'll potentially double the write speed to disk. >> I use a couple of Vertex SSDs in RAID 1 giving a theoretical write speed >> near to 1G

Re: [yocto] How to work with linux-yocto kernel

2013-08-28 Thread Elvis Dowson
On Aug 28, 2013, at 10:07 PM, Bruce Ashfield wrote: > On 13-08-28 02:05 PM, Elvis Dowson wrote: >> Hi Bruce, >> >> On Aug 28, 2013, at 9:52 PM, Bruce Ashfield >> wrote: >> >>> There were some old bugs which caused the wrong board descript

Re: [yocto] How to work with linux-yocto kernel

2013-08-28 Thread Elvis Dowson
opment guide, so that people remember to do it: http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html BTW, in qemuarma9-standard.scc, for the branch, do I specify standard/qemuarma9 or just qemuarma9 ? Best regards, Elvis Dowson ___ y

[yocto] How to work with linux-yocto kernel

2013-08-28 Thread Elvis Dowson
Hi, I just don't understand how to work with the linux-yocto kernel. For example, I created a local copy of the yocto kernel, and updated the linux-yocto_3.8.bb recipe to point to the local copy (git:///;protocol=file, etc) Then I created a local branch meta, and another local branch stand

[yocto] Yocto reference manual missing entries for MACHINE_DEVICETREE and KERNEL_DEVICETREE

2013-08-28 Thread Elvis Dowson
http://www.yoctoproject.org/docs/1.5/ref-manual/ref-manual.html Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf

2013-08-25 Thread Elvis Dowson
Hi Bruce, On Aug 25, 2013, at 9:22 AM, Bruce Ashfield wrote: >> Another quick question, why is it that when I create a new qemuarmhf.conf >> machine configuration, it doesn't automatically pick up the latest >> linux-yocto_3.8.bb recipe? Why does it attempt to use the 3.4 recipe? > > Are you

Re: [yocto] linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf

2013-08-24 Thread Elvis Dowson
up linux-yocto_3.4.bb recipe! >> > > Try 3.8%, you need to match on the version completely, and it is 3.8, not > just 3.8. Ok, I forgot about that! Another quick question, why is it that when I create a new qemuarmhf.conf machine configuration, it doesn't automatically

Re: [yocto] linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf

2013-08-24 Thread Elvis Dowson
On Aug 24, 2013, at 10:00 PM, Elvis Dowson wrote: > I created a new qemuarmhf.conf, to build using armv7a vfp and neon. > > In the linux-yocto_3.8.bb recipe, I explicitly specified > SRCREV_machine_qemuarmhf and added qemuarmhf to the list of > COMPATIBLE_MACHINES. > >

[yocto] linux-yocto defaulting to 3.4.52 for new qemuarmhf.conf

2013-08-24 Thread Elvis Dowson
defaulting to 3.4.52. I know I can over-ride it in my local.conf by setting a PREFERRED_VERSION_virtual/linux ="3.8" , but I'd like to know what I've missed, to get it to work by default, without setting the over-ride in my local.conf. Thanks! Best re

[yocto] QEMU with ARM Cortex A9 hard float with NEON

2013-08-24 Thread Elvis Dowson
Hi, I'm trying to build a QEMU machine configuration with support for ARM Cortex A9, with hard float and neon support. What should I specify in my qemuarmhf.conf machine file to enable a specific tune configuration defined in tune-cortexa9.inc ? Best regards, Elvis D

Re: [yocto] Installing yocto built qemu binaries and sdk toolchain to another machine

2013-08-24 Thread Elvis Dowson
On Aug 24, 2013, at 8:49 AM, Elvis Dowson wrote: > What should I do to relocate and install the qemu binaries and sdk toolchain > built using yocto, to another machine? > > The target machine has a fresh Ubuntu 12.04 installation, and I'd like to be > able to run the

[yocto] Installing yocto built qemu binaries and sdk toolchain to another machine

2013-08-23 Thread Elvis Dowson
Hi, What should I do to relocate and install the qemu binaries and sdk toolchain built using yocto, to another machine? The target machine has a fresh Ubuntu 12.04 installation, and I'd like to be able to run the Yocto generated qemu binaries inside it. Best regards, Elvis D

[yocto] Recipe for Gnome Unity Interface

2013-08-20 Thread Elvis Dowson
Hi, Has anyone developed a recipe for building a Gnome Unity Interface? https://github.com/chenxiaolong/Unity-for-Arch Best regards, Elvis Dowson___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-20 Thread Elvis Dowson
Hi Nicolas, On Aug 21, 2013, at 4:50 AM, Nicolas Dechesne wrote: > > On Wed, Aug 21, 2013 at 2:24 AM, Elvis Dowson wrote: >> The Ubuntu and Linaro websites don’t document how the actual binary *.deb >> packages were created, the just document the process of assembling a r

[yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-20 Thread Elvis Dowson
that Yocto/OpenEmbedded can be used to generate *.deb packages, but what isn’t clear to me is how one can go about assembling a basic Ubuntu rootfs image that will boot into the Ubuntu Unity interface. Best regards, Elvis Dowson ___ yocto mailing list

Re: [yocto] Fedora 18 CentOS 6.4 yocto difference zc702

2013-07-03 Thread Elvis Dowson
Hi, On Jul 4, 2013, at 3:25 AM, Edward Vidal wrote: > Where do you find the boot.scr or uEnv.txt for the zc702? I haven't seen one for the ZC702. You could use one of the prebuilt boot images (e.g. the Base TRD 14.5 or 14.6 beta packages), put it into the SD card slot, interrupt the boot pro

Re: [yocto] Fedora 18 CentOS 6.4 yocto difference zc702

2013-07-03 Thread Elvis Dowson
Hi Edward, On Jul 3, 2013, at 11:05 PM, Edward Vidal wrote: > Hello, > I recently built core-image-minimal for zc702. > This generated a file with a dtb extension that I have not seen before > uImage--3.8-xilinx+git0+6a0bedad60-r1-zynq-zc702-20130703173428.dtb. Can > anyone tell me more abou

[yocto] meta-xilinx moved to meta-xilinx-community

2013-05-23 Thread Elvis Dowson
way for an officially supported meta-xilinx layer, the details of which will be officially announced by Xilinx. Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Problems building yocto for Xilinx ML507 (with some tentative fixes)

2013-05-10 Thread Elvis Dowson
hanged the ml507 rules to include just the soft FPU I never did get soft-float to work properly with gcc-4.6 or gcc-4.7. I got soft-float to work with gcc-4.5.4. hard float fpu support worked with gcc-4.7. Were you able to boot and login to the command prompt with the generated images ? Be

[yocto] [meta-xilinx] PREFERRED_VERSION_linux-libc-headers = "3.6" getting ignored

2013-04-19 Thread Elvis Dowson
hen I build core-image-minimal, PREFERRED_VERSION_linux-libc-headers = "3.6" gets ignored and it goes ahead and builds linux-libc-headers_3.8.bb Is it only effective if specified in the local.conf file? Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [poky] bash: oe-init-build-env: line 33: syntax error near unexpected token `elif'

2013-04-18 Thread Elvis Dowson
backups. This shouldn't have happened to with git! Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [poky] bash: oe-init-build-env: line 33: syntax error near unexpected token `elif'

2013-04-18 Thread Elvis Dowson
On Apr 18, 2013, at 8:12 PM, Elvis Dowson wrote: > > On Apr 18, 2013, at 7:58 PM, Trevor Woerner wrote: > >> On Thu, Apr 18, 2013 at 11:37 AM, Elvis Dowson >> wrote: >>> http://ares/gitweb/?p=tools/poky.git;a=blobdiff;f=oe-init-build-env;h=68af7b5193b73

[yocto] [poky] bash: oe-init-build-env: line 33: syntax error near unexpected token `elif'

2013-04-18 Thread Elvis Dowson
" ]; then This is on Ubuntu 12.10 x86 64-bit. Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Build problems with ML507 and meta-xilinx

2013-04-12 Thread Elvis Dowson
Hi Andrew, On Apr 12, 2013, at 12:34 PM, Andrew James wrote: > I wonder if someone can help me. I'm attempting to do a yocto build for the > ML507 xilinx development board and am running into build error when building > eglibc > I'm using VMWARE Player running an Ubuntu 12.10 64-bit virtual ma

Re: [yocto] [meta-xilinx][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-19 Thread Elvis Dowson
applied http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/commit/?id=bbe2cb495fdbfc31eea422021548c0c95401c11a On Mar 19, 2013, at 6:13 AM, Christopher Larson wrote: > From: Christopher Larson > > bitbake handles immediate expansions of LAYERDIR for us automatically. > > Signed-off-by:

[yocto] arch and tune files for microblaze processor

2013-03-09 Thread Elvis Dowson
;Enable MicroBlaze little endian hard-float optimizations" TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "microblazeel", "-mcpu=v8.10a", "", d)}" TUNE_PKGARCH = "${@bb.utils.contains("TUNE_FEATURES", "microblazeel&q

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-08 Thread Elvis Dowson
on terminated. The arch-microblaze.inc file snippent is as follows: DEFAULTTUNE ?= "microblaze" TUNEVALID[m32] = "Microblaze ELF32 standard ABI" TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m32", "-m32", "", d)}"

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-08 Thread Elvis Dowson
c] Error 1 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (see /tool/yocto/poky/build/tmp/work/microblaze-poky-linux/gcc-cross-initial/4.8.0-r01/temp/log.do_compile.32684 for further information) Best regards, Elvis Dowson ___ yocto mailing

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-07 Thread Elvis Dowson
yet tested). So, I was wondering if you'd like me to try to get gcc-4.7.3 or gcc-4.8.0 built against the current poky master branch? I can test ARM Cortex A9, ARM Cortex A8 and Microblaze at my end. Do let me know! Best regards, Elvis Dowson __

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-06 Thread Elvis Dowson
laze built and tested, I'll send across the patches for inclusion. The Xilinx Series -7 FPGAs without an ARM core will require a MicroBlaze processor (Artix-7, Kintex-7 and Virtex-7). The Xilinx mb-gcc toolchain was built using crosstool-ng, but I'd like to build it using Yocto. Bes

[yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-05 Thread Elvis Dowson
t of patches in the yocto recipe, which would take a couple of hours. So if I can have access to your repo, it will save me sometime! Thanks! Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Eclipse IDE Plugin: Configuring cross gcc

2013-01-19 Thread Elvis Dowson
to my machine configuration folder, e.g. virtex_5_ml507_powerpc440 This cause the reconfigure steps to fail, and give the same error while configuring the project, i.e. the configure step while attempting to detect the c compiler, and errors out saying no c compiler. Best regards, Elvis Dow

[yocto] Eclipse IDE Plugin: Configuring cross gcc

2013-01-19 Thread Elvis Dowson
sn't seem to be invoked. This causes the gcc sysroot variable not to be set, causing errors during linking. What is the correct way to use the pre-built toolchain, with the eclipse IDE. I want to build on the host, and direct compile for my target board. Best re

[yocto] ERROR: locale-base-tt-ru is listed in PACKAGES multiple times, this leads to packaging errors.

2012-12-17 Thread Elvis Dowson
this error? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Error: nativesdk-qemu-helper_1.0.bb, do_compile, for gcc-4.5.4 and eglibc-2.13 port against current poky master

2012-12-17 Thread Elvis Dowson
ecipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb, do_compile Summary: There was 1 ERROR message shown, returning a non-zero exit code. How can I fix this error? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.y

[yocto] Using SRC_URI_append with SOC_FAMILY

2012-12-15 Thread Elvis Dowson
pend_virtex-5-ml507-powerpc-440, and so forth for each and every MACHINE configuration that is based on a single SOC_FAMILY. What should I do to achieve the desired results, and optimize the recipe so that it appends patches, based on the SOC_FAMILY, rather than the MACHINE con

Re: [yocto] building for ZYNQ ZC702 SoC

2012-12-12 Thread Elvis Dowson
dy setup with Xilinx SDK, to build the bsp and fsbl binaries. You only need the Xilinx supplied gcc toolchain for these tasks, as well as for bare-metal applications using StandAlone OS or XilKernel. For the rest, yocto gives you an easy way to build a fully working image for the ZC702. Best re

Re: [yocto] building for ZYNQ ZC702 SoC

2012-12-12 Thread Elvis Dowson
the scripts in XAPP792 to download the kernel and bootable image to the target using XMD. Or rename the u-boot.bin file to BOOT.bin, copy the uImage generated from the yocto build, and it should all work. Best regards, Elvis Dowson On Dec 12, 2012, at 6:56 PM, Anup Kini wrote: > Hi all

Re: [yocto] eglibc-2.13: backport sotruss from eglibc-2.16

2012-12-10 Thread Elvis Dowson
Hi Khem, On Dec 9, 2012, at 10:58 PM, Elvis Dowson wrote: > I get the following error while attempting to backport support for the older > eglibc-2.13 recipe and gcc-4.5.4, to make it work with the latest poky master. > > I got the image to build and execute correctly, te

[yocto] eglibc-2.13: backport sotruss from eglibc-2.16

2012-12-09 Thread Elvis Dowson
Hi Khem, I get the following error while attempting to backport support for the older eglibc-2.13 recipe and gcc-4.5.4, to make it work with the latest poky master. I got the image to build and execute correctly, temporarily by commenting out the parts relating to sotruss, and

Re: [yocto] How to check if systemd is correctly setup

2012-12-08 Thread Elvis Dowson
age, devtmpfs: mounted Freeing unused kernel memory : 168k freed _ I am able to ping to the board from a terminal console on the host, and I get a reply. However, I don't see a console prompt, even though on my bootargs i have set init=/bin/sh Best regards, Elvis Dowson _

Re: [yocto] How to check if systemd is correctly setup

2012-12-08 Thread Elvis Dowson
Hi Gary, Thanks for the reply! On Dec 8, 2012, at 8:02 PM, Gary Thomas wrote: > On 2012-12-08 07:19, Elvis Dowson wrote: >> Hi, >> I haven't used systemd before, and I've just built a linux kernel >> image using the latest yocto poky/master.

[yocto] How to check if systemd is correctly setup

2012-12-08 Thread Elvis Dowson
e code, controls the inclusion of systemd in the root filesystem? Q2: How can I check to see if systemd is properly configured for my target (virtex-5-powerpc-405-ml507-softfloat)? Best regards, Elvis Dowson ___ yocto mailing list yocto@yo

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-06 Thread Elvis Dowson
e good to go. You can find more information of the boot image creation process on section 3.5, page 29, of the UG821 - Zynq-7000 EPP Software Developers Guide v3.0. >From within SDK, it's pretty straightforward, and it will automatically create >the bif file after you've specified

Re: [yocto] mail list for Xilinx Zynq platform?

2012-12-05 Thread Elvis Dowson
sure that you don't put both the meta-layers in your bblayers.conf file while building, and ensure that you set machine as follows in your local.conf file MACHINE ?= "zynq-zc702" Do let me know how it goes! Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] mail list for Xilinx Zynq platform?

2012-11-26 Thread Elvis Dowson
ted in xapp792/zc702_video_3x_pipeline/ready_for_download/xmd_top.tcl The whole process takes a couple of days to get used to. Let me know if you get stuck somewhere. Best regards, Elvis DOwson On Nov 26, 2012, at 12:45 PM, Daniel Martinez Ramos wrote: > Hi all, > > I've found a bsp

Re: [yocto] Performance improvements and machine build configuration

2012-10-25 Thread Elvis Dowson
Hi Chris, On Oct 23, 2012, at 11:39 PM, Chris Tapp wrote: > On 23 Oct 2012, at 19:45, Elvis Dowson wrote: > >> I noticed that between commits >> >> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=0260bb5c6978839c068007fcff2f704937805faf

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-24 Thread Elvis Dowson
Hi Ross, On Oct 23, 2012, at 11:53 PM, "Burton, Ross" wrote: > On 23 October 2012 19:35, Elvis Dowson wrote: >> the following entry works for the /etc/fstab for moving the /tmp file to RAM >> none/tmptmpfsdefaults,noatime,nodiratime00 > >

[yocto] Performance improvements and machine build configuration

2012-10-23 Thread Elvis Dowson
octo builds with a 6-core, 8-core or 10-core Xeon processor system? How do those figures fare? I'm thinking my current bottleneck might be the CPU and not the HDD (?!), for the yocto build workloads, which I find curious and would like to confirm.

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Elvis Dowson
Hi, On Oct 23, 2012, at 8:32 PM, Elvis Dowson wrote: > I haven't had any solutions for this build error that I'm facing. If someone > could offer some insight as to what might be going wrong, it would be much > appreciated. > >> On Oct 23, 2012, at 1

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Elvis Dowson
Hi, I haven't had any solutions for this build error that I'm facing. If someone could offer some insight as to what might be going wrong, it would be much appreciated. > On Oct 23, 2012, at 12:22 AM, Elvis Dowson wrote: > >> | Configuring sysvinit.

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-22 Thread Elvis Dowson
Hi, On Oct 23, 2012, at 12:22 AM, Elvis Dowson wrote: > | Configuring sysvinit. > | Collected errors: > | * preinst_configure: Aborting installation of base-passwd. > | * opkg_install_cmd: Cannot install package packagegroup-core-boot. > | ERROR: Function failed: do_rootf

Re: [yocto] meta-zynq-balister: Build output

2012-10-13 Thread Elvis Dowson
Hi Philip, I've just sent out two patches refactoring the zc702 machine configuration, and adding u-boot to the rootfs image. I've built this against the latest poky/master branch. Best regards, Elvis Dowson ___ yocto ma

[yocto] meta-zynq-balister: Build output

2012-10-13 Thread Elvis Dowson
a/cfg/standard/zynq-zc702/missing_required.cfg NOTE: Tasks Summary: Attempted 1465 tasks of which 229 didn't need to be rerun and all succeeded. Summary: There was 1 WARNING message shown. real33m58.594s user97m0.724s sys12m50.976s It gives a config policy warning, haven&

Re: [yocto] Any updates to meta-zynq in the pipeline?

2012-10-13 Thread Elvis Dowson
also think its probably good to take then best of both repos, and maintain a single meta-zynq layer, since both these repos are in its initial stages. I'll give more feedback, as I progress with my build and test runs on the target board. Best regards, El

Re: [yocto] Any updates to meta-zynq in the pipeline?

2012-10-13 Thread Elvis Dowson
eta-xilinx layer had some *.bbclass files, that invoked the Xilinx tools to create the ace image files, so perhaps that could be modified to automate the process or getting the final BOOT.BIN file. Best regards, Elvis Dowson ___ yocto mailing list yocto@

Re: [yocto] Any updates to meta-zynq in the pipeline?

2012-10-13 Thread Elvis Dowson
use TRM for Zynq-7020 and then look a a TI OMAP 4430 or Freescale i.MX 6 dual core machine configuration, etc? The kernel and u-boot recipes, I can migrate to the latest 3.5 and 2012.x versions, so that shouldn't be a problem for me. Best regards, Elvis Dowson ___

[yocto] Any updates to meta-zynq in the pipeline?

2012-10-13 Thread Elvis Dowson
Hi Bruce, I'm about to start with my Xilinx ZC702 development board, and I was wondering if there are any updates planned to the meta-zynq repository? In an earlier thread, you had mentioned that a whole bunch of updates were pending to the meta-zynq layer: Re: [yocto] meta-z

[yocto] Getting gcc-4.7 and eglibc-2.16 to work with PowerPC440

2012-10-11 Thread Elvis Dowson
c-4.5, support would be dropped for specific powerpc variants. Perhaps is that why I'm running into these issues? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] denx.de site down?

2012-10-10 Thread Elvis Dowson
modifying my u-boot repositories to point to the local file system. I'm sure others are also facing a similar issue. Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] All kernel modules being built and shipped in images/modules-*.tgz

2012-09-17 Thread Elvis Dowson
Hi Bruce, On Sep 17, 2012, at 7:18 AM, Bruce Ashfield wrote: > On 12-09-16 12:49 PM, Elvis Dowson wrote: >> Hi, >> >> On Sep 15, 2012, at 7:29 AM, Elvis Dowson wrote: >> >>> I just noticed that with the recent poky master updates, my >>> images

Re: [yocto] Dependency walk for busybox recipe

2012-09-17 Thread Elvis Dowson
Hi Paul, On Sep 16, 2012, at 10:31 PM, Paul Eggleton wrote: > On Sunday 16 September 2012 20:09:10 Elvis Dowson wrote: >> On 09/16/2012 07:54 AM, Khem Raj wrote: >>> On Sat, Sep 15, 2012 at 10:59 AM, Elvis Dowson > wrote: >>>> So I added busybox-1.19.4 recip

Re: [yocto] All kernel modules being built and shipped in images/modules-*.tgz

2012-09-16 Thread Elvis Dowson
Hi, On Sep 15, 2012, at 7:29 AM, Elvis Dowson wrote: > I just noticed that with the recent poky master updates, my > images/modules-3.3.1-r00-virtex5.tgz file has grown from 33.1 MB to 668.5MB. > When I looked in the package, I saw that the kernel/drivers folder inside > that

Re: [yocto] Dependency walk for busybox recipe

2012-09-16 Thread Elvis Dowson
On 09/16/2012 07:54 AM, Khem Raj wrote: On Sat, Sep 15, 2012 at 10:59 AM, Elvis Dowson wrote: So I added busybox-1.19.4 recipe back into my poky master branch, and the resulting size of the busybox-1.19.4 /bin/busybox or /bin/sh executable is 604.2 kb. make sure that .config of busybox has

[yocto] Dependency walk for busybox recipe

2012-09-15 Thread Elvis Dowson
gcc and eglibc version. Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] All kernel modules being built and shipped in images/modules-*.tgz

2012-09-14 Thread Elvis Dowson
nutes to 67 minutes, probably as a result of the increased number of kernel modules being built and shipped. Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Elvis Dowson
/DK-S6-EMBD-G.htm The other option is the Zynq-EPP 7020 platform which includes the base board with the ARM processor, and ISE Design Suite System Edition for USD$895. Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] any success with spartan6-lx9mb?

2012-09-13 Thread Elvis Dowson
Hi Trevor, I just briefly tried building it, using gcc-4.5.1, and got build failures too. It looks like it will take some effort to get this up and running with the current version of yocto. I just managed to get powerpc440 soft-float working with gcc-4.5.1 & eglibc-2.13 with

Re: [yocto] any success with spartan6-lx9mb?

2012-09-06 Thread Elvis Dowson
Hi, On Sep 6, 2012, at 7:19 PM, Elvis Dowson wrote: >> >> issues: >> >> The first problem I encountered was trying to build gcc-cross-initial: >> This target does not support --with-float. >> > > If you look at the tune file, it says TARGET_FPU

Re: [yocto] Procedure to setup icecc for performing a distributed build

2012-09-06 Thread Elvis Dowson
Hi Gary, On Sep 6, 2012, at 7:31 PM, Gary Thomas wrote: > On 2012-09-06 09:23, Elvis Dowson wrote: >> >> Unfortunately no. I've got two machines, both with quad-core intel i7 >> processors, but I just couldn't >> get icecc to work with yocto. I end

Re: [yocto] Procedure to setup icecc for performing a distributed build

2012-09-06 Thread Elvis Dowson
t least 5 to 6 times a day, and it takes me 2 hours to build core-image-minimal. > Otherwise, Dmitry, any suggestions? I'm assuming you made use of > icecc.bbclass > since you made some changes to it a while ago... Best regards, Elvis Dowson __

Re: [yocto] any success with spartan6-lx9mb?

2012-09-06 Thread Elvis Dowson
re floating point support, from the error message. Let me know what you ISE development tool configuration and development board is, and I'll see if I can divert a bit from target platform, and try to explore getting the toolchain to build for the Microblaze processor. I've got the following boards with me: - Xilinx ML507 (Virtex 5 FX70T with PowerPC 440) - Xilinx SP601 (Spartan 6) - Xilinx Zynq (ARM Cortex A-9) Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Where is the poky version information stored?

2012-08-27 Thread Elvis Dowson
Hi, Is the poky version information stored in a particular file? I'd like to create a log tag in my git repo, and prefix it with the poky version. Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org

[yocto] WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.0.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr)

2012-08-25 Thread Elvis Dowson
/lib/libgudev-1.0.so.0.0.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xdead5000) WARNING: QA Issue: udev: /lib/udev/udev-acl, installed in the base_prefix, requires a shared library under exec_pre

Re: [yocto] New task progress interface with Yocto 1.3 ?

2012-08-24 Thread Elvis Dowson
On Aug 25, 2012, at 12:56 AM, Khem Raj wrote: > Yes isn't it cool Yes, it's definitely an improvement! Elvis ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] New task progress interface with Yocto 1.3 ?

2012-08-24 Thread Elvis Dowson
Hi, I'm building against the latest yocto master branch, and noticed that the task progress now summarizes the total number of active theads: NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks Currently

Re: [yocto] TARGET_FPU not getting populated for powerpc 405/440 fpu-hard targets

2012-08-24 Thread Elvis Dowson
Hi Khem, On Aug 24, 2012, at 8:35 PM, Khem Raj wrote: > On Fri, Aug 24, 2012 at 9:27 AM, Elvis Dowson wrote: >> I just observed that TARGET_FPU is not getting populated, when you do >> a build for fpu-hard targets. For fpu-soft targets, it displays TARGET_FPU = >> &qu

[yocto] TARGET_FPU not getting populated for powerpc 405/440 fpu-hard targets

2012-08-24 Thread Elvis Dowson
t; toolchain-layer = "(nobranch):3fd2bf4c5e6c3a353aff9795294b7c25f5f50c49" meta-xilinx = "master-xilinx-ml507-gcc-4.5:18ab4890b00d12c58f750008688d2e97687e33da" The PowerPC405 and 440 processors are on a Xilinx Virtex-4 and Virtex-5 FGPA, and as such can be attached to a hardware floating point unit. There is a special gcc compiler option for this situation, which is -mxilinx-fpu Perform optimizations for the floating-point unit on Xilinx PPC 405/440. See RS/6000 and PowerPC Options - Using the GNU Compiler Collection (GCC) for more information. What should I do to get TARGET_FPU to fill correctly for hardware floating point units ? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Errors while creating a new PowerPC 405e tune file

2012-08-24 Thread Elvis Dowson
Hi, On Aug 24, 2012, at 7:39 PM, Elvis Dowson wrote: > TUNE_PKGARCH_tune-ppc440e = "ppc405e" My bad, it was a typo, I should have been written as follows: TUNE_PKGARCH_tune-ppc405e = "ppc405e" > And in my machine, should I be defining TAR

[yocto] Errors while creating a new PowerPC 405e tune file

2012-08-24 Thread Elvis Dowson
E} \ --program-prefix=${TARGET_PREFIX} \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${GCCCROSS_BUILDSYSROOT} \ ${EXTRA_OECONF_INITIAL} \ ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}ld.bfd', '', d)} \ ${EXTRA_OECONF_FPU}" Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] libgcc_s.so & libstdc++.so on the target

2012-08-22 Thread Elvis Dowson
d, to core-image-minimal, to get these two shared libraries file to get copied over to the rootfilesystem image tarball? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Distributing yocto builds onto an Ubuntu 12.04 LTS cluster

2012-08-19 Thread Elvis Dowson
Hi Khem, On Aug 19, 2012, at 20:09, Khem Raj wrote: > On Sun, Aug 19, 2012 at 5:15 AM, Elvis Dowson wrote: >> Has anyone been able to successfully distribute yocto builds onto an Ubuntu >> 12.04 LTS cluster? > > master works fine I couldnt get icecc to work. Could you s

[yocto] Distributing yocto builds onto an Ubuntu 12.04 LTS cluster

2012-08-19 Thread Elvis Dowson
Hi, Has anyone been able to successfully distribute yocto builds onto an Ubuntu 12.04 LTS cluster? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-19 Thread Elvis Dowson
Hi Khem, On Aug 19, 2012, at 10:36 AM, Elvis Dowson wrote: > What should I do to enable multilib in gcc-4.7? > > I think at the moment, in gcc-configure-common.inc, it is disabled. > > If I were to re-enable it as follows, based on what I've diff'd from the Denx &

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-18 Thread Elvis Dowson
Hi Khem, What should I do to enable multilib in gcc-4.7? I think at the moment, in gcc-configure-common.inc, it is disabled. If I were to re-enable it as follows, based on what I've diff'd from the Denx ELDK repo, what how does the GCCMULTILIB variable evaluate? -GCCMULTILIB

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-18 Thread Elvis Dowson
hi Khem, On Aug 19, 2012, at 10:08 AM, Elvis Dowson wrote: > I'll now, make the necessary changes to eglibc-2.13, in poky/master, with > gcc-4.7, and see if it works. Sorry, I meant to say libgcc-4.7 diff --git a/tool/yocto/poky/meta/recipes-devtools/gcc/libgcc_4.6.bb b/too

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-18 Thread Elvis Dowson
now, make the necessary changes to eglibc-2.13, in poky/master, with gcc-4.7, and see if it works. If it does, then I'll adapt the same solution for eglibc-2.15, eglibc-2.16, and gcc-4.6 recipes, and sent them across. Best regards, Elvis Dowson ___

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-17 Thread Elvis Dowson
s weekend. > I have pushed a patch into my contrib tree. > > http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/misc&id=502a61792cdb219c1ee35bb9474b8f0c4b007385 > > can you try that out and see if it helps with gc

[yocto] IMX 6 quad core development kit

2012-08-16 Thread Elvis Dowson
Hi, Any suggestions for an IMX 6 quad core development kit? Has Yocto been tested on the IMX 6 ARM processor? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Procedure to setup icecc for performing a distributed build

2012-08-15 Thread Elvis Dowson
Hi, I followed these steps to setup and configure icecc and yocto, for performing a distributed build between two Ubuntu 12.04 64-bit machines, with one machine configured as the scheduler and daemon, and the other with only the icecc daemon. I run a bitbake core-image-minimal, but get no

Re: [yocto] Using distcc with poky

2012-08-15 Thread Elvis Dowson
Hi Khem. On May 5, 2012, at 11:39 PM, Khem Raj wrote: > On 05/05/2012 10:35 AM, Elvis Dowson wrote: >> Hi, Is it possible to tell poky to use distcc, to perform a >> distributed build across two ubuntu 12.04 machines on a netwrok? >> > > there is icecc have a look at

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-14 Thread Elvis Dowson
Hi Khem, On Aug 14, 2012, at 10:32 AM, Elvis Dowson wrote: > Some things that I can try are: > > a. build gcc-4.6.3, eglibc-2.13, binutils-2.22 (from poky/denzil branch, to > establish a known good build data point) So gcc-4.6.3, eglibc-2.13, from poky/denzil branch also failed,

  1   2   3   >