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

2015-07-13 Thread Elvis Dowson
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, so it was okay: DEPENDS_remove = gstreamer gst-plugins-base Regards, Elvis

[yocto] [poky] Error patching gcc-4.8.2

2014-05-02 Thread Elvis Dowson
messages shown, returning a non-zero exit code. real2m18.089s user11m16.352s sys 1m20.140s Regards, Elvis Dowson signature.asc Description: Message signed with OpenPGP using GPGMail -- ___ yocto mailing list yocto@yoctoproject.org https

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

2014-05-02 Thread Elvis Dowson
complete 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

[yocto] [poky] Build failure gcc-4.8

2014-04-25 Thread Elvis Dowson
messages shown, returning a non-zero exit code. real3m13.888s user12m59.532s sys 2m4.204s Some 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

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

2014-04-16 Thread Elvis Dowson
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

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

2014-03-29 Thread Elvis Dowson
-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

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

2013-09-03 Thread Elvis Dowson
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 chg...@gna.org 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

Re: [linux-yocto] Rename branch standard/arm-versatile-926ejs to standard/qemuarm

2013-09-02 Thread Elvis Dowson
Description: Binary data Elvis Dowson ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [linux-yocto] Rename branch standard/arm-versatile-926ejs to standard/qemuarm

2013-09-01 Thread Elvis Dowson
On Sep 1, 2013, at 8:08 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-31 2:46 PM, Elvis Dowson wrote: Hi, In preparation for adding additional qemuarm machine configurations to the linux-yocto kernels, can we rename the existing standard/arm-versatile-926ejs branch

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

2013-08-28 Thread Elvis Dowson
://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

[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:///path;protocol=file, etc) Then I created a local branch meta, and another local branch

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

2013-08-28 Thread Elvis Dowson
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 ___ yocto mailing list yocto

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 bruce.ashfi...@windriver.com wrote: On 13-08-28 02:05 PM, Elvis Dowson wrote: Hi Bruce, On Aug 28, 2013, at 9:52 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: There were some old bugs which caused the wrong board description

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 bruce.ashfi...@windriver.com 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

[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 Dowson

[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 regards, Elvis Dowson

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 elvis.dow...@gmail.com 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

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

2013-08-24 Thread Elvis Dowson
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? Best regards, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https

[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] 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 nicolas.deche...@linaro.org wrote: On Wed, Aug 21, 2013 at 2:24 AM, Elvis Dowson elvis.dow...@gmail.com wrote: The Ubuntu and Linaro websites don’t document how the actual binary *.deb packages were created, the just document

[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] 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 vidal.devel...@gmail.com 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

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 vidal.devel...@gmail.com 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,

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

2013-05-23 Thread Elvis Dowson
the 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
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 ? Best regards, Elvis

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

2013-04-19 Thread Elvis Dowson
-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

[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] [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 elvis.dow...@gmail.com wrote: On Apr 18, 2013, at 7:58 PM, Trevor Woerner twoer...@gmail.com wrote: On Thu, Apr 18, 2013 at 11:37 AM, Elvis Dowson elvis.dow...@gmail.com wrote: http://ares/gitweb/?p=tools/poky.git;a=blobdiff;f=oe-init-build-env

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] 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 andrew.james77...@gmail.com 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

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 kerg...@gmail.com wrote: From: Christopher Larson chris_lar...@mentor.com bitbake handles immediate expansions of LAYERDIR for

[yocto] arch and tune files for microblaze processor

2013-03-09 Thread Elvis Dowson
-endian fpu-hard microblazeel BASE_LIB_tune-microblazeel = lib PACKAGE_EXTRA_ARCHS_tune-microblazeel = microblazeel File: spartan-6-sp601-microblazeel.conf # Copyright (C) 2013, Elvis Dowson xx...@xx.xx # Released under the MIT license (see packages/COPYING) #@TYPE: Machine #@Name: spartan-6-sp601

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

2013-03-08 Thread Elvis Dowson
| 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 list yocto

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

2013-03-08 Thread Elvis Dowson
?= microblaze TUNEVALID[m32] = Microblaze ELF32 standard ABI TUNE_CCARGS += ${@bb.utils.contains(TUNE_FEATURES, m32, -m32, , d)} TUNE_ARCH .= ${@bb.utils.contains(TUNE_FEATURES, m32, microblaze, , d)} Best regards, Elvis Dowson ___ yocto mailing list yocto

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

2013-03-07 Thread Elvis Dowson
). 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 ___ yocto mailing

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

2013-03-06 Thread Elvis Dowson
, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2013-03-05 Thread Elvis Dowson
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

[yocto] Eclipse IDE Plugin: Configuring cross gcc

2013-01-19 Thread Elvis Dowson
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 regards, Elvis Dowson

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

2013-01-19 Thread Elvis Dowson
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
/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.yoctoproject.org

[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] Using SRC_URI_append with SOC_FAMILY

2012-12-15 Thread Elvis Dowson
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 configuraiton. Best regards, Elvis Dowson

Re: [yocto] building for ZYNQ ZC702 SoC

2012-12-12 Thread Elvis Dowson
, and include the u-boot.elf, system.bit and zynq_fsbl.elf. Use 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

Re: [yocto] building for ZYNQ ZC702 SoC

2012-12-12 Thread Elvis Dowson
, Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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 elvis.dow...@gmail.com 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

[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

[yocto] How to check if systemd is correctly setup

2012-12-08 Thread Elvis Dowson
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@yoctoproject.org https

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 g...@mlbassoc.com 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. The boot process

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

2012-12-08 Thread Elvis Dowson
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 ___ yocto

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

2012-12-06 Thread Elvis Dowson
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 all the binaries, and create the bootable image. Best regards, Elvis Dowson

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

2012-12-05 Thread Elvis Dowson
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
/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 daniel.marti...@sacnet.es wrote: Hi all, I've found a bsp layer

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 opensou...@keylevel.com 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 ross.bur...@intel.com wrote: On 23 October 2012 19:35, Elvis Dowson elvis.dow...@gmail.com wrote: the following entry works for the /etc/fstab for moving the /tmp file to RAM none/tmptmpfsdefaults,noatime,nodiratime00

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 elvis.dow...@gmail.com wrote: | Configuring sysvinit. | Collected

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 elvis.dow...@gmail.com 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 12:22 AM, Elvis

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 elvis.dow...@gmail.com wrote: | Configuring sysvinit. | Collected errors: | * preinst_configure: Aborting installation of base-passwd. | * opkg_install_cmd: Cannot install package packagegroup-core-boot. | ERROR: Function failed

[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]

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

2012-10-13 Thread Elvis Dowson
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

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

2012-10-13 Thread Elvis Dowson
, 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@yoctoproject.org https

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

2012-10-13 Thread Elvis Dowson
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, Elvis Dowson

[yocto] meta-zynq-balister: Build output

2012-10-13 Thread Elvis Dowson
user97m0.724s sys12m50.976s It gives a config policy warning, haven't seen this before. I also noticed that by default, u-boot-zynq doesn't get compiled, but it's trivial enough to include in the zynq-zc702.conf file. Best regards, Elvis Dowson

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 mailing list

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

2012-10-11 Thread Elvis Dowson
, 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] 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 elvis.dow...@gmail.com wrote: So I added busybox-1.19.4 recipe back into my poky

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/modules-3.3.1-r00-virtex5.tgz file has grown from 4.6 MB

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 elvis.dow...@gmail.com 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

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 package was nearly

[yocto] Dependency walk for busybox recipe

2012-09-15 Thread Elvis Dowson
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
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
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-13 Thread Elvis Dowson
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-06 Thread Elvis Dowson
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

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

2012-09-06 Thread Elvis Dowson
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 ___ yocto mailing list

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 up regularly perform fresh builds at least 5 to 6

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 elvis.dow...@gmail.com 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 = soft

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

2012-08-22 Thread Elvis Dowson
, 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] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-19 Thread Elvis Dowson
, 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 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

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: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/tool/eldk/meta/recipes

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

2012-08-17 Thread Elvis Dowson
into my contrib tree. http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/miscid=502a61792cdb219c1ee35bb9474b8f0c4b007385 can you try that out and see if it helps with gcc 4.7 Will do that for sure! :-) Best regards, Elvis Dowson

[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

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 meta/classes/icecc.bbclass How do

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

2012-08-14 Thread Elvis Dowson
Hi Khem, I also just tried gcc-4.6.3 and eglibc-2.13, and I get a segmentation fault while running /bin/getty, and a kernel panic when running init=/bin/bash, building off poky/master branch recipes. zImage starting: loaded at 0x0080 (sp: 0x0185dfa0) Allocating 0x548f0c

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

2012-08-12 Thread Elvis Dowson
Hi Khem, I've made tangential progress!! I found out that Denx had a bunch of pre-built rootfilesystems, generated from yocto/denzil branch. I took the core-image-core-generic-powerpc-4xx-softfloat.tar.gz from the following location:

[yocto] gnutls_2.12.20: Incorrect location for header file

2012-08-11 Thread Elvis Dowson
Hi, While trying to build gnutls_2.12.20.bb recipe, with gcc-4.5, using the current poky master, I get the following error: | In file included from gnutlsxx.cpp:5:0: | ./includes/gnutls/gnutlsxx.h:4:21: fatal error: exception: No such file or directory The header file is located under

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

2012-08-11 Thread Elvis Dowson
\ --with-system-zlib \ --disable-lto \ --disable-plugin \ --enable-decimal-float=no Isn't that required for powerpc targets, since it ends up using quads for floats? Best regards, Elvis Dowson

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

2012-08-11 Thread Elvis Dowson
Hi Khem, I added support for gcc-4.5.1 inside meta-openembedded/toolchain-layer, and got it building against the latest yocto/master branch. However, switching to gcc-4.5.1 did not fix the issue. Elvis Dowson ___ yocto mailing list

[yocto] external-sourcery-toolchain: ERROR: Function failed: do_install

2012-08-10 Thread Elvis Dowson
Hi, I cloned the meta-sourcery repo, added it to my bblayers.conf $ cd /tool/yocto $ git clone git://github.com/MentorEmbedded/meta-sourcery.git I specified the following variables in my local.conf: # Set the toolchain. TCMODE = external-csl EXTERNAL_TOOLCHAIN =

Re: [yocto] external-sourcery-toolchain: ERROR: Function failed: do_install

2012-08-10 Thread Elvis Dowson
Hi, On Aug 10, 2012, at 7:37 PM, Elvis Dowson wrote: I cloned the meta-sourcery repo, added it to my bblayers.conf $ cd /tool/yocto $ git clone git://github.com/MentorEmbedded/meta-sourcery.git I specified the following variables in my local.conf: # Set the toolchain. TCMODE

Re: [yocto] external-sourcery-toolchain: ERROR: QA Issue: No GNU_HASH in the elf binary

2012-08-10 Thread Elvis Dowson
Hi, On Aug 10, 2012, at 8:41 PM, Chris Larson wrote: On Fri, Aug 10, 2012 at 9:37 AM, Elvis Dowson elvis.dow...@gmail.com wrote: I'm building with the mentor external-sourcery-toolchain. I get the following error: ERROR: QA Issue: No GNU_HASH in the elf binary: '/tool/yocto/poky

[yocto] external-sourcery-toolchain: cp: cannot stat `/tool/yocto/poky/build/tmp/sysroots/virtex5/usr/share/gettext/config.rpath': No such file or directory

2012-08-10 Thread Elvis Dowson
Hi, When using the mentor external-sourcery-toolchain, I get the following error: NOTE: package gdbm-1.10-r3: task do_configure: Started ERROR: Function failed: do_configure (see /tool/yocto/poky/build/tmp/work/ppc440-poky-linux/gdbm-1.10-r3/temp/log.do_configure.53409 for further

Re: [yocto] external-sourcery-toolchain: cp: cannot stat `/tool/yocto/poky/build/tmp/sysroots/virtex5/usr/share/gettext/config.rpath': No such file or directory

2012-08-10 Thread Elvis Dowson
Hi, On Aug 10, 2012, at 9:07 PM, Elvis Dowson wrote: When using the mentor external-sourcery-toolchain, I get the following error: NOTE: package gdbm-1.10-r3: task do_configure: Started ERROR: Function failed: do_configure (see /tool/yocto/poky/build/tmp/work/ppc440-poky-linux/gdbm-1.10

[yocto] external-sourcery-toolchain: do_compile failed for sqlite3-3.7.13

2012-08-10 Thread Elvis Dowson
] Error 1 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (see /tool/yocto/poky/build/tmp/work/ppc440-poky-linux/sqlite3-3.7.13-r0/temp/log.do_compile.48315 for further information) NOTE: package sqlite3-3.7.13-r0: task do_compile: Failed Elvis Dowson

Re: [yocto] poky/bernard: gcc-4.5.1 configure: error: cannot compute suffix of object files: cannot compile

2012-08-09 Thread Elvis Dowson
this mismatch cause issues? Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Elvis Dowson
Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = linux-libc-headers_3.3 However, when I run bitbake linux-libc-headers -c fetchall, it complains that the preferred version is not available, even though I've created a linux-libc-headers_3.3.bb

Re: [yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Elvis Dowson
Hi Bruce, On Aug 9, 2012, at 6:50 PM, Bruce Ashfield wrote: On 12-08-09 10:48 AM, Elvis Dowson wrote: Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = linux-libc-headers_3.3 Have you tried dropping the linux-libc-headers ? i.e

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

2012-08-09 Thread Elvis Dowson
Hi, I switched to using gcc-4.6 from the meta-openembedded layer, and still get the same issue, i.e. no login or bash prompt with init=/bin/sh zImage starting: loaded at 0x0080 (sp: 0x016d2fa0) Allocating 0x546e0c bytes for kernel ... gunzipping (0x -

Re: [yocto] Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)

2012-08-09 Thread Elvis Dowson
HI, On Aug 9, 2012, at 6:58 PM, Bruce Ashfield wrote: In my experience .. it is always just the version, not the package that you want to specify, so from all of those, you'd drop the gcc_ .. etc, from the string. Bruce PREFERRED_VERSION_gcc = gcc_4.6 PREFERRED_VERSION_gcc-cross =

  1   2   >